History log of /php-src/ext/standard/math.c (Results 201 – 225 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

Revision tags: php-4.2.0RC1, help
# 6729e0e9 11-Mar-2002 Sebastian Bergmann

Fix thread-safe build.

# 8544cc15 10-Mar-2002 jim winstead

handle numeric strings. this means we're less picky about the argument
types, but the math functions aren't generally that picky.

# 547b25fd 02-Mar-2002 Hartmut Holzgraefe

php has no 'double', only 'float'

# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.

12345678910>>...13