[PHP-WIN] sockets with telnet

2003-07-15 Thread Gareth Thomas
Hi, I am trying to create a basic telnet client using sockets to connet to a linux box. I have written some sockets code previously with a server script that I developed myself and that worked fine. The problem I am getting is with Telnet (port 23) after making the socket connection successfully a

[PHP-WIN] sockets problem

2002-11-21 Thread Gareth Thomas
Hi, I realise that sockets is still 'experimental' but any help will be much appreciated. I am developing a queue system to send commands across from a server to a client using sockets. Problem is that the I keep getting a 'connection reset by peer' error after the first command is sent. The se

RE: [PHP-WIN] SOCKETS

2002-08-09 Thread Svensson, B.A.T. (HKG)
What do you want to do then? Btw: try this URL http://www.php.net/manual/en/ref.sockets.php for more information. > -Original Message- > From: M. [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 2:53 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] SOCKETS >

[PHP-WIN] SOCKETS

2002-08-09 Thread M.
How can i use sockets in Windows and IIS?? thank you

[PHP-WIN] Sockets on PHP 4.0.7

2001-07-09 Thread Steven
I am using the socket functions in PHP4.0.7, on Win 2000. Everything works fine, but when I use the same scripts on a Win98 or a Win95 machine the scripts fail. The problem is with the socket_connect() function. The error is 'unable to connect'. Does anyone know if the PHP4.0.7 version from www.

RE: [PHP-WIN] Sockets problems in php

2001-05-21 Thread Che Gonzalez
ndows. PHP 4.06 is supposed to have fixed this problem. Thanks for your reply. -Original Message- From: Michael Rudel [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 9:41 AM To: 'Che Gonzalez'; 'php-windows' Subject: RE: [PHP-WIN] Sockets problems in php

RE: [PHP-WIN] Sockets problems in php

2001-05-18 Thread Michael Rudel
//www.suchtreffer.de ___ > -Original Message- > From: Che Gonzalez [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 18, 2001 3:21 PM > To: php-windows > Subject: FW: [PHP-WIN] Sockets problems in php > > > Has anybody linked perl socket servers to php scripts &

FW: [PHP-WIN] Sockets problems in php

2001-05-18 Thread Che Gonzalez
Has anybody linked perl socket servers to php scripts and made it work? -Original Message- From: Che Gonzalez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 11:55 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Sockets problems in php I created several rpc tcp

[PHP-WIN] Sockets problems in php

2001-05-16 Thread Che Gonzalez
I created several rpc tcp servers in perl. The pearl clients work fine, and sending a message to the server in php works. The problem happens after the perl server replies ( I have seen the actual reply through monitoring the server ). The php script hangs on freads and fgets. I tur