[PHP-CVS] cvs: php-src /main snprintf.c spprintf.c

2007-08-03 Thread Antony Dovgal
tony2001Fri Aug 3 14:30:59 2007 UTC Modified files: /php-src/main snprintf.c spprintf.c Log: 'I32' and 'I' support (per request by Marcus) http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.57r2=1.58diff_format=u Index:

[PHP-CVS] cvs: php-src /main snprintf.c spprintf.c

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 08:39:24 2007 UTC Modified files: /php-src/main snprintf.c spprintf.c Log: Restore big exponent letter in var_export() ('1e300' - '1E300') http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.56r2=1.57diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /main snprintf.c spprintf.c

2007-06-25 Thread Derick Rethans
On Mon, 25 Jun 2007, Dmitry Stogov wrote: dmitryMon Jun 25 08:39:24 2007 UTC Modified files: /php-src/main snprintf.c spprintf.c Log: Restore big exponent letter in var_export() ('1e300' - '1E300') Please add a test case for this... Derick --

RE: [PHP-CVS] cvs: php-src /main snprintf.c spprintf.c

2007-06-25 Thread Dmitry Stogov
Didn't you see broken test tests/lang/bug24640.phpt? Dmitry. -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 12:48 PM To: Dmitry Stogov Cc: php-cvs@lists.php.net Subject: Re: [PHP-CVS] cvs: php-src /main snprintf.c spprintf.c

[PHP-CVS] cvs: php-src /main snprintf.c spprintf.c

2006-01-24 Thread Marcus Boerger
helly Tue Jan 24 20:57:56 2006 UTC Modified files: /php-src/main snprintf.c spprintf.c Log: - Fixed Bug #35978 %n format string specifier wrongly implemented http://cvs.php.net/viewcvs.cgi/php-src/main/snprintf.c?r1=1.41r2=1.42diff_format=u Index:

[PHP-CVS] cvs: php-src /main snprintf.c spprintf.c

2003-09-13 Thread Marcus Boerger
helly Sat Sep 13 12:49:26 2003 EDT Modified files: /php-src/main snprintf.c spprintf.c Log: - Fix %p to prepend '0x' as suggested by C99. - Add 'z' prefix. # Now you can use '%zd' in [v]spprintf() and everything that utilizes it # like error messages