[PHP-WIN] Re: =at wit's end with GD Libraries=

2003-03-01 Thread Anthony Ritter
I did. The php.ini file is below: Everytime I take out the semi-colon in the php.ini file, the page won't load, the server hangs up and I have to shut down the Apache monitor manually. When I insert the semicolon back in to the .ini file , the page then loads - but that doesn't help if I want to

[PHP-WIN] RE: =at wit's end with GD Libraries=

2003-02-28 Thread Uttam
default is /extensions but location can be specified/ in php.ini. In my system it is in c:\php directory and in php.ini file : extension_dir=c:/php /*** by the way, extension_dir=c:\php also works for me regds, -Original Message- From: Anthony Ritter [mailto:[EMAIL PROTECTED] Sent: Sat

[PHP-WIN] Re: =at wit's end with GD Libraries=

2003-02-28 Thread Anthony Ritter
Say I wanted to use: php_gd.dll after uncommenting the line in the php.ini file - where exactly would that file - php_gd.dll - reside? Many thanks. TR --- [This E-mail scanned for viruses by gonefishingguideservice.com] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP-WIN] RE: =at wit's end with GD Libraries=

2003-02-28 Thread Uttam
*additional extensions are usually included in complete package i.e. php-4.3.1-Win32.zip, though i have not personally verified this for this version of php *i have earlier downloaded php-4.1.1 and the gd library was included in the zip package (not in .exe installer, which does not contains addi

[PHP-WIN] Re: =at wit's end with GD Libraries=

2003-02-28 Thread Anthony Ritter
Would that be: php-4.3.1-Win32.zip and php-4.2.3-installer.exe Please advise. Thank you. TR --- [This E-mail scanned for viruses by gonefishingguideservice.com] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE: =at wit's end with GD Libraries=

2003-02-28 Thread Uttam
or you can download the latest version of php with bundled gd... regds, -Original Message- From: Anthony Ritter [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:21 To: [EMAIL PROTECTED] Subject: =at wit's end with GD Libraries= I want to thank those who tried to help with my

[PHP-WIN] RE: =at wit's end with GD Libraries=

2003-02-28 Thread Uttam
the API version of GD library and PHP must be same. not every GD library works with every version of PHP. i am able to produce conflict message on my Win98 system by running wrong version of PHP from command line, screen shot (very small png file 1.8kb) of the error message is attached . hope th