Hi!

I have a problem with an extension that I wrote for communicating with
an old version of raima
(a database). The problem is that whenever a SIGPIPE occurs, the
database acts up!
Well - I am hoping someone could give me a poitner as how - or rather
where - to handle the SIGPIPE.
a search in the php source shows, that SIGPIPE is only handle in
ext/mysql and sapi. Should I do a
SIG_IGN in my extension or should I mess with the source of raima (which
I have available)?

TIA
  Thomas


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to