History log of /php-src/ext/standard/formatted_print.c (Results 101 – 125 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 5bdb4779 19-Nov-2010 Ilia Alshanetsky

Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places).

Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1, php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3
# 574b0882 02-Nov-2009 Felipe Pena

- Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd)

Revision tags: php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 6dc86fac 23-Jul-2009 Jani Taskinen

- Fixed bug #48802 (printf() returns incorrect outputted length)

Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 49295515 20-Jan-2009 Ilia Alshanetsky

Added an E_NOTICE when precision value is truncated

# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.

Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# ef2489f6 10-Aug-2008 Felipe Pena

- MFH: New parameter parsing API (for *printf())

Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# f7938051 01-Jul-2008 Dmitry Stogov

Use new parameter parsing API

# 624c8f2f 25-Jun-2008 David Coallier

Reverted zpp API Cleanup patch - memory troubles?

# c1f8b9b7 25-Jun-2008 David Coallier

- Hackish but working parameter parsing, no longer using
zend_get* at least

# 8c394f49 24-Jun-2008 David Coallier

- New parsing parameter API
- Tests have been adjusted, if you have something else failing
let me know now! All tests seem to pass fine at the moment.

Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 085af567 17-Mar-2008 Stanislav Malyshev

fix integer overflow in length calculation

Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.

Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6723ed1d 30-Sep-2007 Jani Taskinen

MFH: Nuked ending dots from error messages

Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 79e3c883 03-Jun-2007 Brian Shire

MFH: Change printf %u behavior so that it does not truncate numbers at 32-bits. (Reported by Aditya Agarwal.)

Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# c61cbbdc 09-Apr-2007 Antony Dovgal

fix folding tags

Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# d6a45861 17-Jan-2007 Antony Dovgal

MFH

# f7d1d3ef 13-Jan-2007 Ilia Alshanetsky

Improve validation of argnum, width and precision.

# 25e73730 12-Jan-2007 Ilia Alshanetsky

Use long instead of int where long is expected.

Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.

# f40ebf41 22-Dec-2006 Ilia Alshanetsky

Fixed bug #36392 (wrong number of decimal digits with %e specifier in
sprintf).

# 5d8183f0 19-Dec-2006 Dmitry Stogov

Support for systems without locale.h

# c43fc2af 19-Dec-2006 Dmitry Stogov

Fixed bug #39815 (SOAP double encoding is not locale-independent)

# 5e8eecb3 18-Dec-2006 Antony Dovgal

remove the comment, it's not valid anymore

# 9ef3575c 18-Dec-2006 Hannes Magnusson

MFH:
- make %f locale aware again
- fix precision loss with %F (noticed by Sebastian Nohn)
- add new tests

123456789