ID:               44528
 Updated by:       [EMAIL PROTECTED]
 Reported By:      admin at itech7 dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: Fedora 8 / i386
 PHP Version:      5.2.5
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




Previous Comments:
------------------------------------------------------------------------

[2008-03-25 09:20:50] admin at itech7 dot com

Description:
------------
When sessions are configured to autostart in php.ini ; there two memory
leaks when calling a simple phpinfo() script using FastCGI with lighttpd
server. I have a Pentium 3 / 500 Mhz / 384 MB RAM / 50 GB HDD box.

Reproduce code:
---------------
<?
phpinfo();
?>


Expected result:
----------------
Clean working without any errors on the terminal.

Actual result:
--------------
PHP printed two memory leaks in my terminal.

backtrace -

[Tue Mar 25 14:49:38 2008]  Script: 
'/var/www/lighttpd/_server/index.php'
/root/php-5.2.5/ext/standard/url_scanner_ex.c(305) :  Freeing
0x096F2D28 (79 bytes), script=/var/www/lighttpd/_server/index.php
[Tue Mar 25 14:49:38 2008]  Script: 
'/var/www/lighttpd/_server/index.php'
/root/php-5.2.5/ext/standard/url_scanner_ex.c(316) :  Freeing
0x096F2DA4 (79 bytes), script=/var/www/lighttpd/_server/index.php
=== Total 2 memory leaks detected ===



------------------------------------------------------------------------


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

Reply via email to