|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-04-02 21:22 UTC] sixd@php.net
-Status: Open
+Status: Feedback
[2013-04-02 21:22 UTC] sixd@php.net
[2013-04-03 06:42 UTC] bugzilla77 at gmail dot com
[2013-04-03 08:23 UTC] johannes@php.net
[2013-04-03 11:00 UTC] bugzilla77 at gmail dot com
[2013-04-03 11:41 UTC] johannes@php.net
[2013-04-03 11:41 UTC] johannes@php.net
-Status: Feedback
+Status: Not a bug
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 15:00:01 2025 UTC |
Description: ------------ opcache no loadable Test script: --------------- php.ini add: extension=php_opcache.dll Expected result: ---------------- opcache in phpinfo() extension_loaded('opcache') returns true Actual result: -------------- no opcache in phpinfo() extension_loaded('opcache') returns false