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
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
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