diff options
Diffstat (limited to 'ext/pspell')
| -rw-r--r-- | ext/pspell/config.m4 | 2 | ||||
| -rw-r--r-- | ext/pspell/config.w32 | 2 | ||||
| -rw-r--r-- | ext/pspell/php_pspell.h | 2 | ||||
| -rw-r--r-- | ext/pspell/pspell.c | 2 | ||||
| -rw-r--r-- | ext/pspell/tests/001.phpt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ext/pspell/config.m4 b/ext/pspell/config.m4 index 85d0d3b0d..99030b2ac 100644 --- a/ext/pspell/config.m4 +++ b/ext/pspell/config.m4 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.12 2005/05/29 23:16:43 sniper Exp $ +dnl $Id: config.m4 242949 2007-09-26 15:44:16Z cvs2svn $ dnl PHP_ARG_WITH(pspell,for PSPELL support, diff --git a/ext/pspell/config.w32 b/ext/pspell/config.w32 index 2be33e7de..aebe1d25c 100644 --- a/ext/pspell/config.w32 +++ b/ext/pspell/config.w32 @@ -1,4 +1,4 @@ -// $Id: config.w32,v 1.2 2004/01/07 20:06:30 wez Exp $ +// $Id: config.w32 242949 2007-09-26 15:44:16Z cvs2svn $ // vim:ft=javascript ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no"); diff --git a/ext/pspell/php_pspell.h b/ext/pspell/php_pspell.h index c938356fe..525a2c9d3 100644 --- a/ext/pspell/php_pspell.h +++ b/ext/pspell/php_pspell.h @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pspell.h,v 1.15.2.1.2.3.2.2 2008/12/31 11:15:42 sebastian Exp $ */ +/* $Id: php_pspell.h 272370 2008-12-31 11:15:49Z sebastian $ */ #ifndef _PSPELL_H #define _PSPELL_H diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index 9aa3297e6..692d597d9 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pspell.c,v 1.45.2.4.2.7.2.10 2008/12/31 11:15:42 sebastian Exp $ */ +/* $Id: pspell.c 272370 2008-12-31 11:15:49Z sebastian $ */ #define IS_EXT_MODULE diff --git a/ext/pspell/tests/001.phpt b/ext/pspell/tests/001.phpt index 7c6b4d516..5d73a43a0 100644 --- a/ext/pspell/tests/001.phpt +++ b/ext/pspell/tests/001.phpt @@ -8,7 +8,7 @@ if (!@pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER))) { } ?> --FILE-- -<?php // $Id: 001.phpt,v 1.1.2.1 2006/06/28 14:36:23 nlopess Exp $ +<?php // $Id: 001.phpt 215479 2006-06-28 14:36:23Z nlopess $ error_reporting(E_ALL); $string = ""; |
