Hi Sebastian,
The problem in stack overflow.
We will see how this can be fixed without performance lost.
Do you use x86 (non x86-64)?
What is your ./configure options?
Thanks. Dmitry.
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian Bergmann
> Sent: Mon
Sebastian Bergmann wrote:
> Tonight I wanted to do some benchmarks with PHP 4.3.11, PHP 5.0.4, and
> the three (CALL, GOTO, SWITCH) executors of PHP 5.1 with both GCC 3.4.4
> and GCC 4.0.1 to get a feeling for the improvements in the VM for
> PHP 5.1.
Initial results are here [1].
> Both the CAL
/usr/local/src/php/php-5.1/Zend/zend_execute.c:47:
error: 'zend_error_noreturn' aliased to external symbol 'zend_error'
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
--
PHP Internals - PHP
member of the Catalan translation list
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Tonight I wanted to do some benchmarks with PHP 4.3.11, PHP 5.0.4, and
the three (CALL, GOTO, SWITCH) executors of PHP 5.1 with both GCC 3.4.4
and GCC 4.0.1 to get a feeling for the improvements in the VM for
PHP 5.1.
Both the CALL and SWITCH executors segfault for me on my Linux system
when
The problem with your example of firstNotEmpty() would be that if a variable
is not set, I'll get a notice, which I don't want. So it's really no
different from an isset() check. You want to be able to apply it to an
variable that is not yet set.
Ron
""Sara Golemon"" <[EMAIL PROTECTED]> wrote in