From: Andrey Hristov Date: Sat, 6 Dec 2003 16:46:29 +0000 (+0000) Subject: A small start for so called "not-yet-written faq" about small changes that X-Git-Tag: php-5.0.0b3RC1~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fa74586870944b2c391ebccc426239fa5e429ce;p=php A small start for so called "not-yet-written faq" about small changes that may make someone's life a nightmare for some time. It will be good when a change is made a line in this file to be written and then it will be easier for the doc team to write comprehensive and pretty FAQ for the end users. --- diff --git a/README.PHP4-TO-PHP5-THIN-CHANGES b/README.PHP4-TO-PHP5-THIN-CHANGES new file mode 100644 index 0000000000..af50a91ea9 --- /dev/null +++ b/README.PHP4-TO-PHP5-THIN-CHANGES @@ -0,0 +1,8 @@ +1. strr(i)pos() now uses the full needle when searching - be aware that code that previous have run now can stop working. + EX : + + 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