History log of /PHP-5.5/ext/standard/math.c (Results 51 – 75 of 182)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# dc571fa9 16-Jul-2006 Marcus Boerger

- MFH Fixed Bug #29538 number_format and problem with 0


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# bccf4bd9 06-Feb-2006 Antony Dovgal

MFH: initialize variables and reduce the number of warnings


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


# a5c41b2c 29-Jul-2005 foobar

- Fixed bug #33917 (number_format() output with > 1 char separators)


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 0e459321 13-May-2005 Andrey Hristov

move math_standard_deviation and math_variance to the stats PECL extension


# f12b1407 10-May-2005 Andrey Hristov

rename math_std_dev to math_standard_deviation (the API wasn't published
yet)


# b3f5a2dc 07-May-2005 foobar

ws + cs + proto fixes


# 8cd3409b 07-May-2005 Andrey Hristov

update protos


# 31a8c589 05-May-2005 foobar

fix proto


# 7a0b3edb 02-May-2005 Andrey Hristov

fixed div by zero
#div by zero is bad...div by zero is bad...bad


# 2c095968 02-May-2005 Andrey Hristov

add possibility to calculate the standard deviation and the variance
on a sample - the formulae are slightly different.


# 7a4eb258 02-May-2005 Andrey Hristov

add also math_variance() which uses the same calculation as math_std_dev()


# 6141c569 02-May-2005 Andrey Hristov

fix division by zero. throw an warning if the array is empty.


# fb0c19da 02-May-2005 Andrey Hristov

add math_std_dev()


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10
# 6d7cac77 14-Dec-2004 Ilia Alshanetsky

Fixed bug #28228 (NULL decimal separator is not being handled correctly).


Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9
# 31a17d90 20-Sep-2004 Wez Furlong

Enable hypot for all


Revision tags: 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
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# b9fc9a6a 10-Jun-2004 Ilia Alshanetsky

hypot() is not experimental.


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1
# 396bf393 24-May-2004 Ilia Alshanetsky

Fixed bug #28508 (Do not make hypot() available if not supported by libc).


Revision tags: RELEASE_0_1_1
# 91e9545f 30-Apr-2004 Ilia Alshanetsky

Fixed bug #28228 (number_format() does not allow empty decimal separator).


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
# cc924cad 10-Mar-2004 Ard Biesheuvel

Nuke unused vars


# e6281ab3 10-Mar-2004 Ard Biesheuvel

Don't use fp arithmetic for int results
# FP arithmetic is not accurate enough on 64-bit archs
# This patch relies on ZEND_SIGNED_MULTIPLY_LONG(),
# so that should be fixed as well.


Revision tags: RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 2a58fb80 18-Nov-2003 Ilia Alshanetsky

Fixed Bug #25694 (round() and number_format() give inconsistent results).


12345678