summaryrefslogtreecommitdiff
path: root/sapi/litespeed/lsapi_main.c
diff options
context:
space:
mode:
authorGeorge Wang <gwang@php.net>2016-09-19 10:49:26 -0400
committerGeorge Wang <gwang@php.net>2016-09-19 10:49:26 -0400
commitca24c58e656e4c54b3d5bbf02c33fb679134e032 (patch)
tree27000ddc754bde914c9ace496459b8c5ccdd6112 /sapi/litespeed/lsapi_main.c
parentc4f3ea10e49a2a44e767ce38c57329934a6bbaba (diff)
parent56fa36b0a85412535eea0577cd737b1c891daadd (diff)
downloadphp-git-ca24c58e656e4c54b3d5bbf02c33fb679134e032.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
Diffstat (limited to 'sapi/litespeed/lsapi_main.c')
-rw-r--r--sapi/litespeed/lsapi_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/litespeed/lsapi_main.c b/sapi/litespeed/lsapi_main.c
index 65d2451ab6..bd40f53183 100644
--- a/sapi/litespeed/lsapi_main.c
+++ b/sapi/litespeed/lsapi_main.c
@@ -1090,9 +1090,9 @@ static int cli_main( int argc, char * argv[] )
case 'v':
if (php_request_startup() != FAILURE) {
#if ZEND_DEBUG
- php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+ php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2016 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#else
- php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2015 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-2016 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
#endif
#ifdef PHP_OUTPUT_NEWAPI
php_output_end_all();