Re: [PHP] Socket programming with PHP risky?

2003-07-21 Thread Curt Zirzow
* Thus wrote Chris Shiflett ([EMAIL PROTECTED]): > > Disclaimer: Things listed as experimental should always be treated as such and > never relied upon to have a consistent API or not break. > > That said, I recall that the current sockets extension maintainer desires to > label the extension sta

Re: [PHP] Socket programming with PHP risky?

2003-07-21 Thread Chris Shiflett
--- Curt Zirzow <[EMAIL PROTECTED]> wrote: > > 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 y

Re: [PHP] Socket programming with PHP risky?

2003-07-21 Thread Curt Zirzow
* 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 worki

Re: [PHP] socket programming

2003-07-15 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Wed, 16 Jul 2003 at 01:34, lines prefixed by '>' were originally written by you. > I've already opened opened port for > this as > what David said but i cant see the output in the web. > He'res what i've did in my Redhat linux 6.x > Am I in a

Re: [PHP] socket programming

2003-07-15 Thread Step Schwarz
I'm afraid I don't know the answer to your question, Mike, but you may want to check out this month's php|architect. I just started reading through it and the cover story is about socket programming: http://www.phparchitect.com/ Hope this helps, -Step > Hi to all, > > Is it possible to run php i

Re: [PHP] socket programming

2003-07-15 Thread David Nicholson
Hello, This is a reply to an e-mail that you wrote on Tue, 15 Jul 2003 at 09:33, lines prefixed by '>' were originally written by you. > Hi to all, > Is it possible to run php in the web running in a specified port > without > installing apache in Linux? > Can anyone give a sample code for this? I