ID:               44528
 User updated by:  admin at itech7 dot com
 Reported By:      admin at itech7 dot com
-Status:           Feedback
+Status:           Closed
 Bug Type:         Session related
 Operating System: Fedora 8 / i386
 PHP Version:      5.2.5
 New Comment:

UPDATE: The PHP-5.2.5 release I downloaded from in.php.net was giving
problems. When I downloaded it from the PHP's default mirror i.e.
www.php.net it had no memory leak problems. This suggests that the PHP
releases at the Indian mirrors in.php.net and in2.php.net have been
edited/modified. PHP should look upon this.


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

[2008-03-25 10:57:37] [EMAIL PROTECTED]

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



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

[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