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 | 2 | -7/+25 |
| | | | | for threaded sapis. | ||||
* | - Added missing UNREGISTER_INI_ENTRIES | Marcus Boerger | 2004-05-12 | 1 | -0/+2 |
| | |||||
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -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 fixes | Ard Biesheuvel | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | - 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? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | consistency with unix build.... | Wez Furlong | 2003-12-10 | 1 | -1/+1 |
| | |||||
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 5 | -82/+82 |
| | | | | | # consistency.. | ||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+14 |
| | | | | | Will follow up to internals@ shortly. | ||||
* | missing config.h include | foobar | 2003-12-01 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #26462 (phpize + ext/bcmath -> compile error) | foobar | 2003-11-29 | 1 | -2/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | |||||
* | SKIP -> SKIPIF | foobar | 2003-04-16 | 9 | -9/+9 |
| | |||||
* | Another CS fix. | foobar | 2003-04-03 | 1 | -10/+14 |
| | | | | | # Rasmus, at least try keep the style consistent.. | ||||
* | MFB: Check for negative precision | Rasmus Lerdorf | 2003-04-02 | 1 | -9/+10 |
| | |||||
* | WS & CS fixes | foobar | 2003-03-20 | 1 | -58/+65 |
| | |||||
* | - Let's be consistent with these.. | foobar | 2003-02-17 | 2 | -3/+3 |
| | |||||
* | Fix bcmath build under win32. | Wez Furlong | 2003-02-16 | 1 | -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 Golemon | 2003-02-06 | 1 | -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 Gutmans | 2003-02-04 | 1 | -1/+2 |
| | |||||
* | fix ZTS build | Marcus Boerger | 2003-02-04 | 1 | -15/+15 |
| | |||||
* | Bug#13551 bcmath functions should not apply scale to arguments, only to result | Sara Golemon | 2003-02-04 | 1 | -14/+35 |
| | |||||
* | revert previous commit | Harald Radi | 2003-01-16 | 1 | -4/+4 |
| | |||||
* | unbreak the build | Harald Radi | 2003-01-16 | 1 | -4/+4 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Renamed bc_powmod to bcpowmod to keep it inline with existing module | Sara Golemon | 2002-12-11 | 2 | -5/+5 |
| | | | | | functions. Fixed whitespace problem. | ||||
* | Fixing ZTS Build | Frank M. Kromann | 2002-12-10 | 1 | -1/+1 |
| | |||||
* | Added support for libbcmath's bc_raisemod function as bc_powmod() | Sara Golemon | 2002-12-10 | 2 | -0/+34 |
| | |||||
* | php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -3/+3 |
| | |||||
* | Remove all traces of _bc_Free_list - it's not used anymore | Sander Roobol | 2002-11-29 | 3 | -0/+8 |
| | |||||
* | Portability: The header contains the declaration; while the source ↵ | Martin Kraemer | 2002-11-28 | 1 | -1/+1 |
| | | | | | | | ext/bcmath/libbcmath/src/init.c has the definition (otherwise some compilers complain about 'duplicate symbols') | ||||
* | Made bcmath extension thread safe. | Sander Roobol | 2002-11-22 | 14 | -201/+185 |
| | | | | | @Made bcmath extension thread safe. (Sander) | ||||
* | Hardcode the bcmath.scale ini-entry | Sander Roobol | 2002-11-21 | 9 | -0/+18 |
| | |||||
* | Adding tests for the bcmath extension | Sander Roobol | 2002-11-21 | 9 | -0/+135 |
| | |||||
* | - CVS nuked number.* so we'll nuke it from the build:) | Andi Gutmans | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | - Revert previous patch | Andi Gutmans | 2002-11-20 | 10 | -40/+40 |
| | |||||
* | - Intermediate commit which works on making bcmath thread-safe. | Andi Gutmans | 2002-11-20 | 10 | -40/+40 |
| | |||||
* | To include the NetWare config file | Anantha Kesari H Y | 2002-09-04 | 1 | -0/+2 |
| | |||||
* | Bug Fix #18960 - Submitted by alan_k@php.net | Dan Kalowsky | 2002-08-18 | 1 | -1/+1 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -3/+3 |
| | |||||
* | - Nuke use of persist_alloc(). This can't be used with a new memory manager | Andi Gutmans | 2002-06-18 | 2 | -32/+12 |
| | |||||
* | empty files, let them go | Sascha Schumann | 2002-03-18 | 3 | -175/+0 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -6/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 4 | -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 Bergmann | 2002-02-28 | 2 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -5/+3 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -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 Wolffelaar | 2001-09-25 | 1 | -46/+46 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. |