[PHP-DEV] Bug #12202: Apache processes keep growing until all memory is used up From: alragom <email protected>
Date: 07/17/01

From: alragom <email protected>
Operating system: RedHat Linux 6.1
PHP version: 4.0.5
PHP Bug Type: Apache related
Bug description: Apache processes keep growing until all memory is used up

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.

-- 
Edit bug report at: http://bugs.php.net/?id=12202&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>