Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some bcmath tests | William Martin | 2010-03-08 | 14 | -0/+186 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | add missing skipifs | Zoe Slattery | 2009-08-31 | 7 | -0/+14 |
| | |||||
* | bc math tests from testfest 2009 | Zoe Slattery | 2009-08-30 | 7 | -0/+78 |
| | |||||
* | - Fixed bug #49289 (bcmath module does not compile with phpize configure). | Jani Taskinen | 2009-08-20 | 1 | -11/+3 |
| | |||||
* | config.h is in this directory, not in ext/bcmath root, fixes re-compilation ↵ | Kalle Sommer Nielsen | 2009-06-03 | 1 | -1/+1 |
| | | | | for me | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 2 | -2/+2 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | Fixed bug#46847 (phpinfo() is missing some settings.) | Hannes Magnusson | 2008-12-12 | 1 | -0/+1 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -10/+0 |
| | |||||
* | - Revert bad fix | Jani Taskinen | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | - no config.h in ext/ | Pierre Joye | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | revert config header change | Rob Richards | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | point to valid config header | Rob Richards | 2007-09-08 | 1 | -1/+1 |
| | |||||
* | use safe_emalloc() | Antony Dovgal | 2007-07-10 | 3 | -7/+7 |
| | |||||
* | improve the checks | Antony Dovgal | 2007-06-06 | 1 | -12/+11 |
| | |||||
* | bcmath.scale must be greater or equal to zero | Antony Dovgal | 2007-05-10 | 1 | -1/+1 |
| | | | | | looks like negative value cannot cause any problems, but it's still invalid | ||||
* | Typo | Martin Kraemer | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 2 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | Intialization code is moved from request startup to module startup | Dmitry Stogov | 2006-11-10 | 2 | -27/+15 |
| | |||||
* | ZTS fix | Dmitry Stogov | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | Refactor parameter parsing into the 21st century and flag Unicode readiness | Sara Golemon | 2006-09-19 | 1 | -246/+182 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -5/+8 |
| | |||||
* | Added argument info | Hannes Magnusson | 2006-06-10 | 1 | -10/+80 |
| | | | | | | Fixed protos Fixed vim folding | ||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | Netware also uses autoconf based config now | foobar | 2005-06-30 | 1 | -2/+0 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 1 | -1/+1 |
| | | | | | with #include <some_header.h> to make sure the correct file is used. | ||||
* | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -4/+4 |
| | |||||
* | fix leak | Antony Dovgal | 2004-12-07 | 1 | -0/+1 |
| | |||||
* | Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵ | Sara Golemon | 2004-07-14 | 2 | -7/+25 |
| | | | | for threaded sapis. | ||||
* | - Added missing UNREGISTER_INI_ENTRIES | Marcus Boerger | 2004-05-12 | 1 | -0/+2 |
| | |||||
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -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 fixes | Ard Biesheuvel | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | consistency with unix build.... | Wez Furlong | 2003-12-10 | 1 | -1/+1 |
| | |||||
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 5 | -82/+82 |
| | | | | | # consistency.. | ||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+14 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | missing config.h include | foobar | 2003-12-01 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #26462 (phpize + ext/bcmath -> compile error) | foobar | 2003-11-29 | 1 | -2/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| |