Edit report at http://bugs.php.net/bug.php?id=53868&edit=1

 ID:                 53868
 Updated by:         sala...@php.net
 Reported by:        s_cardwell at btinternet dot com
 Summary:            typo in php crashed server
-Status:             Open
+Status:             Bogus
 Type:               Bug
 Package:            Apache related
 Operating System:   windows 7
 PHP Version:        5.3.5
 Block user comment: N
 Private report:     N

 New Comment:

No comment.


Previous Comments:
------------------------------------------------------------------------
[2011-01-28 17:25:08] s_cardwell at btinternet dot com

Description:
------------
I was using a recursive directory program and made a typo in my ignore
array



$ignore = array( 'cgi-bin','robots','ocasional-cards.co.uk','New
Holder'.'.', '..',); 

when it should have been 

$ignore = array( 'cgi-bin','robots','ocasional-cards.co.uk','New
Folder','.', '..',); 

ethen everytime i run the program apahe server stopped workingI am nor
sur e if this is a bug but thought i would let you guys know just in
case



Test script:
---------------
as above if you need more info please email me

Expected result:
----------------
program to run

Actual result:
--------------
server crash


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53868&edit=1

Reply via email to