Re: [PHP-CVS] cvs: php-src /ext/standard php_string.h string.c /ext/standard/tests/strings bug47546.phpt

2009-04-02 Thread Antony Dovgal
On 01.04.2009 21:04, Matt Wilmas wrote: > mattwil Wed Apr 1 17:04:17 2009 UTC > > Removed files: > /php-src/ext/standard/tests/strings bug47546.phpt > > Modified files: > /php-src/ext/standard php_string.h string.c > Log: > e

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c /ext/standard/tests/strings bug47546.phpt

2009-04-01 Thread Matt Wilmas
mattwil Wed Apr 1 17:04:17 2009 UTC Removed files: /php-src/ext/standard/tests/strings bug47546.phpt Modified files: /php-src/ext/standard php_string.h string.c Log: explode() stuff: - Fixed bug #47560 (explode()'s limit parameter od

[PHP-CVS] cvs: php-src /ext/standard php_string.h

2007-08-29 Thread Derick Rethans
derick Wed Aug 29 14:11:30 2007 UTC Modified files: /php-src/ext/standard php_string.h Log: - Put the PHPAPI php_u_str_to_str() function in the .h, just like the rest. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_string.h?r1=1.107&r2=1.108&di

[PHP-CVS] cvs: php-src /ext/standard php_string.h

2006-10-03 Thread Antony Dovgal
tony2001Tue Oct 3 18:38:57 2006 UTC Modified files: /php-src/ext/standard php_string.h Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_string.h?r1=1.102&r2=1.103&diff_format=u Index: php-src/ext/standard/php_string.h diff

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 01:11:05 2006 UTC Modified files: /php-src/ext/standard php_string.h string.c Log: ZTS fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_string.h?r1=1.101&r2=1.102&diff_format=u Index: php-src/ext/standard/php_string.h diff -u p

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2006-08-30 Thread Ilia Alshanetsky
iliaa Wed Aug 30 18:40:26 2006 UTC Modified files: /php-src/ext/standard string.c php_string.h Log: Avoid TSRMLS_FETCH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.583&r2=1.584&diff_format=u Index: php-src/ext/standard/string.c dif

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2006-08-04 Thread Andrei Zmievski
andrei Fri Aug 4 18:09:46 2006 UTC Modified files: /php-src/ext/standard php_string.h string.c Log: Upgrade dirname() to support IS_UNICODE. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_string.h?r1=1.98&r2=1.99&diff_format=u Index: php-src/e

[PHP-CVS] cvs: php-src /ext/standard php_string.h

2005-10-28 Thread Frank M. Kromann
fmk Fri Oct 28 15:21:49 2005 EDT Modified files: /php-src/ext/standard php_string.h Log: Adding missing function declarations to fix win32 build http://cvs.php.net/diff.php/php-src/ext/standard/php_string.h?r1=1.92&r2=1.93&ty=u Index: php-src/ext/stand

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2005-10-20 Thread Rolland Santimano
rolland Thu Oct 20 15:25:56 2005 EDT Modified files: /php-src/ext/standard string.c php_string.h Log: - Unicode impl of stristr() http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.498&r2=1.499&ty=u Index: php-src/ext/standard/string.c diff

[PHP-CVS] cvs: php-src /ext/standard php_string.h

2005-10-06 Thread Frank M. Kromann
fmk Thu Oct 6 17:40:30 2005 EDT Modified files: /php-src/ext/standard php_string.h Log: Fix Win32 build by adding missing function declaration. http://cvs.php.net/diff.php/php-src/ext/standard/php_string.h?r1=1.90&r2=1.91&ty=u Index: php-src/ext/stand

Re: [PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2005-09-28 Thread Andrei Zmievski
Hi Roland, + case '\0': + buf_len += zend_codepoint_to_uchar('\\', buf+buf_len); + buf_len += zend_codepoint_to_uchar('0', buf+buf_len); + break; If you know that the codepoint you'r

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2005-09-28 Thread Rolland Santimano
rolland Wed Sep 28 05:22:14 2005 EDT Modified files: /php-src/ext/standard php_string.h string.c Log: - Unicode impl of {add,strip}slashes() http://cvs.php.net/diff.php/php-src/ext/standard/php_string.h?r1=1.89&r2=1.90&ty=u Index: php-src/ext/standard/ph

Re: [PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2005-08-16 Thread Andi Gutmans
In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed why do we need this? shouldn't the return type be the same as the string...? At 06:02 AM 8/16/2005 +, Rolland Santimano wrote: >rolland Tue Aug 16 02:02:57 2005 EDT > > Mod

Re: [PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2005-08-16 Thread Jani Taskinen
a) Why not call it 'return_type' ?? b) Why don't you put it as last parameter like we have used to do? c) Read CODING_STANDARDS before you commit anything else.. (we don't use extra spaces everywhere) --Jani On Tue, 16 Aug 2005, Rolland Santimano wrote: rolland

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2005-08-15 Thread Rolland Santimano
rolland Tue Aug 16 02:02:57 2005 EDT Modified files: /php-src/ext/standard php_string.h string.c Log: php_trim() takes extra arg to determine string type to be returned http://cvs.php.net/diff.php/php-src/ext/standard/php_string.h?r1=1.88&r2=1.89&ty=u I

[PHP-CVS] cvs: php-src /ext/standard php_string.h string.c

2003-07-24 Thread Sara Golemon
pollita Thu Jul 24 21:03:39 2003 EDT Modified files: /php-src/ext/standard php_string.h string.c Log: Fix Bug#24784 single character search keys not respecting case sensitivity/replace count parameters. Index: php-src/ext/standard/php_string.h diff -u php