From:             [EMAIL PROTECTED]
Operating system: Linux 2.4
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  c-function select() please

I'm not familiar with C, but I heard that the function "select" will help
me with this problem:

I have a fifo-pipe and want to read from it. But the scripts doesn't do
anything until I write something to the pipe. But I want to open the pipe
with PHP and on the next step, I want to write something to it.
The Problem ist, that I have to know, if there is data on the pipe or not.
feof does not help.

On the other side, the PHP-function popen should be extended for read AND
write on Linux. I heard, other plattforms can do it already.
-- 
Edit bug report at: http://bugs.php.net/?id=14231&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to