Re: [PHP-DEV] Why zend_language_scanner_cc.cc instead of zend_language_scanner.c? From: Alex Akilov (akilov <email protected>)
Date: 12/28/00

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>