Hello, Im trying to use the socket functions but Im getting this error and i don't know what to do...i hope you can help me ....
Warning: sockets: Unable to initialize module Module compiled with module API=20010901, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match
SOCKETS
Moderator: General Moderators
you're mixing two versions of php.
20010901 < 20020429 i.e. your php core is newer than your extension-module(s)
Get the latest php-distribution (zip-package) from http://www.php.net/downloads.php and do a reinstall
20010901 < 20020429 i.e. your php core is newer than your extension-module(s)
Get the latest php-distribution (zip-package) from http://www.php.net/downloads.php and do a reinstall