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
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/
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
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
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
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
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