php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #12544 not translated, missing explanations even in englisch
Submitted: 2001-08-03 04:13 UTC Modified: 2001-08-04 14:30 UTC
From: l dot ketzer at bbdo-interactive dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.0.6 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: l dot ketzer at bbdo-interactive dot de
New email:
PHP Version: OS:

 

 [2001-08-03 04:13 UTC] l dot ketzer at bbdo-interactive dot de
Tabelle 23-1. Safe-mode limited functions

                    Function
                                                       Limitations
                    dbmopen()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    dbase_open()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    filepro()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    filepro_rowcount()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    filepro_retrieve()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    imap_thread()
                                                       ??
                    ifxus_tell_slob()
                                                       ??
                    muscat_close()
                                                       ??
                    pg_loimport()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    posix_mkfifo()
                                                       Checks whether the directory in which you are about to
                                                       operate, has the same UID as the script that is being
                                                       executed.
                    putenv()
                                                       ??
                    move_uploaded_file()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    chdir()
                                                       Checks whether the directory in which you are about to
                                                       operate, has the same UID as the script that is being
                                                       executed.
                    dl()
                                                       ??
                    shell_exec()
                                                       ??
                    popen()
                                                       Checks whether the directory in which you are about to
                                                       operate, has the same UID as the script that is being
                                                       executed. 
                    mkdir()
                                                       Checks whether the directory in which you are about to
                                                       operate, has the same UID as the script that is being
                                                       executed.
                    rmdir()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    rename()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed. 
                    unlink()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    copy()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed. 
                    chgrp()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    chown()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    chmod()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed. 
                    touch()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    symlink()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed. 
                    link()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed. 
                    ob_gzhandler()
                                                       Checks whether the file(s)/directories you are about to
                                                       operate on, have the same UID as the script that is being
                                                       executed.
                    getallheaders()
                                                       ??
                    exec()
                                                       ??
                    system()
                                                       ??
                    passthru()
                                                       ??
                    mail()
                                                       ??
                    backtick operator
                                                       ??
                    Any function that uses
                    php4/main/fopen_wrappers.c 
                                                       ??

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-03 10:02 UTC] sniper@php.net
reclassified..

 [2001-08-04 14:30 UTC] jeroen@php.net
It states: probably incomplete and possibly incorrect => under construction.

I decided to already commit this, since it's better than nothing.

It's better since a few days, but still not completely.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 18:01:30 2024 UTC