Skip to content

Commit 23f5adb

Browse files
committed
Fix CLI server compilation
1 parent 67ab3cf commit 23f5adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/php_cli_server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ static void sapi_cli_server_register_variables(zval *track_vars_array) /* {{{ */
748748
zend_hash_apply_with_arguments(&client->request.headers, (apply_func_args_t)sapi_cli_server_register_entry_cb, 1, track_vars_array);
749749
} /* }}} */
750750

751-
static void sapi_cli_server_log_write(int type, char *msg) /* {{{ */
751+
static void sapi_cli_server_log_write(int type, const char *msg) /* {{{ */
752752
{
753753
char buf[52];
754754

0 commit comments

Comments
 (0)