summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-012-2/+2
|
* Remove executable permission on phptXinchen Hui2012-10-104-0/+0
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Fixed bug #60337 bcscale related crashed on 64bits platformsMateusz Kocielski2011-11-192-1/+14
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* Add some bcmath testsWilliam Martin2010-03-0814-0/+185
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* add missing skipifsZoe Slattery2009-08-317-0/+14
|
* bc math tests from testfest 2009Zoe Slattery2009-08-307-0/+78
|
* - Fixed bug #49289 (bcmath module does not compile with phpize configure).Jani Taskinen2009-08-201-11/+3
|
* MFH: config.h is in this directory, not in ext/bcmath root, fixes ↵Kalle Sommer Nielsen2009-06-031-1/+1
| | | | re-compilation for me
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-7/+7
|
* - Revert wrong fixJani Taskinen2008-08-151-1/+1
|
* - MFH: no config.h in ext/Pierre Joye2008-08-151-1/+1
|
* - New parameter parsing APIFelipe Pena2008-06-241-179/+122
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: revert config header changeRob Richards2007-09-111-1/+1
|
* MFH: point to valid config headerRob Richards2007-09-081-1/+1
|
* MFH: use safe_emalloc()Antony Dovgal2007-07-103-7/+7
|
* Added missing error check inside bcpowmod().Ilia Alshanetsky2007-06-081-6/+10
|
* MFH: improve the checks for integer overflowAntony Dovgal2007-06-061-9/+13
|
* MFH: bcmath.scale must be greater or equal to zeroAntony Dovgal2007-05-101-1/+1
|
* TypoMartin Kraemer2007-03-141-1/+1
|
* fix typosStanislav Malyshev2007-02-241-2/+2
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-3/+3
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* Intialization code is moved from request startup to module startupDmitry Stogov2006-11-102-27/+15
|
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+8
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-10/+80
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
| | | | | with #include <some_header.h> to make sure the correct file is used.
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-4/+4
|
* fix leakAntony Dovgal2004-12-071-0/+1
|
* Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵Sara Golemon2004-07-142-7/+25
| | | | for threaded sapis.
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+2
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+94
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?