History log of /PHP-7.2/ext/standard/formatted_print.c (Results 101 – 125 of 176)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# fcf35e7b 11-Oct-2002 Sebastian Bergmann

Fix ZTS build.


# bc14a6f1 10-Oct-2002 Ilia Alshanetsky

This patch fixes handling of floats on locales where decimal point is not a
'.'. Problem is best demonstrated by bug #17079.


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 30f038be 21-Sep-2002 Sascha Schumann

Add '+' modifier.

+ A sign (+ or -) always be placed before a number
produced by a signed conversion. By default a sign
is used only for n

Add '+' modifier.

+ A sign (+ or -) always be placed before a number
produced by a signed conversion. By default a sign
is used only for negative numbers. A + overrides a
space if both are used.

show more ...


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# 149ad05b 24-Aug-2002 Marcus Boerger

php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de


12345678