I am trying to use jpgrap with php. For that I need gd enabled. Following is from my php.ini-as you can sees, it is listed. However, I do not see gd related info when I run php_info()
; Directory in which the loadable extensions (modules) reside. extension_dir = "c:\php" extension=php_gd2.dll
What am I missing?
RS
This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately.
You'll have to set your extension dir ti "c:\php\ext" if it is PHP5 else "c:\php\extensions"
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php