mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix mac tests on azure
This commit is contained in:
parent
8b6b4870e7
commit
f16b012116
19 changed files with 64 additions and 96 deletions
|
@ -961,6 +961,12 @@ static int do_cli(int argc, char **argv) /* {{{ */
|
|||
}
|
||||
request_started = 1;
|
||||
CG(start_lineno) = lineno;
|
||||
|
||||
zend_register_bool_constant(
|
||||
ZEND_STRL("PHP_CLI_PROCESS_TITLE"),
|
||||
is_ps_title_available() == PS_TITLE_SUCCESS,
|
||||
CONST_CS, 0);
|
||||
|
||||
*arg_excp = arg_free; /* reconstuct argv */
|
||||
|
||||
if (hide_argv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue