php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80359 Output message when opcache preload file does not exists
Submitted: 2020-11-13 11:52 UTC Modified: 2020-11-22 04:22 UTC
From: php at shyim dot de Assigned:
Status: No Feedback Package: opcache
PHP Version: 8.0.0RC4 OS: Docker
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at shyim dot de
New email:
PHP Version: OS:

 

 [2020-11-13 11:52 UTC] php at shyim dot de
Description:
------------
Point opcache.preload= to a non-existing file

Run php-fpm -F

No output only exit code 70. It would be much better when we had a log entry which says what is wrong. Maybe skip also preload?

Test script:
---------------
Point opcache.preload= to a non-existing file
Run php-fpm -F

Expected result:
----------------
Error message or runs without opcache preload with warning

Actual result:
--------------
Exits with 70

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-11-13 14:47 UTC] nikic@php.net
-Status: Open +Status: Feedback
 [2020-11-13 14:47 UTC] nikic@php.net
What is the value of your display_startup_errors ini setting?
 [2020-11-22 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 04:01:32 2024 UTC