* Thus wrote René Fournier ([EMAIL PROTECTED]):
> I've noticed in the PHP docs "EXPERIMENTAL" is marked over all the 
> socket functions. Would it be risky to develop a PHP socket app using 
> those functions? It seems they could change with the next release and 
> my app would instantly stop working.

I wouldn't use it on any live site.

> 
> On the other hand, I've found a lot of tutorials extolling PHP's socket 
> functions, and since I know PHP a bit now I would rather use it for my 
> TCP socket application than learn C and implement it there.
> 
> What do you think?

if you plan on using it, it might be wise to get on the php-dev mailing
list and watch stuff there too.  And maybe talk to the people who are
writing the socket extension.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to