From df137ad240015f04a7b79b00b8f6bd594a99912f Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Sat, 6 Dec 2003 16:49:13 +0000 Subject: [PATCH] ups, i forgot this entry --- README.PHP4-TO-PHP5-THIN-CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.50.1