ID:               35147
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Critical
 Bug Type:         Scripting Engine problem
-Operating System: linux
+Operating System: *
 PHP Version:      5CVS-2005-11-08 (CVS)
 New Comment:

Making this critical, it really needs to be dealt with before 5.1 is
released.


Previous Comments:
------------------------------------------------------------------------

[2005-11-08 05:11:21] [EMAIL PROTECTED]

more details:

"make install-pear" uses install-pear-nozlib.phar, which uses
__HALT_COMPILER__ to prevent parsing of the rest of the file, as this
would result in redeclaration of class fatal errors (it contains
internal .tars for the PEAR package, but uses its own PEAR to install
these .tars).

When stepping through the invocation make install-pear does
(sapi/cli/php -n -dshort_open_tag=0 -dsafe_mode=0
-derror_reporting=E_ALL pear/install-pear-nozlib.phar -d
"/usr/local/lib/php" -b "/usr/local/bin") in gdb, it appears that
zend_language_parser goes straight to an abort after the first return
from the language_scanner, as if the scanner was unable to find any
tokens.

I was unable to run through valgrind, all available memory was used up
and the process was killed before any leaks were displayed.

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

[2005-11-08 03:04:14] [EMAIL PROTECTED]

Description:
------------
if --enable-zend-multibyte, __HALT_COMPILER__ fails, no output



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


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

Reply via email to