[PHP-DEV] Re: 5.2.5 - changes in the string parser

2007-11-23 Thread Dagdamor
>> The documentation probably should be fixed. Also, \f and \v have been >> documented; your mirror probably isn't up to date. See: >> http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.189&r2=1.190&diff_format=u This is the mirror I'm using - http://www.php.net/manual/en/language.ty

[PHP-DEV] 5.2.5 - changes in the string parser

2007-11-23 Thread Dagdamor
Hello. I am reporting about the changes that were made in the string parser in 5.2.5. >From this version, sequences "\f" and "\v" are special and are parsed as FF and VT symbols. IMHO that doesn't make sense because the behavior was different in the older versions of PHP, and will affect many exis