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/ctype | |
parent | d3a8757891280dc6650ca7eead67830c794b0e7b (diff) | |
download | php-0fab6db7cac8d2be99579dd049f812a8ff98e74f.tar.gz |
Imported Upstream version 5.3.1upstream/5.3.1
Diffstat (limited to 'ext/ctype')
-rw-r--r-- | ext/ctype/config.m4 | 2 | ||||
-rw-r--r-- | ext/ctype/config.w32 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ctype/config.m4 b/ext/ctype/config.m4 index 31846e2b3..d016af33c 100644 --- a/ext/ctype/config.m4 +++ b/ext/ctype/config.m4 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.5 2002/03/12 16:44:00 sas Exp $ +dnl $Id: config.m4 72968 2002-03-12 16:44:00Z sas $ dnl PHP_ARG_ENABLE(ctype, whether to enable ctype functions, diff --git a/ext/ctype/config.w32 b/ext/ctype/config.w32 index e5511dc20..e75fe809f 100644 --- a/ext/ctype/config.w32 +++ b/ext/ctype/config.w32 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.1 2003/12/02 23:16:51 wez Exp $ +// $Id: config.w32 145409 2003-12-02 23:17:04Z wez $ // vim:ft=javascript ARG_ENABLE("ctype", "ctype", "yes"); |