Hallo NG,
I'm calling PHP from a windowsprocess in a simple Webserver application. I'm using the createprocess Windows API command....
C:\Php\PHP Filename.php
In this file I will open a TCP/IP connection to my SQL-server. When I do so, I always get the following error
mysql_connect() : Can't create TCP/IP socket (10106)
No I start a command shell and I call the same...
C:\Php\PHP Filename.php
This will work without any error!!
Same effect I get from all TCP/IP Actions (FTP etc....)
Can somebody help me. Is it a PHP Setting, a server variable or a WindowsXP Access right problem???
thanks
horst.haas
I'm calling PHP from a windowsprocess in a simple Webserver application. I'm using the createprocess Windows API command....
C:\Php\PHP Filename.php
In this file I will open a TCP/IP connection to my SQL-server. When I do so, I always get the following error
mysql_connect() : Can't create TCP/IP socket (10106)
No I start a command shell and I call the same...
C:\Php\PHP Filename.php
This will work without any error!!
Same effect I get from all TCP/IP Actions (FTP etc....)
Can somebody help me. Is it a PHP Setting, a server variable or a WindowsXP Access right problem???
thanks
horst.haas
Comment