[PHP-DEV] Bug #14310: Uploaded empty files treated differently

2001-12-01 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: HTTP related Bug description: Uploaded empty files treated differently When a zero-length file is uploaded, the temporary file is not created, and the appropriate variable is set to 'none'. Th

[PHP-DEV] Bug #14076 Updated: fopen() and touch() fail to create file under safe mode

2001-11-19 Thread a . genkin
ID: 14076 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.6 New Comment: Well, the fact that it can create a *new directory* in the same directory, already means that the apache proc

[PHP-DEV] Bug #14076: fopen() and touch() fail to create file under safe mode

2001-11-15 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: *Directory/Filesystem functions Bug description: fopen() and touch() fail to create file under safe mode Under safe mode, fopen("filename", "w") fails to create a file if it doesn't exist, compl

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: Rats! I meant to say "to standard out" in the last s

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: Rasmus, what you are saying about shell redirection

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: I forgot to add that it appears that this bug is not

[PHP-DEV] Bug #13843 Updated: Command arguments under safe mode should not be automatically escaped

2001-10-29 Thread a . genkin
ID: 13843 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Summary: Command line arguments escaped magically and out of control Status: Open Bug Type: Program Execution Operating System: Unix PHP Version: 4.0.6 New Comment: I've looked into this further, and here's the scoop.

[PHP-DEV] Bug #13843: Command line arguments escaped magically and out of control

2001-10-26 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Unix PHP version: 4.0.6 PHP Bug Type: Program Execution Bug description: Command line arguments escaped magically and out of control 4.0.6 (safe mode), Apache 1.3.20, running as server module, under Solaris 8/Sparc When passing ar

[PHP-DEV] Bug #11940 Updated: ill side effect of open_basedir

2001-07-06 Thread a . genkin
ID: 11940 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Old-Bug Type: *General Issues Bug Type: Documentation problem Operating system: Solaris 8/sparc PHP Version: 4.0.6 Description: ill side effect of open_basedir Jason, thanks for the clarification. I apologize for persist

[PHP-DEV] Bug #11940 Updated: ill side effect of open_basedir

2001-07-06 Thread a . genkin
ID: 11940 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: PHP options/info functions Operating system: Solaris 8/sparc PHP Version: 4.0.6 Description: ill side effect of open_basedir I may be missing something, but there is no include() or any other file-related opera

[PHP-DEV] Bug #11940: ill side effect of open_basedir

2001-07-06 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Solaris 8/sparc PHP version: 4.0.6 PHP Bug Type: PHP options/info functions Bug description: ill side effect of open_basedir safe_mode = On doc_root = /homes/u0/apache open_basedir = "/var/www/htdocs/workathome:/var/www/secure:/var/w

[PHP-DEV] Bug #11899: bugs.php inteface improvement suggestion

2001-07-04 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: bugs.php inteface improvement suggestion Just a web-interface related suggestion. Searching bug database with the bugs.php page is unintuitive. For examp

[PHP-DEV] Bug #11894: want posix_getgrent() function

2001-07-04 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Solaris 8/sparc PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: want posix_getgrent() function I need to iterate over entries in /etc/group with PHP running in safe mode. A posix_getgrent() function would m

[PHP-DEV] Bug #11523 Updated: File uploads via HTTP POST don't work with Opera browsers

2001-06-18 Thread a . genkin
ID: 11523 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: HTTP related Operating system: Solaris 8, Sparc PHP Version: 4.0.5 Description: File uploads via HTTP POST don't work with Opera browsers Here's what I received from the Opera folks. They admit the bug, but claim that PHP also

[PHP-DEV] Bug #11523: File uploads via HTTP POST don't work with Opera browsers

2001-06-18 Thread a . genkin
From: [EMAIL PROTECTED] Operating system: Solaris 8, Sparc PHP version: 4.0.5 PHP Bug Type: HTTP related Bug description: File uploads via HTTP POST don't work with Opera browsers I am developing a web-based system for university students to submit assignments over the web.