php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53868 typo in php crashed server
Submitted: 2011-01-28 17:25 UTC Modified: 2011-01-28 17:38 UTC
From: s_cardwell at btinternet dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 5.3.5 OS: windows 7
Private report: No CVE-ID: None
 [2011-01-28 17:25 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-28 17:38 UTC] salathe@php.net
-Status: Open +Status: Bogus
 [2011-01-28 17:38 UTC] salathe@php.net
No comment.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC