mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* Add changelog entry about warning. Bug 43924.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261930 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1721bf6db4
commit
cbdd63db2f
1 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.30 $ -->
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<sect1 xml:id="language.oop5.overloading" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Overloading</title>
|
||||
|
||||
|
@ -21,11 +21,6 @@
|
|||
</para>
|
||||
|
||||
<para>
|
||||
<!--
|
||||
Test scripts indicate otherwise.
|
||||
Will communicate with internals to see what's up.
|
||||
http://bugs.php.net/bug.php?id=43924
|
||||
-->
|
||||
All overloading methods must be defined as <literal>public</literal>.
|
||||
</para>
|
||||
|
||||
|
@ -70,6 +65,7 @@ http://bugs.php.net/bug.php?id=43924
|
|||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Added <literal>__callStatic()</literal>.
|
||||
Added warning to enforce public visibility and non-static declaration.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue