#36984 [Opn]: httpd size grows on every restart/graceful restart with php enabled

2006-04-27 Thread vijaybabu at gmail dot com
 ID:   36984
 User updated by:  vijaybabu at gmail dot com
 Reported By:  vijaybabu at gmail dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: HPUX
 PHP Version:  5.1.2, 4.4.2
 New Comment:

I see this problem with Prefork MPM also.


Previous Comments:


[2006-04-26 09:20:45] vijaybabu at gmail dot com

I have been using Apache with Worker MPM for quite a long time due to
some to its features and moving to prefork mpm is not a feasible
solution at this point of time. Is there anything else i can try to fix
this?.



[2006-04-26 07:26:41] [EMAIL PROTECTED]

Please try with prefork MPM.



[2006-04-26 05:49:35] vijaybabu at gmail dot com

I am using worker MPM.



[2006-04-19 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2006-04-11 17:16:34] [EMAIL PROTECTED]

What MPM are you running?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/36984

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


#36984 [Fbk-Opn]: httpd size grows on every restart/graceful restart with php enabled

2006-04-26 Thread vijaybabu at gmail dot com
 ID:   36984
 User updated by:  vijaybabu at gmail dot com
 Reported By:  vijaybabu at gmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Apache2 related
 Operating System: HPUX
 PHP Version:  5.1.2, 4.4.2
 New Comment:

I have been using Apache with Worker MPM for quite a long time due to
some to its features and moving to prefork mpm is not a feasible
solution at this point of time. Is there anything else i can try to fix
this?.


Previous Comments:


[2006-04-26 07:26:41] [EMAIL PROTECTED]

Please try with prefork MPM.



[2006-04-26 05:49:35] vijaybabu at gmail dot com

I am using worker MPM.



[2006-04-19 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2006-04-11 17:16:34] [EMAIL PROTECTED]

What MPM are you running?



[2006-04-06 07:59:15] vijaybabu at gmail dot com

Here is my configure command:

./configure --prefix=/opt/apache/php --enable-so
--with-apxs2=/opt/apache/bin/apxs --with-apache2=/opt/apache



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/36984

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


#36984 [NoF-Opn]: httpd size grows on every restart/graceful restart with php enabled

2006-04-25 Thread vijaybabu at gmail dot com
 ID:   36984
 User updated by:  vijaybabu at gmail dot com
 Reported By:  vijaybabu at gmail dot com
-Status:   No Feedback
+Status:   Open
 Bug Type: Apache2 related
 Operating System: HPUX
 PHP Version:  5.1.2, 4.4.2
 New Comment:

I am using worker MPM.


Previous Comments:


[2006-04-19 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2006-04-11 17:16:34] [EMAIL PROTECTED]

What MPM are you running?



[2006-04-06 07:59:15] vijaybabu at gmail dot com

Here is my configure command:

./configure --prefix=/opt/apache/php --enable-so
--with-apxs2=/opt/apache/bin/apxs --with-apache2=/opt/apache



[2006-04-06 05:04:03] mv-php at binarysec dot com

Hello, 
 
Can you give to us the ./configure options ? 
You can get it with phpinfo() 
 
Thanks



[2006-04-05 12:56:12] vijaybabu at gmail dot com

Description:

With Apache 2.0.55 and php4 or php5 enabled, httpd's size grows
drastically on every restart or graceful restart. This does not happen
if httpd is stopted and started. 

Reproduce code:
---
Just enable php in the httpd.conf by uncommenting the LoadModule
directive for php and start apache.
Then use some process monitoring tool to monitor the size of the httpd
process. I used top.

Then restart apache multiple times with some time interval.



Expected result:

httpd size remain the same

Actual result:
--
size of httpd grows drastically





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


#36984 [Opn]: httpd size grows on every restart/graceful restart with php enabled

2006-04-06 Thread vijaybabu at gmail dot com
 ID:   36984
 User updated by:  vijaybabu at gmail dot com
 Reported By:  vijaybabu at gmail dot com
 Status:   Open
 Bug Type: Apache2 related
 Operating System: HPUX
 PHP Version:  4.4.2
 New Comment:

Here is my configure command:

./configure --prefix=/opt/apache/php --enable-so
--with-apxs2=/opt/apache/bin/apxs --with-apache2=/opt/apache


Previous Comments:


[2006-04-06 05:04:03] mv-php at binarysec dot com

Hello, 
 
Can you give to us the ./configure options ? 
You can get it with phpinfo() 
 
Thanks



[2006-04-05 12:56:12] vijaybabu at gmail dot com

Description:

With Apache 2.0.55 and php4 or php5 enabled, httpd's size grows
drastically on every restart or graceful restart. This does not happen
if httpd is stopted and started. 

Reproduce code:
---
Just enable php in the httpd.conf by uncommenting the LoadModule
directive for php and start apache.
Then use some process monitoring tool to monitor the size of the httpd
process. I used top.

Then restart apache multiple times with some time interval.



Expected result:

httpd size remain the same

Actual result:
--
size of httpd grows drastically





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


#36984 [NEW]: httpd size grows on every restart/graceful restart with php enabled

2006-04-05 Thread vijaybabu at gmail dot com
From: vijaybabu at gmail dot com
Operating system: HPUX
PHP version:  4.4.2
PHP Bug Type: Apache2 related
Bug description:  httpd size grows on every restart/graceful restart with php 
enabled

Description:

With Apache 2.0.55 and php4 or php5 enabled, httpd's size grows
drastically on every restart or graceful restart. This does not happen if
httpd is stopted and started. 

Reproduce code:
---
Just enable php in the httpd.conf by uncommenting the LoadModule
directive for php and start apache.
Then use some process monitoring tool to monitor the size of the httpd
process. I used top.

Then restart apache multiple times with some time interval.



Expected result:

httpd size remain the same

Actual result:
--
size of httpd grows drastically

-- 
Edit bug report at http://bugs.php.net/?id=36984edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36984r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36984r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36984r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=36984r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=36984r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=36984r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=36984r=needscript
Try newer version:http://bugs.php.net/fix.php?id=36984r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=36984r=support
Expected behavior:http://bugs.php.net/fix.php?id=36984r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=36984r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=36984r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=36984r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36984r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=36984r=dst
IIS Stability:http://bugs.php.net/fix.php?id=36984r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=36984r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36984r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=36984r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=36984r=mysqlcfg