mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Affects sessions (bug #43919)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c69a37112f
commit
e4e554e4c2
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.78 $ -->
|
||||
<!-- $Revision: 1.79 $ -->
|
||||
<chapter xml:id="features.safe-mode" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Safe Mode</title>
|
||||
|
||||
|
@ -642,6 +642,18 @@ Warning: readfile() has been disabled for security reasons in
|
|||
In safe mode, the fifth parameter is disabled. (note: only affected since PHP 4.2.3)
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<function>session_start</function>
|
||||
</entry>
|
||||
<entry>
|
||||
The owner of a script must be the same as owner of a <link
|
||||
linkend="ini.session.save-path">session.save_path</link> directory if
|
||||
the default <literal>files</literal> <link
|
||||
linkend="ini.session.save-handler">session.save_handler</link> is
|
||||
used.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
All filesystem and stream functions.
|
||||
|
|
Loading…
Reference in a new issue