History log of /PHP-5.5/ext/standard/formatted_print.c (Results 51 – 75 of 130)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 61364b5b 15-Nov-2004 Derick Rethans

- MFH4.3: Cleaned up some of the locale mess:
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* ech

- MFH4.3: Cleaned up some of the locale mess:
* all internal use of sprintf, snprintf and the like will always
use the . as thousands seperator (if php.h is included only!).
* echo, printf() and sprintf() always render locale-aware
* added the %F modifier for non-locale aware rendering for floats

show more ...


# 59651c4e 03-Nov-2004 Derick Rethans

- Fixed bug #30630: Added a BSD based strtod function that is
locale-independent. (PHP part)


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 8840191d 18-Jul-2004 Ilia Alshanetsky

Fixed bug #28633 (sprintf incorrectly adding padding to floats).


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# fd7a92f0 19-May-2004 Ard Biesheuvel

Fixed unregistered bug (memory leak in printf() & friends)


# 251b6276 16-May-2004 Marcus Boerger

- Fix printf with floats


# bd92164e 11-May-2004 Ilia Alshanetsky

Make vprintf() and printf() return the length of the string printed.
Make fprintf() and vfprints() return the correct length of the string
printed.


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 4a954193 16-Feb-2004 Ilia Alshanetsky

Fixed bug #27278 (*printf() functions treat arguments as if passed by
reference).


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 56373e08 21-Jan-2004 foobar

- Fixed bug #26973 (*printf() + modifier broken)


# 43becc02 13-Jan-2004 Ilia Alshanetsky

Fixed bug #26878 (problem with multiple references to the same variable
with different types).


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 2fc7a07e 29-Dec-2003 Marcus Boerger

Use __tostring() in all printing functions.


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4
# ed40ae26 11-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY
# a51ab0fe 30-May-2003 Moriyoshi Koizumi

Fixed bug #23894 (sprintf() decimal specifiers problem)


Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 0e6fca4f 18-Mar-2003 Stig Bakken

* email address change


Revision tags: php-4.3.2RC1, php-4.3.1
# b069f350 15-Feb-2003 Moriyoshi Koizumi

Fixed bug #22227
Added test case for bug #22227


# 7fffe433 13-Feb-2003 Ilia Alshanetsky

Fixed bug #22207 (e notation in *printf would be missing a 0 when there is
no exponent).
Added a test case for the bug.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 7fa09705 11-Jan-2003 Moriyoshi Koizumi

Reverted because correct decision has not been made yet.


# dd2ad168 11-Jan-2003 Moriyoshi Koizumi

Reduced compiler warnings in ZE2 build


# 59e4fdcc 09-Jan-2003 Wez Furlong

Implement fprintf() and vfprintf().
Add a couple of tests.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2
# d88775c5 26-Oct-2002 Ilia Alshanetsky

Better fix for bug #20108.


# 2c480b0f 26-Oct-2002 Ilia Alshanetsky

Fixed bug #20108.


# 95312e99 15-Oct-2002 Ilia Alshanetsky

Fixed bug #4232. (Added support for %e and %E to printf/sprintf)


# 99f2fc81 14-Oct-2002 Ilia Alshanetsky

Fixed a bug (introduced in previous patch) that caused non-double values to
be converted to 0 by printf/sprint functions when %f format is specified.


123456