Bug #17313 Updated: PHP4.1.2 won't get through make install

2002-05-31 Thread byg
ID: 17313 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Compile Failure Operating System: RedHat 7.3 PHP Version: 4.2.1 New Comment: I've got the same issue on RH6.2 system. automake (GNU automake)

Bug #16691: Documentation misses a few new settings about safe_mode

2002-04-18 Thread byg
From: [EMAIL PROTECTED] Operating system: PHP version: 4.2.0 PHP Bug Type: Documentation problem Bug description: Documentation misses a few new settings about safe_mode Documentation misses a few new settings about safe_mode: safe_mode_gid (boolean) enables/disables extra

Bug #16685: safe_mode_include_dir check is not correct

2002-04-18 Thread byg
extra check for trailing char (valid one is either a slash or \0) In fact, checking lengthes of those may save a bit CPU time (especially with the long list). Here's suggested patch (it also is available at http://www.cf1.ru/~byg/patch/php/safe_mode_include_dir.patc

Bug #16042 Updated: mkdir no longer works correcrly (wrong UID)

2002-04-16 Thread byg
ID: 16042 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.1.2 Assigned To: jflemer New Comment: Actually, this is not a complet

Bug #16638: Mkdir fails under safe mode

2002-04-16 Thread byg
("$PHP_DOCUMENT_ROOT/$path", 0770))when $path has a trailing slash. There is two possible solutions. Both shown below and can also be found at http://www.cf1.ru/~byg/patch/php/safe_mode.c.patch http://www.cf1.ru/~byg/patch/php/mkdir_get_rid_trailing_slashes.patch or ftp://ftp.

Bug #14076 Updated: fopen() and touch() fail to create file under safe mode

2002-04-16 Thread byg
ID: 14076 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.6 New Comment: I could not reproduce this issue. Here's my layout for

Bug #7204 Updated: Safe mode prevents normal operations with files

2002-04-03 Thread byg
mode. [2000-10-14 08:21:29] [EMAIL PROTECTED] Hello! Safe mode prevents normal operations with files, e.g.: \n"; if (file_exists($fn)) echo "FOUND $fn\n"; if (copy($fn, "/home/byg/f1/main/tpic/test4.html")) echo "OK