ID: 46500 Updated by: s...@php.net Reported By: cel...@php.net -Status: Assigned +Status: Closed Bug Type: Scripting Engine problem Operating System: * PHP Version: 5.3CVS-2008-11-11 Assigned To: stas New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. I think new code fixes it, please reopen if it's still a problem. Previous Comments: ------------------------------------------------------------------------ [2008-11-06 04:33:00] cel...@php.net Description: ------------ in ZEND_FETCH_CONSTANT opcode handler, the opcode is modified, which is a big no-no. In addition, 1 and 2 is used in zend_resolve_non_class_name() instead of named #define constants. This patch fixes those 2 issues: http://pear.php.net/~greg/fix_ns1.patch.txt ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46500&edit=1