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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Fri Apr 26 17:01:30 2024 UTC