Posted by Jerry Stuckle on 12/27/07 14:25
Subash Biswas wrote:
> I keep getting Call to undefined function socket_create();
> (Win XPpro on domain)
> IIS 6.0
> PHP 5.2.5
> have all extensions loaded; (and also tried enabling line
> extension=php_sockets.dll in php.ini)
> also made sure extension_dir was correct and restarted the IIS.
>
> I new to PHP & I used the php-5.2.5-win32-installer.msi to install.
>
> Please advise; thanks,
> Subash
>
Subash,
Ignore Stevie. PHP loads just fine as a module in IIS.
As for socket support - what does phpinfo() show you? Does it show
socket support? Also, what does it show for the php.ini file it's
using? Is that the one which you edited?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|