GD+PHP version

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Marek Strop
Forum Newbie
Posts: 6
Joined: Tue Jun 10, 2003 6:13 am
Contact:

GD+PHP version

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Marek Strop
Forum Newbie
Posts: 6
Joined: Tue Jun 10, 2003 6:13 am
Contact:

Post 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
Marek Strop
Forum Newbie
Posts: 6
Joined: Tue Jun 10, 2003 6:13 am
Contact:

Post by Marek Strop »

I've got it !!!!! I used previous version of PHPTS.DLL !!!!

Marek
Post Reply