From: Andrey Hristov Date: Sat, 6 Dec 2003 16:49:13 +0000 (+0000) Subject: ups, i forgot this entry X-Git-Tag: php-5.0.0b3RC1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df137ad240015f04a7b79b00b8f6bd594a99912f;p=php ups, i forgot this entry --- diff --git a/README.PHP4-TO-PHP5-THIN-CHANGES b/README.PHP4-TO-PHP5-THIN-CHANGES index af50a91ea9..022135b443 100644 --- a/README.PHP4-TO-PHP5-THIN-CHANGES +++ b/README.PHP4-TO-PHP5-THIN-CHANGES @@ -5,4 +5,6 @@ var_dump(strrpos("ABCDEF","DAF")); ?> Will give you differents results. The diffence is in the second cal to strrpos(). The same applies and for strripos(). -2. Change illegal use of string offset from E_WARNING to E_ERROR \ No newline at end of file +2. Change illegal use of string offset from E_WARNING to E_ERROR +3. array_merge() accepts only arrays. If non-array is passed a E_WARNING for every non-array + parameter will be throwed. Be careful because your code may start emitting E_WARNING out of the blue.