RE: [PHP] GD installation problem

2004-08-20 Thread Jay Blanchard
[snip] Can anyone tell me how to install GD 2.0.28 (which support GIF) with php? Can you tell me all the instructions to follow? [/snip] All of the instructions http://www.boutell.com/gd/manual2.0.28.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

Re: [PHP] GD installation problem

2004-08-20 Thread John Nichel
Deepak Dhake wrote: Can anyone tell me how to install GD 2.0.28 (which support GIF) with php? Can you tell me all the instructions to follow? http://us4.php.net/gd -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] GD installation problem

2004-08-20 Thread Deepak Dhake
Can anyone tell me how to install GD 2.0.28 (which support GIF) with php? Can you tell me all the instructions to follow? Thanks, _deepak -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] GD installation

2004-04-06 Thread Shimi
im having a problem installing the GD library OS - Windows XP Pro PHP - 4.3.5 i tried in the PHP.INI get the ";" of the line with the GD extension and im getting an error that the file not found "./php_gd2.dll" i tried to copy the file to main PHP folder and WINDOWS\SYSTEM32 nothing seems to be wor

Re: [PHP] gd installation problem

2004-03-13 Thread Firman Wandayandi
ch 14, 2004 9:59 AM Subject: [PHP] gd installation problem > dear Sirs, > > I did what says in > http://www.php.net/manual/en/install.windows.php#Installation of Windows > extensions > > but still I can not run php_gd2.dll extensions on win2000 > > where can I find more

[PHP] gd installation problem

2004-03-13 Thread QT
dear Sirs, I did what says in http://www.php.net/manual/en/install.windows.php#Installation of Windows extensions but still I can not run php_gd2.dll extensions on win2000 where can I find more solutions about this -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] GD installation - Simple Question

2002-12-12 Thread Philip Olson
No, GD is only bundled as of PHP 4.3.0. Regards, Philip On Thu, 12 Dec 2002 [EMAIL PROTECTED] wrote: > Hello Phillip, hello Sean, > > thank you very much, for answering the question of --with-gd - compiling. > > I am not using 4.3 . I did it with php-4.2.3 > > Did I got it right - to use

Re: [PHP] GD installation - Simple Question

2002-12-12 Thread info
Hello Phillip, hello Sean, thank you very much, for answering the question of --with-gd - compiling. I am not using 4.3 . I did it with php-4.2.3 Did I got it right - to use the bundled-gd I have to use the compiling-flag: --enable-gd ?? But when I run ./configure --help there isn´t s

Re: [PHP] GD installation - Simple Question

2002-12-11 Thread Philip Olson
To use the bundled gd just do: --enable-gd Note that 4.3.0 is the first distro that includes a bundled GD. Also note that as of 4.3.0 just doing --with-gd will also use the bundled GD. Before this, --with-gd (no directory specified) would look for a local copy. That seems odd yes but theor

Re: [PHP] GD installation - Simple Question

2002-12-11 Thread Sean Burlington
[EMAIL PROTECTED] wrote: Hello list, simple question: I´ve heard that it is possible to compile php with dg-support on two ways 1) first way: Distribution dependant with the gd-files and libraries, eg. gd.c, gd.lo, gd.o coming with the distribution of the compiled php-4.x-tarball compiled the f

[PHP] GD installation - Simple Question

2002-12-11 Thread info
Hello list, simple question: I´ve heard that it is possible to compile php with dg-support on two ways 1) first way: Distribution dependant with the gd-files and libraries, eg. gd.c, gd.lo, gd.o coming with the distribution of the compiled php-4.x-tarball compiled the follwing way: ./configure