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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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".
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo