[PHP-DEV] pcntl_alarm() doesn't work with apache_worker (multithreaded)

2007-07-30 Thread Nico Sabbi
Hi, $subject says everything: when php runs under a multithreaded apache pcntl_alarm() doesn't work: the alarm is never delivered. My version of php is 5.2.3, but also all versions I tried of 5.1 work the same. Nico -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, vi

Re: [PHP-DEV] todo items

2007-02-09 Thread Nico Sabbi
Lukas Kahwe Smith wrote: Hello, On the heels of the 5.2.1 release I just wanted to bring up the following todo items that have been on the 5.x todo lists since ages. Are these still alive? Have they been done? What would be a sensible target version? Especially the "on-the-fly static prope

[PHP-DEV] [PATCH] don't override error_reporting() in module dom

2006-11-03 Thread Nico Sabbi
Hi, this patch removes the prevaricative code in ext/dom/document.c that forcibly reports errors in xml data overriding the error_reporting value set by the user. If the user intentionally sets $dom->recover to true and disables E_WARNING he obviously wants php to shut up in all cases, even wh