hholzgra Thu, 14 Oct 2010 21:33:10 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304407
Log:
marked char pointer arguments as const in lots of
places where strings pointed to are not modified
to prevent compiler warnings about discarded qualifier
cataphract Thu, 14 Oct 2010 19:33:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304405
Log:
- Three tests were "broken" by rev #304404, not two. Commit the change
to remaining one.
Bug: http://bugs.php.net/304404 (error getting bug informatio
cataphract Thu, 14 Oct 2010 19:14:06 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304404
Log:
- Fixed get_next_char(), used by htmlentities/htmlspecialchars, accepting
certain ill-formed UTF-8 sequences.
Changed paths:
U php/php-src/branc