summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵Sara Golemon2004-07-142-7/+25
| | | | for threaded sapis.
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+2
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-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 fixesArd Biesheuvel2004-02-251-1/+1
|
* - 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?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* consistency with unix build....Wez Furlong2003-12-101-1/+1
|
* - Brought ext/bcmath to the new millenniumfoobar2003-12-095-82/+82
| | | | | # consistency..
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+14
| | | | | Will follow up to internals@ shortly.
* missing config.h includefoobar2003-12-011-0/+4
|
* - Fixed bug #26462 (phpize + ext/bcmath -> compile error)foobar2003-11-291-2/+1
|
* proto fixesAndrey Hristov2003-06-121-2/+2
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* SKIP -> SKIPIFfoobar2003-04-169-9/+9
|
* Another CS fix.foobar2003-04-031-10/+14
| | | | | # Rasmus, at least try keep the style consistent..
* MFB: Check for negative precisionRasmus Lerdorf2003-04-021-9/+10
|
* WS & CS fixesfoobar2003-03-201-58/+65
|
* - Let's be consistent with these..foobar2003-02-172-3/+3
|
* Fix bcmath build under win32.Wez Furlong2003-02-161-0/+1
| | | | | | # These problems occur because winsock2.h MUST be included before # windows.h.
* bc_raise() can return a scale lower than that passed into it. While most ↵Sara Golemon2003-02-061-7/+14
| | | | | | | other bcmath calls won't, it's safest to do a quick check that we're only reducing n_scale, not increasing it.
* - Please follow coding standards (this isn't java :)Andi Gutmans2003-02-041-1/+2
|
* fix ZTS buildMarcus Boerger2003-02-041-15/+15
|
* Bug#13551 bcmath functions should not apply scale to arguments, only to resultSara Golemon2003-02-041-14/+35
|
* 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
| | | | | functions. Fixed whitespace problem.
* 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 ↵Martin Kraemer2002-11-281-1/+1
| | | | | | | ext/bcmath/libbcmath/src/init.c has the definition (otherwise some compilers complain about 'duplicate symbols')
* Made bcmath extension thread safe.Sander Roobol2002-11-2214-201/+185
| | | | | @Made bcmath extension thread safe. (Sander)
* 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
| | | | | these can be safely removed from the 4.2 branch, too.
* Please welcome the new build system.Sascha Schumann2002-03-074-31/+7
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* 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
| | | | | | 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.