Page 1 of 1

SOCKETS

Posted: Tue Nov 05, 2002 9:29 pm
by mfalomir
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

Posted: Wed Nov 06, 2002 5:01 am
by volka
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