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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: s_cardwell at btinternet dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 13:01:28 2025 UTC