Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #60337 bcscale related crashed on 64bits platforms | Mateusz Kocielski | 2011-11-19 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug#46847 (phpinfo() is missing some settings.) | Hannes Magnusson | 2008-12-12 | 1 | -0/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -7/+7 |
| | |||||
* | - New parameter parsing API | Felipe Pena | 2008-06-24 | 1 | -179/+122 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | Added missing error check inside bcpowmod(). | Ilia Alshanetsky | 2007-06-08 | 1 | -6/+10 |
| | |||||
* | MFH: improve the checks for integer overflow | Antony Dovgal | 2007-06-06 | 1 | -9/+13 |
| | |||||
* | MFH: bcmath.scale must be greater or equal to zero | Antony Dovgal | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Intialization code is moved from request startup to module startup | Dmitry Stogov | 2006-11-10 | 1 | -25/+15 |
| | |||||
* | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -5/+8 |
| | |||||
* | MFH: arginfo, protos, vim folding | Hannes Magnusson | 2006-06-11 | 1 | -10/+80 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵ | Sara Golemon | 2004-07-14 | 1 | -7/+23 |
| | | | | for threaded sapis. | ||||
* | - Added missing UNREGISTER_INI_ENTRIES | Marcus Boerger | 2004-05-12 | 1 | -0/+2 |
| | |||||
* | Wordsize fixes | Ard Biesheuvel | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 1 | -44/+43 |
| | | | | | # consistency.. | ||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Another CS fix. | foobar | 2003-04-03 | 1 | -10/+14 |
| | | | | | # Rasmus, at least try keep the style consistent.. | ||||
* | MFB: Check for negative precision | Rasmus Lerdorf | 2003-04-02 | 1 | -9/+10 |
| | |||||
* | WS & CS fixes | foobar | 2003-03-20 | 1 | -58/+65 |
| | |||||
* | bc_raise() can return a scale lower than that passed into it. While most ↵ | Sara Golemon | 2003-02-06 | 1 | -7/+14 |
| | | | | | | | other bcmath calls won't, it's safest to do a quick check that we're only reducing n_scale, not increasing it. | ||||
* | - Please follow coding standards (this isn't java :) | Andi Gutmans | 2003-02-04 | 1 | -1/+2 |
| | |||||
* | fix ZTS build | Marcus Boerger | 2003-02-04 | 1 | -15/+15 |
| | |||||
* | Bug#13551 bcmath functions should not apply scale to arguments, only to result | Sara Golemon | 2003-02-04 | 1 | -14/+35 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Renamed bc_powmod to bcpowmod to keep it inline with existing module | Sara Golemon | 2002-12-11 | 1 | -4/+4 |
| | | | | | functions. Fixed whitespace problem. | ||||
* | Fixing ZTS Build | Frank M. Kromann | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | Added support for libbcmath's bc_raisemod function as bc_powmod() | Sara Golemon | 2002-12-10 | 1 | -0/+33 |
| | |||||
* | php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -3/+3 |
| | |||||
* | Made bcmath extension thread safe. | Sander Roobol | 2002-11-22 | 1 | -62/+58 |
| | | | | | @Made bcmath extension thread safe. (Sander) | ||||
* | - Revert previous patch | Andi Gutmans | 2002-11-20 | 1 | -7/+7 |
| | |||||
* | - Intermediate commit which works on making bcmath thread-safe. | Andi Gutmans | 2002-11-20 | 1 | -7/+7 |
| | |||||
* | Bug Fix #18960 - Submitted by alan_k@php.net | Dan Kalowsky | 2002-08-18 | 1 | -1/+1 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -3/+3 |
| |