This is a discussion on Installing GD-Lib on Win/IIS => PHP "dead" within the PHP Language forums, part of the PHP Programming Forums category; Hello, I have a windows-IIS-Webserver running PHP 4.3.0. However, there is no GD-Lib, so I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I have a windows-IIS-Webserver running PHP 4.3.0. However, there is no GD-Lib, so I tried to install it. What I did is this: - copy the file php_gd2.dll (which I have from another win-webserver with working GD-Lib) to C:\PHP\extensions - set the extensions-folder in php.ini to C:\PHP\extensions - remove the ";" before the php_gd2.dll-inclusion in the php.ini-file - I even added C:\PHP\extension to the path-environment-variable And what happens is this: - PHP is completely "dead", there is no output, just endless waiting. Not even phpinfo() works - the webserver itself is fine, HTML-Files and images are sent to the browser correctly - as soon as I add the ";" in the php_gd2.dll-line in php.ini, PHP works fine again - but without GD-Lib, of course I spent quite some time searching in google for the solution, but I found nothing helpful... I'd grateful if someone could help me. Kind regards and thanks, Paul -- www.eigelb.at |
|
|||
|
The reason is that PHP fail to startup.
Your extensions-dir is not correctly installed. Check http://www.macromedia.com/devnet/mx/...s/php_iis.html "Paul Schmidinger" <my.email.is.on@my.website.eigelb.at> wrote in message news:cr0hg8$oon$1@news.hispeed.ch... > Hello, > > I have a windows-IIS-Webserver running PHP 4.3.0. However, there is no > GD-Lib, so I tried to install it. > > What I did is this: > - copy the file php_gd2.dll (which I have from another win-webserver with > working GD-Lib) to C:\PHP\extensions > - set the extensions-folder in php.ini to C:\PHP\extensions > - remove the ";" before the php_gd2.dll-inclusion in the php.ini-file > - I even added C:\PHP\extension to the path-environment-variable > > And what happens is this: > - PHP is completely "dead", there is no output, just endless waiting. Not > even phpinfo() works > - the webserver itself is fine, HTML-Files and images are sent to the > browser correctly > - as soon as I add the ";" in the php_gd2.dll-line in php.ini, PHP works > fine again - but without GD-Lib, of course > > I spent quite some time searching in google for the solution, but I found > nothing helpful... > I'd grateful if someone could help me. > > Kind regards and thanks, > Paul > -- www.eigelb.at > > |
|
|||
|
I read the page, but it gives me no information that I've not had before...!
Any other ideas...? "J.M. Sjouken" <sjouken@iae.nl> schrieb im Newsbeitrag news:cr0jpf$mbb$1@voyager.news.surf.net... > The reason is that PHP fail to startup. > Your extensions-dir is not correctly installed. Check > http://www.macromedia.com/devnet/mx/...s/php_iis.html |