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

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

 New Comment:

Cannot reproduce on Debian testing with neither beta1 nor beta2


Previous Comments:
------------------------------------------------------------------------
[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