Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+40 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -40/+0 |
* | Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument) | Ilia Alshanetsky | 2008-01-30 | 1 | -0/+3 |
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
* | fix tests | Nuno Lopes | 2007-12-27 | 2 | -3/+3 |
* | fix 64-bit | Stanislav Malyshev | 2007-11-01 | 1 | -1/+1 |
* | add tests for testbit, sync with HEAD | Stanislav Malyshev | 2007-11-01 | 2 | -24/+84 |
* | fix gcd - can return larger than long with long arg | Stanislav Malyshev | 2007-11-01 | 1 | -1/+1 |
* | add testbit() | Stanislav Malyshev | 2007-11-01 | 1 | -0/+1 |
* | generalize resource names | Stanislav Malyshev | 2007-11-01 | 1 | -2/+2 |
* | merge gmp_testbit() | Stanislav Malyshev | 2007-11-01 | 1 | -2/+35 |
* | fix reading uninitialized values | Antony Dovgal | 2007-11-01 | 1 | -3/+5 |
* | fix 64bit issues & tests | Antony Dovgal | 2007-11-01 | 6 | -26/+35 |
* | - Fix memory leaks (bug #42509) | Stanislav Malyshev | 2007-11-01 | 37 | -334/+335 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | MFH: add missing skipif sections | Antony Dovgal | 2007-05-27 | 30 | -1/+58 |
* | fix test names | Antony Dovgal | 2007-05-07 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2007-05-04 | 1 | -1/+7 |
* | MFH: improve the tests | Antony Dovgal | 2007-04-27 | 3 | -0/+56 |
* | MFH: add test & GMP_VERSION constant | Antony Dovgal | 2007-04-26 | 2 | -1/+50 |
* | new tests for ext/gmp | Antony Dovgal | 2007-04-18 | 27 | -0/+1430 |
* | MFH | Antony Dovgal | 2007-04-18 | 1 | -0/+10 |
* | MFH | Antony Dovgal | 2007-04-18 | 1 | -0/+10 |
* | MFH | Antony Dovgal | 2007-01-12 | 2 | -10/+1 |
* | MFH: nuke skeleton leftovers | Antony Dovgal | 2007-01-12 | 1 | -4/+0 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
* | new tests | Antony Dovgal | 2006-09-10 | 7 | -0/+482 |
* | MFH: add gmp_nextprime() | Antony Dovgal | 2006-07-18 | 3 | -0/+55 |
* | MFH: Removed obsolete arginfo include | Hannes Magnusson | 2006-06-26 | 1 | -3/+0 |
* | Fix build. (gmp_nextprime() was added in PHP 6!) | foobar | 2006-06-16 | 1 | -6/+0 |
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -7/+10 |
* | MFH: argument info.. | Hannes Magnusson | 2006-06-14 | 1 | -41/+272 |
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
* | fix test - short_tags not allowed here! | foobar | 2005-06-17 | 1 | -3/+1 |
* | @- Fix #32773 and make right fix for GMP FPEs (Stas) | Stanislav Malyshev | 2005-04-25 | 2 | -19/+63 |
* | fix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative values | Antony Dovgal | 2005-03-01 | 1 | -3/+50 |
* | Allow gmp to compile under Win32 | Frank M. Kromann | 2005-01-04 | 1 | -0/+14 |
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -3/+3 |
* | Fixed bug #28525 (gmp_powm() does not work with hexadecimal string modulo | Ilia Alshanetsky | 2004-06-09 | 1 | -2/+1 |
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 3 | -6/+0 |
* | Better gmp fix. | Ilia Alshanetsky | 2004-02-16 | 1 | -2/+0 |
* | Fixed bug #27258 (moved FPE check to correct location). | Ilia Alshanetsky | 2004-02-15 | 1 | -5/+15 |
* | Fixed bug #27172 (Possible floating point exception in gmp_powm()). | Ilia Alshanetsky | 2004-02-09 | 1 | -0/+5 |
* | Fixed bug #27171 | foobar | 2004-02-07 | 1 | -1/+1 |
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |