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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Thu Apr 25 12:01:31 2024 UTC