History log of /PHP-5.6/ext/standard/math.c (Results 26 – 50 of 190)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a54847a0 12-Jun-2011 Gustavo André dos Santos Lopes

- Reverted r301991, which is a (partial) fix to bug #52550, addressing an
overflow in a signed subtraction. This fixes the overflow without
changing the algorithm.


# c16bfe40 27-May-2011 Stanislav Malyshev

MFH: Fixed comilation on x86_64


# 7da89df2 24-May-2011 Dmitry Stogov

Fixed comilation on x86_64


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4
# d2263d48 03-Dec-2010 Adam Harvey

Implement FR #53457 (number_format must support more than one character for
thousands separator).


Revision tags: php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 7ab1a74f 08-Aug-2010 Ilia Alshanetsky

Additional fix for bug #52550 & fix test & warning from previous fixes


# d9af17b8 08-Aug-2010 Ilia Alshanetsky

Additional fix for bug #52550 & fix test & warning from previous fixes


Revision tags: oci8-1.4.3
# 232ae3df 06-Aug-2010 Felipe Pena

- Fix build


# 7e8ec822 06-Aug-2010 Felipe Pena

- Fix build


# a8ddaca0 06-Aug-2010 Ilia Alshanetsky

WS


# fbe6499d 06-Aug-2010 Ilia Alshanetsky

WS


# 34e8b615 06-Aug-2010 Ilia Alshanetsky

Another fix for issue indentified in bug #52550


# 231d8dd5 06-Aug-2010 Ilia Alshanetsky

Another fix for issue indentified in bug #52550


Revision tags: 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, 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, 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
# 31c0af24 18-Mar-2009 Dmitry Stogov

Fixed floating point mathematic speed degradation (Christian)


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 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
# 2e323544 02-Dec-2008 Christian Seiler

- MFH: Implemented http://wiki.php.net/rfc/rounding


Revision tags: php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 22f3c8b0 29-Oct-2008 Ilia Alshanetsky

Fixed bug #42294 (Unified solution for round() based on C99 round)
[DOC] New implementation of round() to work-around inconsistencies for win32
and 64 bit platforms.

This solution is

Fixed bug #42294 (Unified solution for round() based on C99 round)
[DOC] New implementation of round() to work-around inconsistencies for win32
and 64 bit platforms.

This solution is very roughly based on BSD's implmentation of round(), which
itself is an implementation of C99 standard. We take the absolute value of number
we want to round time the 10 to the power of the number of decimal spaces we are
rounding to. The resulting value is rounded up and the pre-rounded value is
subtracted from it. If the difference is greater then 0.5000000001 we round up,
otherwise we round down.

show more ...


Revision tags: php-5.2.7RC2
# d69dfa4b 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


Revision tags: php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1
# 01afb02b 08-May-2008 Matt Wilmas

Fix build


# ed7e0c0d 06-May-2008 Kalle Sommer Nielsen

* Changed php_*h() to be static
* Changed NEWS entry to be say 'native' insted of 'Windows' (ref. *h())


# af371c9f 05-May-2008 Derick Rethans

- Fixed build.


# f6173187 05-May-2008 Kalle Sommer Nielsen

Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1()

[DOC] Merge_5_3


Revision tags: 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, php-5.2.6RC2, php-5.2.6RC1
# 9139e74a 21-Feb-2008 Felipe Pena

New parameter parsing [DOC]


12345678