nlopess Sat Aug 12 17:24:36 2006 UTC
Modified files: /phpdoc/en/language/oop5 visibility.xml Log: make that 5.1.3 instead of 5.2.0. thanks to Pierre & Lukas for the info http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/visibility.xml?r1=1.9&r2=1.10&diff_format=u Index: phpdoc/en/language/oop5/visibility.xml diff -u phpdoc/en/language/oop5/visibility.xml:1.9 phpdoc/en/language/oop5/visibility.xml:1.10 --- phpdoc/en/language/oop5/visibility.xml:1.9 Sat Aug 12 16:44:18 2006 +++ phpdoc/en/language/oop5/visibility.xml Sat Aug 12 17:24:36 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <sect1 id="language.oop5.visibility"> <title>Visibility</title> <para> @@ -75,7 +75,7 @@ <simpara> The PHP 4 method of declaring a variable with the <emphasis>var</emphasis> keyword is still supported for compatibility - reasons (as a synonym for the public keyword). In PHP 5 before 5.2.0, its + reasons (as a synonym for the public keyword). In PHP 5 before 5.1.3, its usage would generate an <constant>E_STRICT</constant> warning. </simpara> </note>