74 Commits (5cd01fa48ba8c2876e6a1cbffe5c2689650ca420)

Author SHA1 Message Date
Sebastian Bergmann ef49b9a8de MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann d9f3a1305f MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky 1bd2791cd4 Added missing error check inside bcpowmod(). 19 years ago
Antony Dovgal 4cf17cfc33 MFH: improve the checks for integer overflow 19 years ago
Antony Dovgal f9f456a9cd MFH: bcmath.scale must be greater or equal to zero 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Dmitry Stogov a4a77d3f91 Intialization code is moved from request startup to module startup 20 years ago
Hannes Magnusson 050f94f746 MFH: Fix double "wron param count" messages 20 years ago
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Hannes Magnusson 3104233019 MFH: arginfo, protos, vim folding 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Sara Golemon c4bf45e39a Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis. 22 years ago
Marcus Boerger 2d6770f0e6 - Added missing UNREGISTER_INI_ENTRIES 22 years ago
Ard Biesheuvel 81f05c18f5 Wordsize fixes 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 years ago
foobar a08c1e4dce - Brought ext/bcmath to the new millennium 23 years ago
Andrey Hristov bbc9134fc4 proto fixes 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
foobar c94eeb9fad Another CS fix. 23 years ago
Rasmus Lerdorf 1dba0c1ba7 MFB: Check for negative precision 23 years ago
foobar eccecff5f9 WS & CS fixes 23 years ago
Sara Golemon 874661a66e bc_raise() can return a scale lower than that passed into it. While most other bcmath calls won't, it's safest to do a quick check that we're only 23 years ago
Andi Gutmans 8603feb6fa - Please follow coding standards (this isn't java :) 23 years ago
Marcus Boerger 1af77be5fd fix ZTS build 23 years ago
Sara Golemon 3eab32163c Bug#13551 bcmath functions should not apply scale to arguments, only to result 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 24 years ago
Sara Golemon 04d6f6ab50 Renamed bc_powmod to bcpowmod to keep it inline with existing module 24 years ago
Frank M. Kromann 62fb872a4d Fixing ZTS Build 24 years ago
Sara Golemon 51c9f2c64b Added support for libbcmath's bc_raisemod function as bc_powmod() 24 years ago
Marcus Boerger 4ce4a1c32c php_error -> php_error_docref 24 years ago
Sander Roobol f200f739d8 Made bcmath extension thread safe. 24 years ago
Andi Gutmans b0528dbe5e - Revert previous patch 24 years ago
Andi Gutmans e6b7ab9db8 - Intermediate commit which works on making bcmath thread-safe. 24 years ago
Dan Kalowsky 4e3cb1d3c5 Bug Fix #18960 - Submitted by alan_k@php.net 24 years ago
Derick Rethans 8967b5725b Unify error messages 24 years ago
Andi Gutmans 52c941dc01 - Nuke use of persist_alloc(). This can't be used with a new memory manager 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Stig Bakken 689252082c * zend_module_entry change: apino, debug and zts are moved first, 25 years ago
Jeroen van Wolffelaar c033288573 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Zeev Suraski f6f6c4d7e6 Whitespace 25 years ago
Zeev Suraski 797a079a95 More TSRMLS_FETCH work, and a bit of cleanup 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Stig Bakken 1beda9ee1e * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Zeev Suraski c476bce2f1 At long last, import the bcmath library, by Phil Nelson 26 years ago
Zeev Suraski 82952f8830 Persist these numbers so that they stay for the duration of the entire process 26 years ago