Re: [PHP-DEV] Console Work [woah]

2001-08-15 Thread Dave Wilson
ext/pcntrl/ ext/ncurses [!] select () Wooah! I posted 15 mins ago and, well, umm, that's the fastest and most complete response I've ever got from a list. :] PHP < * :P -dw Do You Yahoo!? Get your free @yahoo.co.uk address at http://

Re: [PHP-DEV] Console Work

2001-08-15 Thread Jason Greene
> My last 'feature request' is that of either a select () ability (I see 4.0.6 > has a function called select in ext/standard/file.c (and ext/sockets/???.c) but > I have not played with it), or another ability to read from files / fifos / > character devices in a non-blocking way. Particularly, /

Re: [PHP-DEV] Console Work

2001-08-15 Thread Jason Greene
fork is already implemented, along with signals, waitpid, and all the wait.h macros in the pcntl extension. -Jason - Original Message - From: "Dave Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 11:04 AM Subject: [PHP-DE

[PHP-DEV] Console Work

2001-08-15 Thread Dave Wilson
Hi there, I'm new to the list (only subscribed 2 mins ago!). I have subscribed a) to say bloody well done on a great language! and b) I am trying to find information on a few things related to console php (php -q)... First off, I wrote a small addition to ext/standard/exec.c that adds a fork () f