To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
i have the lastest php_gd.dll of php4,but when i have modified php.ini and copied php_gd.dll to winnt\system32\,i found php4 isn't work.why ?and how i should do???
i have installed gd lib on win98,you can try on win 2000.
first you have to download all the dlls from
swwwing.com /php4 then replace them with in your php4 foler. use phpts.exe instead of php.exe.
place mvsr.dll and php4ts.dll
in wint/system
and then try it.
if you still gets problem then ask me
i have installed gd lib on win98,you can try on win 2000.
first you have to download all the dlls from
swwwing.com /php4 then replace them with in your php4 foler. use phpts.exe instead of php.exe.
place mvsr.dll and php4ts.dll
in wint/system
and then try it.
if you still gets problem then ask me
i have installed gd lib on win98,you can try on win 2000.
first you have to download all the dlls from
swwwing.com /php4 then replace them with in your php4 folder. use phpts.exe instead of php.exe.
place mvsr.dll and php4ts.dll
in wint/system
and then try it.
if you still gets problem then ask me
hello rohit,
i'm not able to find gd dll's for windows, and the url that u specified does not exist.
can u please elaborate a little more about the website or do u know any mirror site,where i can find these dll's.
i download that gd dll's from
swwwing.com /php4 and do all the things as u said.the phpinfo shows gd's work.
but the gd works only the first time i run png script . after that ,it allways try to download the png_file from the target script.
what's wrong?
what should i do?
I downloaded all files from http://download.swwwing.com/php4/modules/
and instaled to my php4 directory. Then I also downloaded phpts.exe and php4ts.dll from http://download.swwwing.com/php4/core/.
Next step was that I moved msvcrt.dll and php4ts to c:\windows\system directory.
Also I made changes to httpd.conf file
Action application/x-httpd-php "/php/phpts.exe". I'm trying to run litle php script
<?
?>
but I get error message something like this
<b>Warning</b>: ImageCreateFromGif: No GIF support in this PHP build in <b>c:\web\test\gdtest.php</b> on line <b>5</b><br>
<br>
<b>Warning</b>: Supplied argument is not a valid Image resource in <b>c:\web\test\gdtest.php</b> on line <b>6</b><br>
<br>
<b>Warning</b>: Supplied argument is not a valid Image resource in <b>c:\web\test\gdtest.php</b> on line <b>7</b><br>
<br>
<b>Warning</b>: Supplied argument is not a valid Image resource in <b>c:\web\test\gdtest.php</b> on line <b>8</b><br>
<br>
<b>Warning</b>: ImageGif: No GIF support in this PHP build in <b>c:\web\test\gdtest.php</b> on line <b>9</b><br>
<br>
<b>Warning</b>: Supplied argument is not a valid Image resource in <b>c:\web\test\gdtest.php</b> on line <b>10</b><br>