Re: [PHP] newbie: installing gd in php4

2003-02-26 Thread Siddharth Hegde
ruary 26, 2003 9:45 pm Subject: [PHP] newbie: installing gd in php4 > Using MS Win 98 / PHP 4 and Apache. > > I tried running the following script but got an undefined call to: > > ImageCreate() > > The following copy is located in my php.ini file...one of which is: >

Re: [PHP] newbie: installing gd in php4

2003-02-26 Thread Anthony Ritter
In my php.ini file, this is what it looks like: ... extension_dir = C:\php4\extensions\; directory in which the loadable extensions (modules) reside extension=php_gd.dll Many thanks, TR -- PHP General Mailing List (http://www.php.net

Re: [PHP] newbie: installing gd in php4

2003-02-26 Thread Martin Mandl
just make sure, the php_gd.dll is in the directory where all your other php-dlls are ... -Original Message- Using MS Win 98 / PHP 4 and Apache. What is the best way to install php_gd.dll so that I can make use of the image library. -- PHP General Mailing List (http://www.php.net/) To un

RE: [PHP] newbie: installing gd in php4

2003-02-26 Thread Cal Evans
] newbie: installing gd in php4 Using MS Win 98 / PHP 4 and Apache. I tried running the following script but got an undefined call to: ImageCreate() The following copy is located in my php.ini file...one of which is: .. ;extension=php_gd.dll .. I tried uncommenting

[PHP] newbie: installing gd in php4

2003-02-26 Thread Anthony Ritter
Using MS Win 98 / PHP 4 and Apache. I tried running the following script but got an undefined call to: ImageCreate() The following copy is located in my php.ini file...one of which is: .. ;extension=php_gd.dll .. I tried uncommenting this line to no avail. What is