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

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.


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

[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