[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c tests/strings/bug60801.phpt

2012-01-30 Thread Adam Harvey
aharvey Mon, 30 Jan 2012 13:29:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=322934 Log: Fix bug #60801 (strpbrk() mishandles NUL byte) on trunk only for now. Bug: https://bugs.php.net/60801 (Assigned) strpbrk() mishandles NUL byte Ch

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

2012-01-20 Thread Pierrick Charron
pierrick Fri, 20 Jan 2012 13:20:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=322497 Log: Remove memory leak in substr_replace (to commit in 5.4 after code freeze) Changed paths: U php/php-src/trunk/ext/standard/string.c Modified: php/

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

2010-07-19 Thread Adam Harvey
aharvey Tue, 20 Jul 2010 04:26:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=301412 Log: Fix bug #52380 (Typo in lcfirst comment docs) by updating the commented prototype for lcfirst() to actually read lcfirst(). Bug: http://bugs.php.net/523

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

2009-12-16 Thread Dmitry Stogov
dmitry Wed, 16 Dec 2009 11:15:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=292195 Log: Fixed str_replace() to work with both binary and unicode strings Changed paths: U php/php-src/trunk/ext/standard/string.c Modified: php/php-src/t

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

2009-11-24 Thread Kalle Sommer Nielsen
kalleTue, 24 Nov 2009 11:08:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=291259 Log: Fixed #50226 (Insufficient memory allocation for unicode string) - Patch by yoarvi at gmail dot com Bug: http://bugs.php.net/50226 (Open) [PATCH] - Ins

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

2009-08-15 Thread Felipe Pena
felipe Sat, 15 Aug 2009 16:05:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=287340 Log: - Fix ZTS build && removed unused vars Changed paths: U php/php-src/trunk/ext/standard/string.c Modified: php/php-src/trunk/ext/standard/string.c

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ string.c tests/strings/str_replace.phpt tests/strings/stripos.phpt tests/strings/stripos_variation1.phpt tests/strings/stripos_variation10.phpt t

2009-08-15 Thread Hannes Magnusson
On Sat, Aug 15, 2009 at 07:43, Stanislav Malyshev wrote: > stas                                     Sat, 15 Aug 2009 05:43:18 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=287313 > > Log: > cleanup string parameter parsing, fix some tests > > Changed paths: >    U   php/php-s