mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.0' into PHP-7.1
This commit is contained in:
commit
a5027d43dd
10 changed files with 4 additions and 113 deletions
|
@ -380,6 +380,9 @@ static void sapi_cli_register_variables(zval *track_vars_array) /* {{{ */
|
|||
static void sapi_cli_log_message(char *message, int syslog_type_int) /* {{{ */
|
||||
{
|
||||
fprintf(stderr, "%s\n", message);
|
||||
#ifdef PHP_WIN32
|
||||
fflush(stderr);
|
||||
#endif
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue