#46145 [Com]: printf %e format should make 2 digit exponent

2008-09-28 Thread ilia dot cheishvili at gmail dot com
ID: 46145 Comment by: ilia dot cheishvili at gmail dot com Reported By: lbayuk at pobox dot com Status: Open Bug Type: Strings related Operating System: Linux PHP Version: 5.2.6 New Comment: The patch to fix this is here, along with all of

#46164 [Com]: stream_filter_remove() closes the stream

2008-09-28 Thread ilia dot cheishvili at gmail dot com
ID: 46164 Comment by: ilia dot cheishvili at gmail dot com Reported By: [EMAIL PROTECTED] Status: Open Bug Type:Streams related PHP Version: 5.3CVS-2008-09-24 (CVS) New Comment: This is caused by telling php_stream_filter_remove() to destruct the stream when it is not

#46102 [Com]: getenv() memory leak

2008-09-24 Thread ilia dot cheishvili at gmail dot com
ID: 46102 Comment by: ilia dot cheishvili at gmail dot com Reported By: jim at centerfuse dot net Status: Open Bug Type: Performance problem Operating System: Windows XP PHP Version: 5.2.6 New Comment: This does not occur on the latest CVS

#29070 [Com]: __get/__set should allow recursive calls

2005-08-15 Thread ilia at manual dot ru
ID: 29070 Comment by: ilia at manual dot ru Reported By: csmoak at andrew dot cmu dot edu Status: Open Bug Type: Feature/Change Request Operating System: All PHP Version: 5.0.0RC3 New Comment: This is a really annoying issue. I actually was

#30501 [Opn]: memory leak

2004-10-20 Thread ilia at manual dot ru
ID: 30501 User updated by: ilia at manual dot ru Reported By: ilia at manual dot ru Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 5.2.1 PHP Version: 5.0.2 New Comment: Memory limit was 1M for this test Previous Comments

#30501 [NEW]: memory leak

2004-10-20 Thread ilia at manual dot ru
From: ilia at manual dot ru Operating system: FreeBSD 5.2.1 PHP version: 5.0.2 PHP Bug Type: Reproducible crash Bug description: memory leak Description: unset() does not free memory. In the example, list() is important. Reproduce code: --- for($i

#26819 [NEW]: http_build_query() crashes on NULL output

2004-01-06 Thread ilia at prohost dot org
From: ilia at prohost dot org Operating system: Any PHP version: 5CVS-2004-01-06 (dev) PHP Bug Type: Reproducible crash Bug description: http_build_query() crashes on NULL output Description: When there is nothing to output http_build_query() crashes

#26798 [NEW]: Reference is assigned locally

2004-01-05 Thread ilia at manual dot ru
From: ilia at manual dot ru Operating system: Windows XP,Linux PHP version: 4.3.4 PHP Bug Type: Variables related Bug description: Reference is assigned locally Description: The script should output '1', but it outputs '0'. Looks like th

#26458 [NEW]: var_dump(), var_export(), var_dump_zval() not binary safe

2003-11-28 Thread ilia at prohost dot org
From: ilia at prohost dot org Operating system: All PHP version: Irrelevant PHP Bug Type: Scripting Engine problem Bug description: var_dump(), var_export(), var_dump_zval() not binary safe Description: var_dump(), var_export(), var_dump_zval() do not properly

Bug #17438: error_reporting() does not work if @ is placed before the function

2002-05-26 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.1 PHP Bug Type: Scripting Engine problem Bug description: error_reporting() does not work if @ is placed before the function Changing the error reporting level inside a scirpt useing the error_reporting

Bug #17169: include_path allows bypass of safe_mode

2002-05-12 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Performance problem Bug description: include_path allows bypass of safe_mode By setting include_path setting to any directory readable to the webserver it is possible to read files from t

Bug #17168: error_log can be used to bypass safe_mode

2002-05-12 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: error_log can be used to bypass safe_mode By doing ini_set('error_log', 'any_path); The user can append data to any file writeable by the webserv

Bug #17161 Updated: rmdir() bypasses safe_mode

2002-05-12 Thread ilia
ID: 17161 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux 2.4.18 PHP Version: 4.2.0 New Comment: not a bug since only works if the

Bug #17163 Updated: rename() bypasses safe_mode

2002-05-12 Thread ilia
ID: 17163 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: Linux 2.4.18 PHP Version: 4.2.0 New Comment: mkdir test; ls -ld test drwxr-xr-

Bug #17163 Updated: rename() bypasses safe_mode

2002-05-12 Thread ilia
ID: 17163 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux 2.4.18 PHP Version: 4.2.0 New Comment: mkdir test; ls -ld test drwxr-xr-x 2 forumforum

Bug #17163: rename() bypasses safe_mode

2002-05-12 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: rename() bypasses safe_mode rename() function can be used to rename files a user has no access to according to safe_mode. Ex. touch test

Bug #17162 Updated: unlink() bypasses safe_mode & file permissions

2002-05-12 Thread ilia
ID: 17162 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux 2.4.18 PHP Version: 4.2.0 New Comment: I forgot to add, the webserver runs as user/group "www".

Bug #17162: unlink() bypasses safe_mode & file permissions

2002-05-12 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: unlink() bypasses safe_mode & file permissions unlink() function can be used to delete files that user does not have permissions to delete. Ex

Bug #17161: rmdir() bypasses safe_mode

2002-05-12 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: rmdir() bypasses safe_mode rmdir() function can be used to delete directories that a user should be able to delete under safe_mode. Ex. mkd

Bug #17160: sleep() * usleep() bypass set_time_limit()

2002-05-12 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: sleep() * usleep() bypass set_time_limit() PHP's sleep & usleep() functions can be used to bypass set_time_limit() and allow a script to sleep fo

Bug #17157: fopen can bypass safe_mode

2002-05-11 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: fopen can bypass safe_mode If a readfile() function is passed 3rd parameter, which normally indicated that the file should be opened from the "in

Bug #17156: readfile can bypass safe_mode

2002-05-11 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: readfile can bypass safe_mode If a readfile() function is passed 2nd parameter it can be used to read ANY file on the system regardless of safe_m

Bug #17155: Safe Mode settings do not affect show_source

2002-05-11 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.2.0 PHP Bug Type: Scripting Engine problem Bug description: Safe Mode settings do not affect show_source On a system with safe_mode enabled, show_source() function will be able to show contents of any fil

Bug #16932: rmdir fails, but returns true

2002-04-30 Thread ilia
From: [EMAIL PROTECTED] Operating system: Linux 2.4.18 PHP version: 4.1.2 PHP Bug Type: Filesystem function related Bug description: rmdir fails, but returns true rmdir('/blah/test_dir'); fails to delete the directory and returns TRUE. rmdir('/blah/test_dir/'); Works

Bug #16384: Default value of a mysql table field

2002-04-01 Thread ilia
From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.1.2 PHP Bug Type: Feature/Change Request Bug description: Default value of a mysql table field PHP's mysql_fetch_field() retrieved information about a MySQL field, however it does not fetch the default value of th

Bug #15528: ftell does not work consistently

2002-02-12 Thread ilia
From: [EMAIL PROTECTED] Operating system: Any Windows OS PHP version: 4.1.1 PHP Bug Type: Scripting Engine problem Bug description: ftell does not work consistently In Windows ftell() will ALWAYS return 0, if called right after fopen() for append, even if the file has data i