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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Thu Jun 13 11:01:35 2024 UTC