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:
Jakub Vrana 2008-11-07 14:01:51 +00:00
parent c69a37112f
commit e4e554e4c2

View file

@ -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.