mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Serializing information is valid for PHP 5 too (bug #33817)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@191207 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a210b11601
commit
b37a6a1c20
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.63 $ -->
|
||||
<!-- $Revision: 1.64 $ -->
|
||||
<chapter id="language.oop">
|
||||
<title>Classes and Objects (PHP 4)</title>
|
||||
|
||||
|
@ -651,7 +651,7 @@ $b->example();
|
|||
|
||||
<caution>
|
||||
<simpara>
|
||||
The following information is valid for PHP 4 only.
|
||||
The following information is valid for PHP >= 4 only.
|
||||
</simpara>
|
||||
</caution>
|
||||
|
||||
|
|
Loading…
Reference in a new issue