php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56955 HttpResponse class from pecl/http crashes php/apache when used as parent class
Submitted: 2006-04-12 15:11 UTC Modified: 2009-02-16 20:28 UTC
From: marek at lewczuk dot com Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.1.1 OS: Windows XP
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-04-12 15:11 UTC] marek at lewczuk dot com
Description:
------------
I'm using pecl_http with apc. I have a class which extends HttpResponse class - with apc it is impossible to use child class, because any kind of action crashes php/apache.

Reproduce code:
---------------
class ExampleClass extends HttpResponse {
}

$test = new ExampleClass();
ExampleClass::setContentDisposition("test.txt");

Expected result:
----------------
Should work...

Actual result:
--------------
PHP/apache crash

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-16 09:49 UTC] gopalv82 at yahoo dot com
Can you provide a backtrace ?
 [2006-04-18 05:23 UTC] mike@php.net
I don't have any problems with PHP-5.1-CVS and apc-HEAD, but I'm preparing a new build to be sure.
 [2006-07-27 11:18 UTC] gopalv82 at yahoo dot com
Please confirm again.
 [2009-02-16 20:28 UTC] shire@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 15:01:56 2024 UTC