You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
925 B

  1. --- a/sapi/litespeed/lsapi_main.c
  2. +++ b/sapi/litespeed/lsapi_main.c
  3. @@ -1276,9 +1276,9 @@ static int cli_main( int argc, char * ar
  4. case 'v':
  5. if (php_request_startup() != FAILURE) {
  6. #if ZEND_DEBUG
  7. - php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  8. + php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version());
  9. #else
  10. - php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  11. + php_printf("PHP %s (%s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version());
  12. #endif
  13. #ifdef PHP_OUTPUT_NEWAPI
  14. php_output_end_all();