Date: 12/28/00
- Next message: Sibbitts, Gary: "[PHP-DEV] RE: PHP 4.0 Bug #8451 Updated: undefined struct tm"
- Previous message: kent.hansen <email protected>: "[PHP-DEV] PHP 4.0 Bug #8466: Return status of executed command not passed correct in Exec() and System()"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Zeev,
I'm sorry to say that this is still not working with the latest CVS.
It appears to be segmenting on the first instantiation of the
istdiostream class. More specifically, in zend_language_scanner.l >>
open_file_for_scanning() in the ZEND_HANDLE_FP case
(ZTS). The file_handle and file_handle->handle.fp are not
null but the file_handle->handle.is assignment never completes.
Perhaps the IBM C stream classes are just too different
(deficient? :) to be used for Zend's purposes in this case. Don't
know if you have access to an AIX/IBMC machine but we'd
appreciate y'all taking a look at this exception when you get a
chance. I'm a little out my element here so I wish I could help.
The setup I used is as follows:
CC=xlc_r
CFLAGS="-ma -g -Dinline= "
CXX=xlC_r
./configure --without-xml --without-mysql --with-servlet --with-java
The JDK level is IBM118.
On second thought I think I'll just open a bug report and you
guys can prioritize this one with respect to other problems.
Thanks.
Alex
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sibbitts, Gary: "[PHP-DEV] RE: PHP 4.0 Bug #8451 Updated: undefined struct tm"
- Previous message: kent.hansen <email protected>: "[PHP-DEV] PHP 4.0 Bug #8466: Return status of executed command not passed correct in Exec() and System()"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

