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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 - 31 = ?
Subscribe to this entry?

 
 [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 Apr 18 04:01:27 2024 UTC