php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59515 apc.php SEARCH param
Submitted: 2010-11-17 22:08 UTC Modified: 2010-11-24 03:37 UTC
From: mckhail7 at gmail dot com Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.2.13 OS: Linux kernel 2.6.9
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mckhail7 at gmail dot com
New email:
PHP Version: OS:

 

 [2010-11-17 22:08 UTC] mckhail7 at gmail dot com
Description:
------------
apc.php

line 261:
} else if (!is_array($_REQUEST[$var]) && preg_match($dom.'D',$_REQUEST[$var])) {

edit ->
} else if (!is_array($_REQUEST[$var]) && preg_match($dom.'D',$_REQUEST[$var]) !== false) {


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-24 03:37 UTC] pierre dot php at gmail dot com
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/APC


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 21:01:33 2024 UTC