I am getting this when I try to run the server (windows version). Which php version php_pdo_mysql.dll do I need and where to get it?
Is it Kikito's 5.5.9 last update version or something else?
Код:
Warning: dl(): pdo_mysql: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20100525
These options need to match
If that is not the way to solve it (download the 5.5.9 version of the dll), then how to solve it?
Do I have to recompile the source in visual studio somehow?
thanks
EDIT: tips on how to compile with VS2010 express?
EDIT2: you can only download php 5.5.10 from their site :P
EDIT3: got 'php_pdo_mysql.dll' file from php 5.4.26 and the server gives me this error now:
Код:
Warning: dl(): pdo_mysql: Unable to initialize module
Module compiled with build ID=API20100525,TS,VC9
PHP compiled with build ID=API20100525,NTS,VC9
These options need to match
in D:\Games\SAMP PHP server\...\gamemode.php on line 26
errr ... its a thread safe/non thread safe issue :P
EDIT4: yep, that and php5.dll from the same package solved it. Now, let's see if I can make something out of it