Re: [PHP-DEV] call_user_func segfault

2009-01-13 Thread Derick Rethans
On Sun, 11 Jan 2009, Dmitry Stogov wrote: > Stanislav Malyshev wrote: > > > Derick Rethans wrote: > > > >> Not beyond running it from the test dir: > >> > >> export ZEND_ALLOC=0 > >> wget http://files.derickrethans.nl/test.tar.gz > >> tar -xvzf test.tar.gz > >> cd test > >> #php-5.2dev test.php >

Re: [PHP-DEV] call_user_func segfault

2009-01-02 Thread Johannes Schlüter
On Fri, 2009-01-02 at 16:55 +0100, Derick Rethans wrote: > Hello, > > I've been running into a strange segfault with PHP 5.2.x (it works in > PHP 5.3) when using call_user_func() recursively. I can not find out > what causes it, but I did manage to have a simple test case. For the > test to cra