Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵ | Sara Golemon | 2004-07-14 | 1 | -0/+2 |
| | | | | for threaded sapis. | ||||
* | - 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? | ||||
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 1 | -21/+17 |
| | | | | | # consistency.. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | 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 | -1/+1 |
| | | | | | functions. Fixed whitespace problem. | ||||
* | Added support for libbcmath's bc_raisemod function as bc_powmod() | Sara Golemon | 2002-12-10 | 1 | -0/+1 |
| | |||||
* | Made bcmath extension thread safe. | Sander Roobol | 2002-11-22 | 1 | -0/+21 |
| | | | | | @Made bcmath extension thread safe. (Sander) | ||||
* | - Nuke use of persist_alloc(). This can't be used with a new memory manager | Andi Gutmans | 2002-06-18 | 1 | -2/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Fix thread-safety bug in bcmath | Zeev Suraski | 2000-11-18 | 1 | -2/+3 |
| | |||||
* | more cleanup of info code | Daniel Beulshausen | 2000-10-08 | 1 | -0/+2 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+64 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |