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
 [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 04:01:34 2024 UTC