From 23d8a0039ec892b09fc903db271fb0c935301bb3 Mon Sep 17 00:00:00 2001 From: David Mytton Date: Sun, 25 Feb 2007 18:14:08 +0000 Subject: [PATCH] Patch from #40522 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230770 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/functions/mb-strrpos.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/reference/mbstring/functions/mb-strrpos.xml b/reference/mbstring/functions/mb-strrpos.xml index 4408918490..90fe07f0dc 100644 --- a/reference/mbstring/functions/mb-strrpos.xml +++ b/reference/mbstring/functions/mb-strrpos.xml @@ -1,5 +1,5 @@ - + @@ -50,9 +50,11 @@ - As of PHP 5.2.0, for back compatibility, encoding - can be specified as the third parameter. However, doing so is - deprecated and will be removed from a future release of PHP. + The encoding parameter was moved from + the third position to the fourth in PHP 5.2.0. For backward + compatibility, encoding can be specified + as the third parameter, but doing so is deprecated and will be + removed in the future.