faqts : Computers : Programming : Languages : PHP : Installation and Setup : Operating Systems : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

7 of 11 people (64%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

When I load a module, PHP stops working (my browser waits like 2 mins before timing out on a page that usually takes about .1 seks to load)

Nov 27th, 2001 13:08
Leonie Price, Nelson Rothermel, Davíð Geirsson,


I am also having this problem.  PHP runs fine until I uncomment a 
module I want in the php.ini file.  PHP then times out when running.  
The dll for the module is definitely in the windows system directory.  
I have read four 'how to install php on windows' tutorials and 
according to all my setup is correct.
Could you please explain, step by step, how to fix the problem - in non-
geek.  Please don't assume we know what 'Run it as CGI' means.
***********
UPDATE:
I've discovered that this step is essential to getting the modules to 
work:
Update the line in the php.ini file which reads:
 extensions_dir=
Change it to where you have sent the dlls:
eg:   extension_dir = "c:/windows/system/"
Strangely this wasn't included in any of the PHP for windows 
configuration tutorials.
Cheers