Posted by Steve on 12/20/07 21:41
"Subash Biswas" <subash.biswas@gmail.com> wrote in message
news:729db474-0527-4966-adbf-8e09cd3e6ac6@18g2000hsf.googlegroups.com...
>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.
iis does not load php as a module but rather, uses it via cgi. that means
there's no need to restart iis when making changes in config for php.
you need to make sure you are diplaying errors, including notices, and you
need to be posting those here. are you sure the socket dll is loading?
also make sure you've enabled the use of sockets in your php.ini.
Navigation:
[Reply to this message]
|