[PHP] php5/cli/cgi/stdin/signal bug ?

2004-07-19 Thread franck
on php5.0.0, I would like to have php core team opinion on this : - cli version loose stdin when using pcntl_signal, but it's NOT possible to recover it - cgi version loose stdin when using pcntl_signal, and it's possible to recover it If it's not a bug, i just would like to understand ;)

[PHP] Re: php5/cli/cgi/stdin/signal bug ?

2004-07-19 Thread franck
When using /dev/fd/0 (not php://stdin) in the two fopen functions, it works perfectly with cli AND cgi version -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SNMP traps generation

2004-07-16 Thread franck
If you find something, it's interesting me !! Because of ASN1 encryption, it's hard to send a simple SNMP Trap with somes lines of code. Alessandro Vitale [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] Hi all, does anybody know any good library (class|script) for

[PHP] php5.0.0(cli) + loose STDIN when using pcntl_alarm

2004-07-16 Thread franck
My goal is to parse apache log into a php piped program. I need pcntl_alarm to launch some function, while reading stdin. When exiting of pcntl_alarm function handler, i loose STDIN, php say it's a valid resource, but feof found, since data continu to be send into the pipe. With php5-rc1 it was

[PHP] problem with apache 2.0

2003-06-03 Thread Franck Collineau
; ? where does the problem come from ? Thanks Franck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How printing the name and value of a variable ?

2002-10-31 Thread franck raynal
. Franck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php