Antony Dovgal
f9f456a9cd
MFH: bcmath.scale must be greater or equal to zero
2007-05-10 09:53:36 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Dmitry Stogov
a4a77d3f91
Intialization code is moved from request startup to module startup
2006-11-10 12:02:10 +00:00
Hannes Magnusson
050f94f746
MFH: Fix double "wron param count" messages
2006-11-03 14:46:48 +00:00
Dmitry Stogov
1dbaae2795
Added automatic module globals management
2006-06-15 18:33:09 +00:00
Hannes Magnusson
3104233019
MFH: arginfo, protos, vim folding
2006-06-11 01:42:17 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Sara Golemon
c4bf45e39a
Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time for threaded sapis.
2004-07-14 00:14:43 +00:00
Marcus Boerger
2d6770f0e6
- Added missing UNREGISTER_INI_ENTRIES
2004-05-12 10:15:48 +00:00
Ard Biesheuvel
81f05c18f5
Wordsize fixes
2004-02-25 20:16:27 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
foobar
a08c1e4dce
- Brought ext/bcmath to the new millennium
...
# consistency..
2003-12-09 23:59:33 +00:00
Andrey Hristov
bbc9134fc4
proto fixes
2003-06-12 12:21:33 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
foobar
c94eeb9fad
Another CS fix.
...
# Rasmus, at least try keep the style consistent..
2003-04-03 01:16:34 +00:00
Rasmus Lerdorf
1dba0c1ba7
MFB: Check for negative precision
2003-04-02 23:51:52 +00:00
foobar
eccecff5f9
WS & CS fixes
2003-03-20 00:22:57 +00:00
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
...
reducing n_scale, not increasing it.
2003-02-06 22:18:41 +00:00
Andi Gutmans
8603feb6fa
- Please follow coding standards (this isn't java :)
2003-02-04 21:07:40 +00:00
Marcus Boerger
1af77be5fd
fix ZTS build
2003-02-04 21:01:54 +00:00
Sara Golemon
3eab32163c
Bug#13551 bcmath functions should not apply scale to arguments, only to result
2003-02-04 19:03:30 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Sara Golemon
04d6f6ab50
Renamed bc_powmod to bcpowmod to keep it inline with existing module
...
functions. Fixed whitespace problem.
2002-12-11 16:28:16 +00:00
Frank M. Kromann
62fb872a4d
Fixing ZTS Build
2002-12-10 19:28:04 +00:00
Sara Golemon
51c9f2c64b
Added support for libbcmath's bc_raisemod function as bc_powmod()
2002-12-10 19:04:27 +00:00
Marcus Boerger
4ce4a1c32c
php_error -> php_error_docref
2002-12-05 21:53:25 +00:00
Sander Roobol
f200f739d8
Made bcmath extension thread safe.
...
@Made bcmath extension thread safe. (Sander)
2002-11-22 09:25:29 +00:00
Andi Gutmans
b0528dbe5e
- Revert previous patch
2002-11-20 20:03:01 +00:00
Andi Gutmans
e6b7ab9db8
- Intermediate commit which works on making bcmath thread-safe.
2002-11-20 19:48:12 +00:00
Dan Kalowsky
4e3cb1d3c5
Bug Fix #18960 - Submitted by alan_k@php.net
2002-08-18 04:33:10 +00:00
Derick Rethans
8967b5725b
Unify error messages
2002-06-26 07:24:47 +00:00
Andi Gutmans
52c941dc01
- Nuke use of persist_alloc(). This can't be used with a new memory manager
2002-06-18 18:51:33 +00:00
Sebastian Bergmann
90613d2282
Maintain headers.
2002-02-28 08:29:35 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
Stig Bakken
689252082c
* zend_module_entry change: apino, debug and zts are moved first,
...
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
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.
2001-09-25 21:58:48 +00:00
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
2001-09-09 13:29:31 +00:00
Zeev Suraski
f6f6c4d7e6
Whitespace
2001-08-11 16:39:07 +00:00
Zeev Suraski
797a079a95
More TSRMLS_FETCH work, and a bit of cleanup
2001-07-30 06:18:13 +00:00
Rasmus Lerdorf
81e2cf03ac
Fix folding and clean up some extensions
2001-06-06 13:06:12 +00:00
Stig Bakken
1beda9ee1e
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
2001-05-24 10:07:29 +00:00
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00
Zeev Suraski
c476bce2f1
At long last, import the bcmath library, by Phil Nelson
2000-11-22 20:20:02 +00:00
Zeev Suraski
82952f8830
Persist these numbers so that they stay for the duration of the entire process
2000-11-18 12:48:31 +00:00
Zeev Suraski
66c667c974
Fix thread-safety bug in bcmath
2000-11-18 02:59:31 +00:00
Daniel Beulshausen
d667e05543
more cleanup of info code
2000-10-08 11:45:18 +00:00
David Croft
83513d9580
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
...
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.
2000-07-24 01:40:02 +00:00
Andi Gutmans
3701bc4207
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
2000-06-05 19:47:54 +00:00