[PHP] GIF support in PHP

2002-03-25 Thread Todor Stoyanov

Is there a way to add GIF support in PHP without recompiling?
Just adding as an extension.

Tanks a lot.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GIF support in PHP

2002-03-25 Thread Andrey Hristov

This is the way under windows. Hmm, possibly you want GD extension but GIF format was 
excluded from the supported in the past but
you can apply a crack over the GD and then recompile. For *nix : Get the sources, 
compile GD as a module and edit php.ini so PHP
(possibly libphp4.so) will load the extension on Apache restart. Restart Apache.


Best regards,
Andrey Hristov

- Original Message -
From: Todor Stoyanov [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 25, 2002 3:43 PM
Subject: [PHP] GIF support in PHP


 Is there a way to add GIF support in PHP without recompiling?
 Just adding as an extension.

 Tanks a lot.



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] GIF support in PHP

2002-03-25 Thread Rasmus Lerdorf

Depends on whether you have GD without GIF enabled already built into your
PHP already.  Check with phpinfo().  If you don't you have build a shared
gd extension against a version of GD that has GD support and add that
dynamically without recompiling PHP.  If you do have GD in there already
you have to recompile PHP.

-Rasmus

On Mon, 25 Mar 2002, Todor Stoyanov wrote:

 Is there a way to add GIF support in PHP without recompiling?
 Just adding as an extension.

 Tanks a lot.



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php