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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Tue Apr 16 10:01:29 2024 UTC