History log of /PHP-5.5/ext/standard/math.c (Results 76 – 100 of 182)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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
# 436a0717 28-Aug-2003 Sascha Schumann

fix format strings


Revision tags: php-4.3.3, php-4.3.3RC4
# 66b910e8 09-Aug-2003 Marcus Boerger

Bugfix #24142, part 2


# 370ea1c8 08-Aug-2003 Ilia Alshanetsky

Avoid a round() bug that occurs due to over optimization of C code by gcc.
This bug was confirmed across multiple systems with gcc 2.95.3 & 3.X+


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, 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, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# d4e143b8 16-Jan-2003 Edin Kadribasic

Fixed bug #21648


# cf9f784e 10-Jan-2003 Wez Furlong

Fix the number format fix when the number of decimal places is 0.
# Thanks to Edin for his telepathy!


# d8fbd1ac 09-Jan-2003 Wez Furlong

Fix Bug #21523 - number_format could cause a memory allocation for a
negative memory size in situations where the sprintf implementation of the
host system generated less decimal places than

Fix Bug #21523 - number_format could cause a memory allocation for a
negative memory size in situations where the sprintf implementation of the
host system generated less decimal places than were requested.

Resolved this issue by making number_format examine the string returned
by spprintf and have it pad to the correct number of decimal places.

Added a test-case based on the bug report; the length of decimal places
required to trigger this bug is sprintf implementation dependent; as the
implementation is now using spprintf (provided by PHP), that number is
78 digits (NDIG - 2).

# I played with the idea of enhancing sprintf to do the equivalent, but
# it was too much effort considering that the precision of floats/doubles
# is not good enough to warrant it.

# This fix could do with some QA from someone else to make sure there are
# no memory bounds problems and then MFH it to PHP_4_3

show more ...


# 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
# 49a99a98 05-Dec-2002 Marcus Boerger

-php_error -> php_error_docref
-removed some cases where emalloc result was tested


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 3ba7df4c 12-Nov-2002 Marcus Boerger

fix warnings
#highest bit cannot be set so this must work


# f8aae870 11-Nov-2002 Jason Greene

Switch to using error_docref
# Satisfy all those named Mar[ck]us


# 5e2c75c5 11-Nov-2002 Jason Greene

Report function name when log() triggers a base warning


# 84bd2901 11-Nov-2002 Jason Greene

Add the ability to take the logarithm of any base by adding a base parameter
to log()
Added regression tests for the new form


Revision tags: php-4.3.0pre2
# 15b2e277 24-Oct-2002 Marcus Boerger

fix compiler warning


# 0bac55b4 24-Oct-2002 foobar

- If functions are not available on OS, they're not available in PHP.


# 6bf422d6 24-Oct-2002 Sascha Schumann

Make PHP compile out-of-the-box with uClibc


# 57440cc9 15-Oct-2002 Sterling Hughes

hopefully silence compile warnings on Solaris related to HUGEVAL being
undefined.. HUGEVAL is defined (well the manual would indicate so) in
stdlib.h, not math.h.

Bug #: 19807


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# df0ea33d 04-Oct-2002 Sascha Schumann

peek at freebsd's libc and fix _php_math_basetozval

PR: #19733


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 828c2a9c 06-Sep-2002 Derick Rethans

- argh... this is getting annoying


# 338332c7 06-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications


Revision tags: 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


Revision tags: php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 67689bd5 18-Jun-2002 Edin Kadribasic

ZTS fix.


# fb6bcda1 18-Jun-2002 Edin Kadribasic

Check for +/- infinity in base_convert (bug #14807).


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2
# f4447a9c 01-Apr-2002 Derick Rethans

- Fix for bug #14966


12345678