dmytton Sun Feb 25 18:14:09 2007 UTC
Modified files: /phpdoc/en/reference/mbstring/functions mb-strrpos.xml Log: Patch from #40522 http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mbstring/functions/mb-strrpos.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/mbstring/functions/mb-strrpos.xml diff -u phpdoc/en/reference/mbstring/functions/mb-strrpos.xml:1.5 phpdoc/en/reference/mbstring/functions/mb-strrpos.xml:1.6 --- phpdoc/en/reference/mbstring/functions/mb-strrpos.xml:1.5 Sat Feb 24 21:12:24 2007 +++ phpdoc/en/reference/mbstring/functions/mb-strrpos.xml Sun Feb 25 18:14:08 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 --> <refentry id="function.mb-strrpos"> <refnamediv> @@ -50,9 +50,11 @@ </note> <note> <simpara> - As of PHP 5.2.0, for back compatibility, <parameter>encoding</parameter> - can be specified as the third parameter. However, doing so is - deprecated and will be removed from a future release of PHP. + The <parameter>encoding</parameter> parameter was moved from + the third position to the fourth in PHP 5.2.0. For backward + compatibility, <parameter>encoding</parameter> can be specified + as the third parameter, but doing so is deprecated and will be + removed in the future. </simpara> </note> </refsect1>