On Thu, 09 Aug 2001, Simon Roberts wrote:
> Seems like the Zend changes that were just committed broke something - all
> scripts are causing a segfault.  I'm looking at what changed now.
> 
> 
> Script:
> <?php phpinfo(); ?>
> 
> Configure:
>         ./configure                             \
>                 --with-apxs                     \
>                 --without-midgard       \
>                 --without-pgsql         \
>                 --enable-debug;         \

Do a completely clean build and try again. I had that happen to me too,
but it disappeared after I rebuilt everything. Make sure to delete
zend_language_scanner.c and zend_language_parser.c so that they are
regenerated.

-Andrei

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to