[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/standard/ string.c

2010-07-01 Thread Felipe Pena
felipe Thu, 01 Jul 2010 19:51:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=300918 Log: - Fixed a possible memory corruption in substr(), chunk_split(), strtok(), addcslashes(), str_repeat() Changed paths: U php/php-src/branches/PHP_

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/standard/ string.c

2010-07-01 Thread Felipe Pena
felipe Thu, 01 Jul 2010 19:11:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=300917 Log: - Fixed a possible memory corruption in strchr(), strstr(). - MFH: Fixed a possible memory corruption in substr_replace() (Dmitry) Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/standard/ string.c

2010-07-01 Thread Felipe Pena
felipe Thu, 01 Jul 2010 18:43:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=300916 Log: - Fixed a possible memory corruption in strrchr(). (Reported by Péter Veres) Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/string.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/string.c branches/PHP_5_3/ext/standard/string.c trunk/ext/standard/string.c

2010-06-02 Thread Rasmus Lerdorf
rasmus Wed, 02 Jun 2010 19:26:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=300105 Log: vim fail Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/string.c U php/php-src/branches/PHP_5_3/ext/standard/string.c U ph

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/string.c branches/PHP_5_3/ext/standard/string.c trunk/ext/standard/string.c

2010-06-02 Thread Rasmus Lerdorf
rasmus Wed, 02 Jun 2010 19:24:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=300104 Log: Tweak the fix for bug #51847 to still call libintl_setlocale when libintl has done that redefine. Bug: http://bugs.php.net/51847 (error getting bug info

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/standard/string.c branches/PHP_5_3/ext/standard/string.c trunk/ext/standard/string.c

2010-06-01 Thread Rasmus Lerdorf
rasmus Wed, 02 Jun 2010 05:53:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=300085 Log: Fix for bug #51847 Someone in libintl world decided it was a good idea to do: #undef setlocale #define setlocale libintl_setlocale That means, of cours

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/standard/ string.c

2009-07-23 Thread Jani Taskinen
jani Thu, 23 Jul 2009 17:39:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=284664 Log: - Allow using huge values for chunklen in this branch too Changed paths: U php/php-src/branches/PHP_5_2/ext/standard/string.c Modified: php/php-s