summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
Commit message (Collapse)AuthorAgeFilesLines
* Negative precision makes no sense, so check for that, but let the memoryRasmus Lerdorf2003-04-021-9/+10
| | | | | manager error out on huge non-negative precision args
* MFH(r-1.51)Sara Golemon2003-02-061-6/+12
|
* FMH(r-1.49/r-1.50)Sara Golemon2003-02-041-12/+13
|
* MFH(r-1.48) (Bug#13551)Sara Golemon2003-02-041-11/+31
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFHMarcus Boerger2002-12-051-3/+3
|
* MFHSander Roobol2002-11-221-62/+58
| | | | | @Made bcmath extension thread safe. (Sander)
* Bug Fix #18960 - Submitted by alan_k@php.netDan Kalowsky2002-08-181-1/+1
|
* Unify error messagesDerick Rethans2002-06-261-3/+3
|
* - Nuke use of persist_alloc(). This can't be used with a new memory managerAndi Gutmans2002-06-181-30/+11
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+3
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-46/+46
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* WhitespaceZeev Suraski2001-08-111-50/+50
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-3/+3
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-0/+2
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* At long last, import the bcmath library, by Phil NelsonZeev Suraski2000-11-221-67/+97
|
* Persist these numbers so that they stay for the duration of the entire processZeev Suraski2000-11-181-0/+8
|
* Fix thread-safety bug in bcmathZeev Suraski2000-11-181-8/+17
|
* more cleanup of info codeDaniel Beulshausen2000-10-081-1/+16
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+3
| | | | | | | | | 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.
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-9/+9
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* More protos.Egon Schmid2000-02-221-1/+1
|
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Ex APIEvan Klinger1999-12-211-71/+71
|
* getParameters -> zend_get_parametersAndrei Zmievski1999-12-201-16/+16
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-2/+2
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* (bcmath) Name of header changed from php3 to php but include forgotten.Danny Heijl1999-12-141-1/+1
|
* # Added date/time stamping to php3_log_errorJoey Smith1999-12-141-1/+1
| | | | | | @ Preliminary support for date/time stamping in error logs Preliminary support for date/time stamping in error logs
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-3/+3
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-07-261-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-9/+9
| | | | | - add necessary phpext_*_ptr
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-12/+10
| | | | and files
* * MySQL fix (thanks Stig)Zeev Suraski1999-04-231-6/+0
| | | | | * Remove reundant includes from bcmath
* moved bcmathStig Bakken1999-04-211-0/+453