[PHP-CVS] cvs: php-src /ext/standard php_smart_str.h /main spprintf.c

2005-08-16 Thread Derick Rethans
derick Tue Aug 16 14:02:41 2005 EDT Modified files: /php-src/ext/standard php_smart_str.h /php-src/main spprintf.c Log: - Fixed a couple of bugs in the new smart_str macros, and allow them to allocate two extra bytes (so that we can pad them w

Re: [PHP-CVS] cvs: php-src /ext/standard php_smart_str.h /main spprintf.c spprintf.h

2005-08-14 Thread Derick Rethans
On Sun, 14 Aug 2005, Andrei Zmievski wrote: > Why not use what ICU gives us? A reason might be that we might have implemented more modifiers, or some slightly different. I think it's a good idea to use our own too. Derick > On Aug 14, 2005, at 10:14 AM, Marcus Boerger wrote: > > > helly

Re: [PHP-CVS] cvs: php-src /ext/standard php_smart_str.h /main spprintf.c spprintf.h

2005-08-14 Thread Andrei Zmievski
Why not use what ICU gives us? http://icu.sourceforge.net/apiref/icu4c/ustdio_8h.html#a36 -Andrei On Aug 14, 2005, at 10:14 AM, Marcus Boerger wrote: hellySun Aug 14 13:14:43 2005 EDT Modified files: /php-src/ext/standardphp_smart_str.h /php-src/mainspprintf.c sppr

[PHP-CVS] cvs: php-src /ext/standard php_smart_str.h /main spprintf.c spprintf.h

2005-08-14 Thread Marcus Boerger
helly Sun Aug 14 13:14:43 2005 EDT Modified files: /php-src/ext/standard php_smart_str.h /php-src/main spprintf.c spprintf.h Log: - Initial support of easy way to generate unicode strings: [v]uspprinf() # Same semantics as [v]spprintf, only it