diff options
author | Ondřej Surý <ondrej@sury.org> | 2010-01-07 13:31:53 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2010-01-07 13:31:53 +0100 |
commit | 0fab6db7cac8d2be99579dd049f812a8ff98e74f (patch) | |
tree | 91f01b0d06916c78262404096bfd466b8e95e5b5 /ext/gmp | |
parent | d3a8757891280dc6650ca7eead67830c794b0e7b (diff) | |
download | php-0fab6db7cac8d2be99579dd049f812a8ff98e74f.tar.gz |
Imported Upstream version 5.3.1upstream/5.3.1
Diffstat (limited to 'ext/gmp')
-rw-r--r-- | ext/gmp/config.m4 | 2 | ||||
-rw-r--r-- | ext/gmp/config.w32 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/gmp/config.m4 b/ext/gmp/config.m4 index 641d3d240..8197b907b 100644 --- a/ext/gmp/config.m4 +++ b/ext/gmp/config.m4 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.11 2004/11/03 14:32:50 jorton Exp $ +dnl $Id: config.m4 242949 2007-09-26 15:44:16Z cvs2svn $ dnl PHP_ARG_WITH(gmp, for GNU MP support, diff --git a/ext/gmp/config.w32 b/ext/gmp/config.w32 index edb4c2396..5897d24d5 100644 --- a/ext/gmp/config.w32 +++ b/ext/gmp/config.w32 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.1.6.2 2009/06/10 09:59:21 pajoye Exp $ +// $Id: config.w32 281914 2009-06-10 09:59:21Z pajoye $ // vim:ft=javascript ARG_WITH("gmp", "Include GNU MP support.", "no"); |