mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
513913468b
commit
60fc9f497a
1 changed files with 1 additions and 10 deletions
|
@ -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>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue