i just installed easyphp 5.3.2 (i dont know why but if i go to Help->About Easy PHP it says its 5.3.1 but anywho) and i need to use the ming library so i downloaded from libming.org but in the documentation on how to install and use it in php it says that i should use the library that php comes with so i activated php_ming.dll from php.ini and surprise surprise i get a warning message sayng that the file php_ming.dll dose not exist.what to do?thanks
Looks like ming module integrated in EasyPHP 5.3.2 is not compatible with this release.
Here is le message :
PHP Startup: ming: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options need to match.
I could integrate my own ming module, compiling everything necessary.
However, i don't want a home made release for a supposed generic code.