[PHP-DEV] php_ticks crash (+stack trace)

2001-03-11 Thread André Langhorst
Hi, maybe you have more success patching this one... andr ?php function tryy() {} register_tick_function('tryy'); declare (ticks=1) { ; } ? === Stack Dump of Process Apache.exe:2240; Thread 2080 php_tick_iterator( 0x01052EC8, 0x0138F9B0 ), php_ticks.c:64, 0xb675

Re: [PHP-DEV] php_ticks crash (+stack trace)

2001-03-11 Thread Rasmus Lerdorf
Doesn't happen on Linux. Must be a Windows thing. -Rasmus On Mon, 12 Mar 2001, [ISO-8859-1] André Langhorst wrote: Hi, maybe you have more success patching this one... andré ?php function tryy() {} register_tick_function('tryy'); declare (ticks=1) { ; } ? ===