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)
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
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
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
("$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.
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
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