* 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:
Daniel Convissor 2008-07-02 15:27:47 +00:00
parent 1721bf6db4
commit cbdd63db2f

View file

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