|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-12-29 09:54 UTC] krakjoe@php.net
-Assigned To:
+Assigned To: dmitry
[2013-12-29 09:54 UTC] krakjoe@php.net
[2013-12-29 10:12 UTC] dmitry@php.net
-Status: Assigned
+Status: Feedback
[2013-12-29 10:12 UTC] dmitry@php.net
[2014-12-30 10:42 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 17:00:01 2025 UTC |
Description: ------------ After I updated the PHP version from 5.5.6 to 5.5.7 and enabled the Opcache extension with CLI option enabled too, the PHP option arguments like -v, -i and -m doesn't work. Expected result: ---------------- [root@server jq]# php -v PHP 5.5.7 (cli) (built: Dec 13 2013 11:51:35) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies Actual result: -------------- [root@server jq]# php -v [root@server jq]#