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.
--- /dev/null
+1. strr(i)pos() now uses the full needle when searching - be aware that code that previous have run now can stop working.
+ EX :
+ <?php
+ var_dump(strrpos("ABCDEF","DEF"));
+ 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