diff options
author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:34:59 -0400 |
---|---|---|
committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:34:59 -0400 |
commit | ce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61 (patch) | |
tree | acdb9a8816483652a9db1a47db71df5df43707c5 /ext/bcmath | |
parent | 10f5b47dc7c1cf2b9a00991629f43652710322d3 (diff) | |
download | php-ce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61.tar.gz |
Imported Upstream version 5.1.1upstream/5.1.1
Diffstat (limited to 'ext/bcmath')
-rw-r--r-- | ext/bcmath/bcmath.c | 4 | ||||
-rw-r--r-- | ext/bcmath/config.m4 | 4 | ||||
-rw-r--r-- | ext/bcmath/php_bcmath.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index a3ce3e4ae..42bbe4465 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: bcmath.c,v 1.61 2004/07/14 00:14:43 pollita Exp $ */ +/* $Id: bcmath.c,v 1.62 2005/08/03 14:06:38 sniper Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/ext/bcmath/config.m4 b/ext/bcmath/config.m4 index c03972f0b..ea794dffd 100644 --- a/ext/bcmath/config.m4 +++ b/ext/bcmath/config.m4 @@ -1,9 +1,9 @@ dnl -dnl $Id: config.m4,v 1.16 2003/12/09 23:59:32 sniper Exp $ +dnl $Id: config.m4,v 1.17 2005/05/29 23:16:40 sniper Exp $ dnl PHP_ARG_ENABLE(bcmath, whether to enable bc style precision math functions, -[ --enable-bcmath Enable bc style precision math functions.]) +[ --enable-bcmath Enable bc style precision math functions]) if test "$PHP_BCMATH" != "no"; then PHP_NEW_EXTENSION(bcmath, bcmath.c \ diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index 36d962441..cab97b09d 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2005 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.0 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_bcmath.h,v 1.19 2004/07/14 00:14:43 pollita Exp $ */ +/* $Id: php_bcmath.h,v 1.20 2005/08/03 14:06:39 sniper Exp $ */ #ifndef PHP_BCMATH_H #define PHP_BCMATH_H |