ID:               35740
 Updated by:       [EMAIL PROTECTED]
 Reported By:      david at tulloh dot id dot au
-Status:           Open
+Status:           Assigned
 Bug Type:         Filesystem function related
 Operating System: Debian Linux
 PHP Version:      5.1.1
-Assigned To:      
+Assigned To:      tony2001


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

[2005-12-20 09:30:40] david at tulloh dot id dot au

Description:
------------
Including a directory causes a memory leak.  While it's obviously bad
and should fail, the memory leak was a surprise.

Reproduce code:
---------------
> php -r '@include("./");'
php-5.1.1/main/fopen_wrappers.c(539) :  Freeing 0x08373750 (49 bytes),
script=-
=== Total 1 memory leaks detected ===

> php -r '@include("/");'
php-5.1.1/main/fopen_wrappers.c(539) :  Freeing 0x083735E8 (2 bytes),
script=-
=== Total 1 memory leaks detected ===

> php -r '@include(".");'
php-5.1.1/main/fopen_wrappers.c(539) :  Freeing 0x08373790 (49 bytes),
script=-
Last leak repeated 1 time
=== Total 2 memory leaks detected ===





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


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

Reply via email to