Hello,
I am trying hard to configure php_gd2.dll to work with my apache 2.2 web server and not getting it... I have copied php_gd2.dll in my ext php directory and have uncommented the extension=php_g d2.dll line of my php.ini file and
I have also set my extension_dir to:
extension_dir = "E:\PHP\ext "
I have tried switching the back slashes to forward slashes but no
I have PHP 5.2.5
I have Apache 2.2
I'm using Windows XP Pro SP 2
And still not able to get php_gd2.dll to work! Can someone please help me solve this issue?
The error I'm getting is:
PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20090626, debug=0, thread-safety=1
PHP compiled with module API=20060613, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
I have also read Nert solution post (http://bytes.com/topic/php/answers/585340-how-make-php_gd2-dll-working) and don't want to downgrade my PHP installation because I have 2 Joomla sites and 1 Moodle site running under it.
I am trying hard to configure php_gd2.dll to work with my apache 2.2 web server and not getting it... I have copied php_gd2.dll in my ext php directory and have uncommented the extension=php_g d2.dll line of my php.ini file and
I have also set my extension_dir to:
extension_dir = "E:\PHP\ext "
I have tried switching the back slashes to forward slashes but no
I have PHP 5.2.5
I have Apache 2.2
I'm using Windows XP Pro SP 2
And still not able to get php_gd2.dll to work! Can someone please help me solve this issue?
The error I'm getting is:
PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20090626, debug=0, thread-safety=1
PHP compiled with module API=20060613, debug=0, thread-safety=1
These options need to match
in Unknown on line 0
I have also read Nert solution post (http://bytes.com/topic/php/answers/585340-how-make-php_gd2-dll-working) and don't want to downgrade my PHP installation because I have 2 Joomla sites and 1 Moodle site running under it.
Comment