Page 1 of 1

GD+PHP version

Posted: Tue Jun 10, 2003 6:28 am
by Marek Strop
I have coppied PHP 4.3.2 over 4.3.1, and I coppied all DLLs as well. Right now, PHPINFO() says:

in header - PHP Version 4.3.1
below - Apache/2.0.44 (Win32) PHP/4.3.2

Can anybody let me know what's wrong?

In PHP.INI I enabled extension php_gd2.dll, but during Apach startup it says twice:
Unknow(): Unable to load dynamic library 'c:\php\extensions\php_gd2.dll' - the specified procedure could be found

php_gd.dll works.

Can anybody let me know what's wrong?

Marek

Posted: Tue Jun 10, 2003 7:53 am
by twigletmac
I'm fairly sure that the latest version of PHP comes with GD 2 only so there is no longer a php_gd2.dll only a php_gd.dll (which used to be php_gd2.dll).

Mac

Posted: Tue Jun 10, 2003 8:19 am
by Marek Strop
In the package, which I downloaded 2 hours ago, there is just php_gd2.dll. Anyway, in my extensions directorie, I have both - php_gd2.dll and php_gd.dll. Including php_gd2.dll in ini causes that strange message ...

Marek

Posted: Tue Jun 10, 2003 8:40 am
by Marek Strop
I've got it !!!!! I used previous version of PHPTS.DLL !!!!

Marek