Remove some PHP 5 specific info

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350863 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-10-13 16:31:50 +00:00
parent 513913468b
commit 60fc9f497a

View file

@ -59,8 +59,7 @@
special characters (<literal>|</literal>
and <literal>!</literal>) cannot be used. Using these will end up
with errors at script shutdown. <literal>php_serialize</literal>
does not have such limitations. <literal>php_serialize</literal>
is available from PHP 5.5.4.
does not have such limitations.
</para>
</warning>
<note>
@ -73,14 +72,6 @@
<function>session_start</function> function.
</para>
</note>
<note>
<para>
PHP 5.2.2 introduced an undocumented feature to store session files
in "/tmp" even if <link linkend="ini.open-basedir">open_basedir</link>
was enabled and "/tmp" is not explicitly added to the allowed paths
list. This feature has been removed from PHP as of PHP 5.3.0.
</para>
</note>
</preface>
<!-- }}} -->