diff options
author | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 09:23:27 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 09:23:27 +0000 |
commit | 16cb1cd469b50e18bf79f57da46672caa32b42a2 (patch) | |
tree | 6fb33d9129dc1793de0582fc3638a053944b594d /sapi/milter/php_milter.c | |
parent | dffb0fe616557cf53f7b89114b28bb11f45bc5fc (diff) | |
download | php-git-16cb1cd469b50e18bf79f57da46672caa32b42a2.tar.gz |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
Diffstat (limited to 'sapi/milter/php_milter.c')
-rw-r--r-- | sapi/milter/php_milter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/milter/php_milter.c b/sapi/milter/php_milter.c index e4921d9f85..950fced68b 100644 --- a/sapi/milter/php_milter.c +++ b/sapi/milter/php_milter.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -1059,7 +1059,7 @@ int main(int argc, char *argv[]) } SG(headers_sent) = 1; SG(request_info).no_headers = 1; - php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2009 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); + php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2010 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_end_ob_buffers(1 TSRMLS_CC); exit(1); break; |