Long time ago I wrote php-signal-handler PHP module to handle unix signals while processing thread is blocked (you can't do it with pcntl). Enjoy!
Tag Archives: PHP
# Complex debugging php with Valgrind [FreeBSD 7.3, LogStash]
Have you ever wonder how php errors affect performance? Every time script is being run, compiler handles errors somehow. So the question is "How? What can I get by fixing those "less important" issues?" (Except obvious benefit which is better code). In this article we're going to take a deep look into php generated errors and we'll try to analyze results and draw some conclusions from that.
# ZendAMF: Simple authorization
Simple authorization script example, written by using Zend Framework and Adobe Flex. All data are transferred in binary format (AMF)