php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12202 Apache processes keep growing until all memory is used up
Submitted: 2001-07-17 07:40 UTC Modified: 2001-10-21 00:23 UTC
From: alragom at yahoo dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.5 OS: RedHat Linux 6.1
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:
31 - 14 = ?
Subscribe to this entry?

 
 [2001-07-17 07:40 UTC] alragom at yahoo dot com
I was attempting to Install Horde & IMP. Following along with their instructions I changed the following settings in the php.ini file : 

magic_quotes_gpc        =       On

To:

magic_quotes_gpc        =       Off

include_path = "" ; UNIX: "/path1:/path2"  

To:

include_path = "/usr/local/lib/php"

Upon restarting Apache ( 1.3.20 installed from sources ) some of it's processes kept growing in memory size up to 100 MB each ! Ofcourse this is where I killed Apache.

THe problem is reproduceable and was fixed simply by changing those settings back to their defaults and starting apache once again.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-21 00:23 UTC] sniper@php.net
Can not reproduce with PHP 4.0.6. 

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC