|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
PHP Quits Working
Has anybody had this problem?
The other day I updated my PHP from 4.3.4 to 4.3.5. I'm running IIS 5.0 on Win2000 Server. My PHP works, but now it quits after awhile. I think it's time based? Anyway I can restart my Web Server and it works again for awhile, then stops working. When it's not working I get a message saying it can't find page. If anybody knows what's going on here I would love to know. Thanks, Astralman0 |
|
#2
|
||||
|
||||
|
RE: PHP Quits Working
are you attempting to run a long script because there is a max execution script limit which can be changed.
|
|
#3
|
|||
|
|||
|
RE: PHP Quits Working
Kendo,
No I can't even run the basic phpinfo function that I use to test my php. I did set the browsecap veriable in php.ini has the instructions say on the php.net site. I'm wondering if that has something to do with it? Love your quote! |
|
#4
|
|||
|
|||
|
RE: PHP Quits Working
Oops..That was me above.
Forgot to login. |
|
#5
|
||||
|
||||
|
RE: PHP Quits Working
have you configured apache correctly to recognise php extensions??? Have you got the below code under addtype in apache config file.
Code:
AddType application/x-httpd-php .phtml .php .php3 .php4 AddType application/x-httpd-source .phps ScriptAlias /php/ "c:/php/" Action application/x-httpd-php "/php/php.exe" this tells apache how to handle php make sure it is in the apache config file or php wont be recognised by apache and probably stop. |
|
#6
|
|||
|
|||
|
RE: PHP Quits Working
I'm running IIS 5.0 on a Windows 2000 Server
I have re-installed php 4.3.4 and all is working? I guess for now I'll stay at 4.3.4 |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP Quits Working |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|