I installed WAMP and I'm happy because MYSQL/PHPMYADMIN/PHP are all working. Now I'm trying to enable an extension ->php_sockets.dll
steps taken to setup:
1) copy and rename php.ini-recommended to php.ini
2) make sure php.ini is pointed to in windows Env vars
a) under system vars, added new PHPRC and gave absolute path to php.ini
b) rebooted computer
3) pointed to the default extensions folder C:\wamp\php\ext in php.ini
extension_dir = "C:\wamp\php\ext"
4) uncommented extension extension=php_sockets.dll
5) save and restarted Apache
I'm getting this error and I'm loosing my mind
Fatal error: Call to undefined function socket_create() in c:\webs\test\chat.php5 on line 11
I know there are probably a million extensions errors post and I've read half of them. I thought I was following the install instruction to the letter.
any help would be appreciated. Thanks