[PHP-DEV] Bug #14306: Need a something to pass to use default function values

2001-11-30 Thread mikep
From: [EMAIL PROTECTED] Operating system: PHP version: 4.1.0 PHP Bug Type: Feature/Change Request Bug description: Need a something to pass to use default function values I would like a way to pass something into a function and have it use the default values. For eg., if

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mikep
ID: 14037 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: I need a way to attach a file to this bug... Here is the diff: diff -ur php-4.0.6/ext/domxml/php_domxml.c php-4.0.6-haxx0r

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mikep
ID: 14037 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: Here's the explanation from [EMAIL PROTECTED] (our resident C expert): In the ext/domxml/php_domxml.c th

[PHP-DEV] Bug #14037 Updated: Memory leak in xmldocfile function

2001-11-29 Thread mikep
ID: 14037 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: DOM XML related Operating System: Linux PHP Version: 4.0.6 New Comment: As stated, the memory used by Apache sky rockets... On my machine, it goes up to about 90% or so. We're

[PHP-DEV] Bug #14037: Memory leak in xmldocfile function

2001-11-12 Thread mikep
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: DOM XML related Bug description: Memory leak in xmldocfile function "; flush(); for ($i=0; $i<100; $i++) { $doc = xmldocfile( "SOMEXMLFILE" ); } echo "test finished"; ?> When t

[PHP-DEV] Bug #12896: is_directory should point to is_dir

2001-08-22 Thread mikep
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: is_directory should point to is_dir For the sake of consistency, the function is_directory should be made and should be the same as is_dir(). All the othe