Edit report at https://bugs.php.net/bug.php?id=65845&edit=1

 ID:                 65845
 User updated by:    bruno+php at ahennezel dot info
 Reported by:        bruno+php at ahennezel dot info
 Summary:            Error when Zend Opcache Optimizer is fully enabled
 Status:             Open
 Type:               Bug
-Package:            optimizer
+Package:            opcache
 Operating System:   Linux 3.11.2-1-ARCH
 PHP Version:        5.5.4
 Block user comment: N
 Private report:     N

 New Comment:

Wrong package : Opcache


Previous Comments:
------------------------------------------------------------------------
[2013-10-06 18:10:34] bruno+php at ahennezel dot info

Typo : With opcache.optimization_level=0xffffffef the result is "value".

------------------------------------------------------------------------
[2013-10-06 11:38:42] bruno+php at ahennezel dot info

Description:
------------
With the SPIP CMS V3, the default optimization level 
opcache.optimization_level=0xffffffff
and 
opcache.optimization_level=0xffffffef
give different results.


Test script:
---------------
I dont know how to test directly in PHP, but here is a very short SPIP snippet 
which brings out the problem. Put in the SPIP's sommaire.html skeleton : 

#SET{var,value}
[(#GET{var})]

With opcache.optimization_level=0xffffffff the result is empty.
With opcache.optimization_level=0xffffffff the result is "value".








Expected result:
----------------
I expect the content "value"

Actual result:
--------------
The content is empty


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=65845&edit=1

Reply via email to