summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Expand)AuthorAgeFilesLines
* revert previous commitHarald Radi2003-01-161-4/+4
* unbreak the buildHarald Radi2003-01-161-4/+4
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* Renamed bc_powmod to bcpowmod to keep it inline with existing moduleSara Golemon2002-12-112-5/+5
* Fixing ZTS BuildFrank M. Kromann2002-12-101-1/+1
* Added support for libbcmath's bc_raisemod function as bc_powmod()Sara Golemon2002-12-102-0/+34
* php_error -> php_error_docrefMarcus Boerger2002-12-051-3/+3
* Remove all traces of _bc_Free_list - it's not used anymoreSander Roobol2002-11-293-0/+8
* Portability: The header contains the declaration; while the source ext/bcmath...Martin Kraemer2002-11-281-1/+1
* Made bcmath extension thread safe.Sander Roobol2002-11-2214-201/+185
* Hardcode the bcmath.scale ini-entrySander Roobol2002-11-219-0/+18
* Adding tests for the bcmath extensionSander Roobol2002-11-219-0/+135
* - CVS nuked number.* so we'll nuke it from the build:)Andi Gutmans2002-11-201-1/+1
* - Revert previous patchAndi Gutmans2002-11-2010-40/+40
* - Intermediate commit which works on making bcmath thread-safe.Andi Gutmans2002-11-2010-40/+40
* To include the NetWare config fileAnantha Kesari H Y2002-09-041-0/+2
* 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-182-32/+12
* empty files, let them goSascha Schumann2002-03-183-175/+0
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
* Please welcome the new build system.Sascha Schumann2002-03-074-31/+7
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
* Update headers.Sebastian Bergmann2001-12-112-4/+4
* Unified the configure messages.foobar2001-11-301-5/+3
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+3
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-46/+46
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-112-52/+52
* 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
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-1/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Fix indentation of configure outputSascha Schumann2000-12-061-2/+2
* fix configure --help option name...Sterling Hughes2000-11-301-1/+1
* - Add bcmath to the standard UNIX buildZeev Suraski2000-11-269-690/+33
* At long last, import the bcmath library, by Phil NelsonZeev Suraski2000-11-2249-67/+6930
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* 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-182-10/+20
* more cleanup of info codeDaniel Beulshausen2000-10-082-1/+18
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-242-23/+13
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* - 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
* I am going to move README-BCMATH to README.BCMATH for consistency.Joey Smith2000-05-031-1/+1
* Make bcmath buildable as shared moduleSascha Schumann2000-05-022-22/+10