RE: [PHP-WIN] RE: Creating a socket on PHP 4/WinXP

2004-01-14 Thread Svensson, B.A.T. (HKG)
CTED] Sent: 2004-01-14 11:32 Subject: RE: [PHP-WIN] RE: Creating a socket on PHP 4/WinXP Could anyone tell me how to make MySql worke in PHP5.0 beta , I used to previous version of PHP 4.0 it is ok with mySql but when I upgrade to PHP 5.0 beta mySql is not working...have any tips ab

RE: [PHP-WIN] RE: Creating a socket on PHP 4/WinXP

2004-01-14 Thread Yi Socheat
Edwards [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 8:12 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] RE: Creating a socket on PHP 4/WinXP Hi, Can somebody help me with regards to getting a socket.create() command to work on PHP4/WinXp/Apache, I get the following output

Re: [PHP-WIN] RE: Creating a socket on PHP 4/WinXP

2004-01-13 Thread Frank M. Kromann
Hi Christopher, You need to load the sockets extension before you can use these functions. You can do that with extension=php_sockets.dll in php.ini or dl("php_sockets.dll"); in your script if you are using CGI. - Frank > Hi, > > Can somebody help me with regards to getting a > soc

[PHP-WIN] RE: Creating a socket on PHP 4/WinXP

2004-01-13 Thread Christopher Edwards
Hi, Can somebody help me with regards to getting a socket.create() command to work on PHP4/WinXp/Apache, I get the following output; Fatal error: Call to undefined function: socket_create() in D:\Program Files\Apache Group\Apache2\htdocs\login.php on line 114 I tried having a loo