Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105885 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 37443 invoked from network); 12 Jun 2019 21:26:08 -0000 Received: from unknown (HELO mail-vs1-f41.google.com) (209.85.217.41) by pb1.pair.com with SMTP; 12 Jun 2019 21:26:08 -0000 Received: by mail-vs1-f41.google.com with SMTP id n2so10919197vso.6 for ; Wed, 12 Jun 2019 11:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=lIdcn90+TJDiI2kmg/76UXHA5TfyFlOIiKdEKJnBce4=; b=pozgJsXdcCAx329inoyOs5joxyo8joW3WYm60wCOgZ0BHbx7Rh1nxBlz/zKXTMlTe4 MKtDtINryyq3ivhh1o5da8UAH9IrbTsnirHKsLHaSlupzOEtfQnoCNp9ZQopFJne9wQh NSMz9fffBZuSJp8WogLSerm7d7quz5zb28/xTQBQVyUvYkTf8YGsNYLoov3p8inaQGWr 7hX1SrRqCRi7PoaffbYy4r9yRb0ao9dN+soQjYNqciFUKXrSlKRIkTtOssvV8aVQM7Zt Tw45VtG+sq6+WrHeIoLWFXn+c/UZ8yk8itlwNYoYjswDCis4b6CHFEmHjgn4xtFqc+Ex EV9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=lIdcn90+TJDiI2kmg/76UXHA5TfyFlOIiKdEKJnBce4=; b=a9MdTrRVmHDGKzaQ+f6rQJqkpqcURMYvDnBDmpcth6kSEMTMXOzX5LADUutp+am7bC a2x8GjL0huhfDUdCZT5bzIA84OCSLaNL7aH7UQjW8Qe6DRHKvkrA8LDUgrQvSLcf6mnj jiaiOenLRwqrTD2rgi5sDJ/Z+N0YO0DHBEgsIoxhKUrpRyGeZijnbX7Hp+7XiG+bTlQX hfHymoZ5D5K15PqANS5pJ1L6chjCPtOrkQbE2/vLdswFZdJ+LyEeJUhvfzQAzOo9XS+J ghbNMBIGDhXvJJxyiisjSGXXmTVI8BHI+AVnzFZCo9On54gk3/PM1+In/CLUZzEQeSm6 usLw== X-Gm-Message-State: APjAAAXRinQFbzwopSPYQ2tWJYigz6yu7I6Tl5r4Rzf75bPuCBoRg6S1 G7vQarCqgl2HHDAnM74eJmiaUdLjy2M64WqR2vw= X-Google-Smtp-Source: APXvYqxoP/U+rleuFUXXRYW3r0GJfFVw28A7Hps4LBzEi2oJ2s1uVwgD16s/Lx1BxPy6u2AytyeVnrgdhjsetdDLcWU= X-Received: by 2002:a67:dc85:: with SMTP id g5mr7958124vsk.0.1560364745995; Wed, 12 Jun 2019 11:39:05 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 12 Jun 2019 20:38:54 +0200 Message-ID: To: Derick Rethans Cc: Dmitry Stogov , PHP Developers Mailing List Content-Type: multipart/alternative; boundary="00000000000067bab4058b24ba12" Subject: Re: commit 374f76998 causes getenv to be define with Xdebug loaded From: krakjoe@gmail.com (Joe Watkins) --00000000000067bab4058b24ba12 Content-Type: text/plain; charset="UTF-8" Hi all, My clumsy ass reverted that in PHP-7.4, totally and utterly by accident, and since it resolved Dericks problem, I went ahead and reverted in master also rather than make maybe unnecessary noise. Very very sorry about that, I totally intended to get Dmitry's approval/opinion. Terrible form, I'm sorry, I just pushed in the wrong shell. If the revert is terrible, feel free to shout at me and revert the revert. Cheers Joe On Wed, 12 Jun 2019 at 20:04, Derick Rethans wrote: > 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 > --00000000000067bab4058b24ba12--