History log of /PHP-7.2/ext/gmp/gmp.c (Results 101 – 125 of 187)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b55d4ecb 01-Oct-2010 Stanislav Malyshev

Fix bug #52906 gmp_mod returns negative result when non-negative is expected


# d3b1ab9b 01-Oct-2010 Stanislav Malyshev

Fix bug #52906 gmp_mod returns negative result when non-negative is expected


# 4bf895cb 17-Sep-2010 Antony Dovgal

fix ZTS build


# 41624094 15-Sep-2010 Adam Harvey

Fix bug #52849 (GNU MP invalid version match).


# 767bc20e 15-Sep-2010 Adam Harvey

Fix bug #52849 (GNU MP invalid version match).


Revision tags: oci8-1.4.3, 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
# 5cbece0a 23-Feb-2010 Pierre Joye

- fix build when __GMP_BITS_PER_MP_LIMB is not defined but GMP_LIMB_BITS (no trace of this change in gmp's changelog...)


Revision tags: 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
# 71799105 10-Dec-2009 Pierre Joye

- [DOC] expose MPIR version when mpir is used instead of gmp


# 7957efe4 27-Nov-2009 David Soria Parra

Use extended base if we build again gmp 4.2.0 which is usually available.


Revision tags: php-5.2.12RC3, php-5.2.12RC2
# 99c43e1b 25-Nov-2009 David Soria Parra

Also allow base 62 for gmp_init as requested in (#50283)


# 579a6e39 25-Nov-2009 David Soria Parra

Really use 62 as the upper boundary as requested and not 32.


# 18f32db8 24-Nov-2009 David Soria Parra

Implement feature request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)


Revision tags: 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, 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, php-5.2.7RC5, php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2, 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, 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, RELEASE_1_3_1
# 92ebb2e2 30-Jan-2008 Ilia Alshanetsky

Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument)


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2
# ec4d9f33 01-Nov-2007 Stanislav Malyshev

fix 64-bit


# 970eb77e 01-Nov-2007 Stanislav Malyshev

fix gcd - can return larger than long with long arg


# f6a01c83 01-Nov-2007 Stanislav Malyshev

merge gmp_testbit()


# 67bb3842 01-Nov-2007 Antony Dovgal

fix reading uninitialized values


# bdcefbdc 01-Nov-2007 Antony Dovgal

fix 64bit issues & tests


# eb5bd09c 01-Nov-2007 Stanislav Malyshev

- Fix memory leaks (bug #42509)
- Fix _gmp_binary_opl
- Use modern parameter parsing


Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


12345678