php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56530 Caching classes crashes apache
Submitted: 2005-09-07 05:48 UTC Modified: 2005-09-08 08:13 UTC
From: antimon at gmail dot com Assigned:
Status: Not a bug Package: APC (PECL)
PHP Version: 5_1 CVS-2005-09-07 (dev) OS: Windows XP
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: antimon at gmail dot com
New email:
PHP Version: OS:

 

 [2005-09-07 05:48 UTC] antimon at gmail dot com
Description:
------------
I downloaded 5.1 apc dll from snaps.php.net and installed it on my apache 1.3.33 / PHP5.1 cvs setup. It worked fine.
But, when it needs to cache a php file that has a class definition, apache crashes and no output sent.

I don't know how to trace it so i cant supply more information about crash.

Reproduce code:
---------------
Tried this: (works w/o class lines)

<?php
print_r(apc_cache_info());

class test
{
}
?>

Expected result:
----------------
Apc cache info

Actual result:
--------------
Apache crashes

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-08 08:13 UTC] antimon at gmail dot com
Fixed with fresh intallation.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC