RE: [PHP-DEV] CALL and SWITCH executors segfault

2005-06-12 Thread Dmitry Stogov
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

Re: [PHP-DEV] CALL and SWITCH executors segfault

2005-06-12 Thread Sebastian Bergmann
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

[PHP-DEV] HEAD does not compile with GCC 4.0.1

2005-06-12 Thread Sebastian Bergmann
/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

[PHP-DEV] CVS Account Request: mfalgas

2005-06-12 Thread Maci� Falg
member of the Catalan translation list -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CALL and SWITCH executors segfault

2005-06-12 Thread Sebastian Bergmann
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

Re: [PHP-DEV] PHP 5.1

2005-06-12 Thread Ron Korving
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