Edit report at https://bugs.php.net/bug.php?id=55759&edit=1

 ID:                 55759
 Updated by:         larue...@php.net
 Reported by:        larue...@php.net
 Summary:            mem leak when use built-in server
-Status:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            Built-in web server
 PHP Version:        5.4.0beta1
-Assigned To:        moriyoshi
+Assigned To:        laruence
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2011-11-15 03:15:11] larue...@php.net

Automatic comment from SVN on behalf of laruence
Revision: http://svn.php.net/viewvc/?view=revision&revision=319224
Log: Fixed bug #60159 (Router returns false, but POST is not passed to requested
resource) and bug #55759 (mem leak when use built-in server)

------------------------------------------------------------------------
[2011-10-31 10:48:00] f...@php.net

Cannot reproduce on Debian testing with neither beta1 nor beta2

------------------------------------------------------------------------
[2011-09-25 17:08:14] fel...@php.net

I can't reproduce it.

------------------------------------------------------------------------
[2011-09-22 03:01:20] larue...@php.net

Description:
------------
router.php
<?php
  return FALSE;
?>

a.php
<?php
echo "llllll"
?>

./php -S**** -t .  router.php

then request  http://*****/a.php

Expected result:
----------------
111111

Actual result:
--------------
[Thu Sep 22 10:55:32 2011] 172.21.232.67:50662 [200]: /a.php
[Thu Sep 22 10:55:32 2011]  Script:  '-'
php-src/trunk/main/output.c(803) :  Freeing 0x2A95DDB200 (88 bytes), script=-
php-src/trunk/Zend/zend_alloc.c(2529) : Actual location (location was relayed)
[Thu Sep 22 10:55:32 2011]  Script:  '-'
php-src/trunk/main/output.c(804) :  Freeing 0x2A95DDB2B0 (23 bytes), script=-
[Thu Sep 22 10:55:32 2011]  Script:  '-'
php-src/trunk/main/output.c(809) :  Freeing 0x2A95DDB320 (8192 bytes), script=-
[Thu Sep 22 10:55:32 2011]  Script:  '-'
php-src/trunk/Zend/zend_stack.c(37) :  Freeing 0x2A95DDD378 (512 bytes), 
script=-
[Thu Sep 22 10:55:32 2011]  Script:  '-'
php-src/trunk/Zend/zend_stack.c(42) :  Freeing 0x2A95DDD5D0 (8 bytes), script=-


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



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

Reply via email to