|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-16 09:49 UTC] gopalv82 at yahoo dot com
[2006-04-18 05:23 UTC] mike@php.net
[2006-07-27 11:18 UTC] gopalv82 at yahoo dot com
[2009-02-16 20:28 UTC] shire@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 23:00:01 2025 UTC |
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