php-general Digest 27 Jan 2013 09:10:33 -0000 Issue 8104

2013-01-27 Thread php-general-digest-help
php-general Digest 27 Jan 2013 09:10:33 - Issue 8104 Topics (messages 320106 through 320113): Re: Strip emails from a document 320106 by: shiplu 320107 by: Jonathan Sundquist 320108 by: Tedd Sperling 320109 by: shiplu 320110 by: Tim Streater

[PHP] What needs to configure to run php exec for socket connection?

2013-01-27 Thread jupiter
Hi, I have a client.php which calls an external python socket client program exec(Client.py), the Client.py calls sockobj.connect((localhost, 6)) to connect socket. If I run the client.php from Linux command line $ ./client.php, it works find, no problem at all. But when I run it from web

Re: [PHP] What needs to configure to run php exec for socket connection?

2013-01-27 Thread tamouse mailing lists
On Sun, Jan 27, 2013 at 3:10 AM, jupiter jupiter@gmail.com wrote: Hi, I have a client.php which calls an external python socket client program exec(Client.py), the Client.py calls sockobj.connect((localhost, 6)) to connect socket. If I run the client.php from Linux command line $

Re: [PHP] What needs to configure to run php exec for socket connection?

2013-01-27 Thread Ashley Sheridan
On Sun, 2013-01-27 at 03:45 -0600, tamouse mailing lists wrote: On Sun, Jan 27, 2013 at 3:10 AM, jupiter jupiter@gmail.com wrote: Hi, I have a client.php which calls an external python socket client program exec(Client.py), the Client.py calls sockobj.connect((localhost, 6))

Re: [PHP] What needs to configure to run php exec for socket connection?

2013-01-27 Thread jupiter
On 1/27/13, tamouse mailing lists tamouse.li...@gmail.com wrote: On Sun, Jan 27, 2013 at 3:10 AM, jupiter jupiter@gmail.com wrote: Hi, I have a client.php which calls an external python socket client program exec(Client.py), the Client.py calls sockobj.connect((localhost, 6)) to

Re: [PHP] What needs to configure to run php exec for socket connection?

2013-01-27 Thread jupiter
On 1/27/13, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Sun, 2013-01-27 at 03:45 -0600, tamouse mailing lists wrote: On Sun, Jan 27, 2013 at 3:10 AM, jupiter jupiter@gmail.com wrote: Hi, I have a client.php which calls an external python socket client program

Re: [PHP] What needs to configure to run php exec for socket connection?

2013-01-27 Thread Ashley Sheridan
On Sun, 2013-01-27 at 21:40 +1100, jupiter wrote: On 1/27/13, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Sun, 2013-01-27 at 03:45 -0600, tamouse mailing lists wrote: On Sun, Jan 27, 2013 at 3:10 AM, jupiter jupiter@gmail.com wrote: Hi, I have a client.php which calls