Hi Dmitry,

I've just fetch the latest PHP-7.4 source from GIT to finalise Xdebug 
support for it, and after compiling PHP and Xdebug, I now run into the 
following error:

Warning: define() expects at least 2 parameters, 1 given in 
/home/derick/dev/php/derickr-xdebug/run-xdebug-tests.php on line 2749

Line 2749 is not using define, and instead is:
    $JUNIT = getenv('TEST_PHP_JUNIT');

I have tracked this down with git bisect to be this commit:
        https://github.com/php/php-src/commit/374f76998

Could you have a look and let me know what's up? Joe suggests that this 
might need reverting.

cheers,
Derick

-- 
https://derickrethans.nl | https://xdebug.org | https://dram.io
Like Xdebug? Consider a donation: https://xdebug.org/donate.php,
or become my Patron: https://www.patreon.com/derickr
twitter: @derickr and @xdebug

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to