I spent way to long, but I finally got PHP v5.2.3 running on my Win32 computer. I went to the php.ini file and removed the ; on the extension=php_gd2.dll
I restarted apache, and tried to create a button, the error was:
Fatal error: Call to undefined function imagecreatefrompng()....
My extension_dir = "C:/php/php-5.2.3-Win32/ext" and the php_gd2.dll file is there. I must be missing something
From what I've read online, it would seem that the library isn't installed. When I do a phpinfo(), I don't show any gd library. Is it something that I have to load seperatly? Apart from activating it in the php.ini and having the dll?
I've read 100's of posts and php.net and everyone says it should work, but I can't even show a gd library
Any help or possible ideas are really appreciated