summaryrefslogtreecommitdiff
path: root/ext/bcmath/php_bcmath.h
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵Sara Golemon2004-07-141-0/+2
| | | | for threaded sapis.
* - 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?
* - Brought ext/bcmath to the new millenniumfoobar2003-12-091-21/+17
| | | | | # consistency..
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Renamed bc_powmod to bcpowmod to keep it inline with existing moduleSara Golemon2002-12-111-1/+1
| | | | | functions. Fixed whitespace problem.
* Added support for libbcmath's bc_raisemod function as bc_powmod()Sara Golemon2002-12-101-0/+1
|
* Made bcmath extension thread safe.Sander Roobol2002-11-221-0/+21
| | | | | @Made bcmath extension thread safe. (Sander)
* - Nuke use of persist_alloc(). This can't be used with a new memory managerAndi Gutmans2002-06-181-2/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Fix thread-safety bug in bcmathZeev Suraski2000-11-181-2/+3
|
* more cleanup of info codeDaniel Beulshausen2000-10-081-0/+2
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-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 Schumann2000-07-021-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 WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-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 allSascha Schumann1999-12-041-0/+64
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.