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
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 about this or not? Regards, = Mr. Yi Socheat Webmaster Commun

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