mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
Merge branch '5.3' into 5.4
* 5.3: sapi/litespeed/lsapi_main.c: Fix bug #63228
This commit is contained in:
commit
68e528a6bc
@ -603,7 +603,7 @@ static void cli_usage( TSRMLS_D )
|
||||
" args... Arguments passed to script.\n";
|
||||
php_output_startup();
|
||||
php_output_activate(TSRMLS_C);
|
||||
php_printf( usage );
|
||||
php_printf( "%s", usage );
|
||||
#ifdef PHP_OUTPUT_NEWAPI
|
||||
php_output_end_all(TSRMLS_C);
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user