History log of /PHP-8.3/ext/bcmath/bcmath.c (Results 101 – 125 of 162)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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


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, 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, 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, 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, php-5.0.0RC4, php-5.0.0
# c4bf45e3 14-Jul-2004 Sara Golemon

Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis.


Revision tags: php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 2d6770f0 12-May-2004 Marcus Boerger

- Added missing UNREGISTER_INI_ENTRIES


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, RELEASE_0_2_0
# 81f05c18 25-Feb-2004 Ard Biesheuvel

Wordsize fixes


Revision tags: 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
# a08c1e4d 09-Dec-2003 foobar

- Brought ext/bcmath to the new millennium
# consistency..


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, php-4.3.3, php-4.3.3RC4, 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
# bbc9134f 12-Jun-2003 Andrey Hristov

proto fixes


# 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
# c94eeb9f 03-Apr-2003 foobar

Another CS fix.
# Rasmus, at least try keep the style consistent..


# 1dba0c1b 02-Apr-2003 Rasmus Lerdorf

MFB: Check for negative precision


# eccecff5 20-Mar-2003 foobar

WS & CS fixes


Revision tags: php-4.3.2RC1, php-4.3.1
# 874661a6 06-Feb-2003 Sara Golemon

bc_raise() can return a scale lower than that passed into it. While most other bcmath calls won't, it's safest to do a quick check that we're only
reducing n_scale, not increasing it.


# 8603feb6 04-Feb-2003 Andi Gutmans

- Please follow coding standards (this isn't java :)


# 1af77be5 04-Feb-2003 Marcus Boerger

fix ZTS build


# 3eab3216 04-Feb-2003 Sara Golemon

Bug#13551 bcmath functions should not apply scale to arguments, only to result


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 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
# 04d6f6ab 11-Dec-2002 Sara Golemon

Renamed bc_powmod to bcpowmod to keep it inline with existing module
functions. Fixed whitespace problem.


# 62fb872a 10-Dec-2002 Frank M. Kromann

Fixing ZTS Build


# 51c9f2c6 10-Dec-2002 Sara Golemon

Added support for libbcmath's bc_raisemod function as bc_powmod()


# 4ce4a1c3 05-Dec-2002 Marcus Boerger

php_error -> php_error_docref


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# f200f739 22-Nov-2002 Sander Roobol

Made bcmath extension thread safe.
@Made bcmath extension thread safe. (Sander)


# b0528dbe 20-Nov-2002 Andi Gutmans

- Revert previous patch


# e6b7ab9d 20-Nov-2002 Andi Gutmans

- Intermediate commit which works on making bcmath thread-safe.


Revision tags: BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 4e3cb1d3 18-Aug-2002 Dan Kalowsky

Bug Fix #18960 - Submitted by alan_k@php.net


Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 8967b572 26-Jun-2002 Derick Rethans

Unify error messages


1234567