php-general | 2003022
Date: 02/28/03
- Next message: Gregory Chagnon: "[PHP] Parse exec output"
- Previous message: Lars Espelid: "[PHP] Get variable from PHP before submit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I run the following script:
<?
phpinfo();
?>
// the page loads o.k. when the semi-colon remains as in:
;extension=php_gd2.dll
but if I remove the semicolon as in:
extension=php_gd2.dll
the page won't load and the server hangs up.
..........................................
\\ this is my php.ini file on MS Win 98/ PHP/ Apache
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\PHP\"
; Whether or not to enable the dl() function. The dl() function does NOT
work
; properly in multithreaded servers, such as IIS or Zeus, and is
automatically
; disabled on them.
enable_dl = On
extension=php_gd2.dll
...................................................
Any advice on how I can install GD libraries greatly appreciated.
Thank you.
Tony Ritter
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Gregory Chagnon: "[PHP] Parse exec output"
- Previous message: Lars Espelid: "[PHP] Get variable from PHP before submit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

