Hey,
who can review this patch? I'm not sure this is the right place to fix this
issue - it's related to the literal caching in the Zend Engine's method call
init opcodes (ZEND_INIT_[STATIC_]METHOD_CALL) and might need to be addressed
there instead of having to change PHP extensions.
--cut--
The following patch has been added/updated:
Patch Name: bugfix-and-all-warnings-removal.diff
Revision: 1322058911
URL:
https://bugs.php.net/patch-display.php?bug=60167&patch=bugfix-and-all-warnings-removal.diff&revision=1322058911
- Timm
hi Timm!
Can you add this comment to the bug as well please? And assign to
Dmitry, if it is related to the engine then it must be fixed in the
engine :)
Cheers,
Hey,
who can review this patch? I'm not sure this is the right place to fix this
issue - it's related to the literal caching in the Zend Engine's method call
init opcodes (ZEND_INIT_[STATIC_]METHOD_CALL) and might need to be addressed
there instead of having to change PHP extensions.--cut--
The following patch has been added/updated:Patch Name: bugfix-and-all-warnings-removal.diff
Revision: 1322058911
URL:
https://bugs.php.net/patch-display.php?bug=60167&patch=bugfix-and-all-warnings-removal.diff&revision=1322058911
- Timm
--
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
Hi,
Can you add this comment to the bug as well please? And assign to
Dmitry, if it is related to the engine then it must be fixed in the
engine :)
Done. I think COM is at fault, but let's see:)
- Timm