Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105914 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 56001 invoked from network); 13 Jun 2019 22:52:12 -0000 Received: from unknown (HELO mail-vs1-f42.google.com) (209.85.217.42) by pb1.pair.com with SMTP; 13 Jun 2019 22:52:12 -0000 Received: by mail-vs1-f42.google.com with SMTP id j26so249581vsn.10 for ; Thu, 13 Jun 2019 13:05:25 -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=0KHiKT9CY8KZlMesEFkYMYgVRbgGaPDEKWIkQP6pHao=; b=Jwox4CA/TC+Qm4lmORRMFTqDycolTJUxLVVJywrd7cKjxlIxHJ2Q/ah37AcNVRhx4R 1S6B1qfyaQClfO9TNl9O4Q27MOY/9FfqPT5XzDCYLOSLf+jow5SocvzQ4qV/Pec0hRN9 zwrhF4hU5mLXeizGyivGDoSwv7pux9NMltRP1Z718iq7RcMMF4sMr3mdQ/AQ00j0YWjq U8YamDi6t/+t7LdQdGlPzvAO5q3lYkzBL8pobIkWzUHo31F6j13x20kBZyLos0zbaHFk kLW6FUA+xsLqYA5Y76yUDVU6DZBHl9wS0WmJC3PAdLsyR2IZQPvDgM/Jq33t3M/BdxRQ tcOQ== 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=0KHiKT9CY8KZlMesEFkYMYgVRbgGaPDEKWIkQP6pHao=; b=sDfY2OUEsWje7QoeDg5qjbHID/6MAF8u/2qrcFIQfR9B+LoyBifbyv1VIb1y47xRrq SirrhvTk0hyNrSB6cPs5FrL+97hl55FAXd1+54J0wGbZnmfoJohgSfeBdsmagMGJz4yZ 0m6MAqNUqwrYwnWZLSsSdePJxGlZFs1bwj6X+cWEgPkzw+aF74YkWfGHeKvre1EMcdNc gelHBinBJG3oiA//XlnrgrcJ2y6OMn7PPRTQGa3l+kmoFnScaqHW4Xtbfq6UbKi2+EoN zYCLtWn/l7e2xpu6g4jXrC0G81zABXOJOII5EXWNcMcukNwJ6UdrmkEWfDuSLK6r9SvS 5Hzw== X-Gm-Message-State: APjAAAVwkQEgoq7QfbSXGNS0aVlKNtBg28ivvPLKKJD1U4dLK82eMrzG OFg9YAzTrNJGl8VR1UDcw3NfD37ea4tcbsM0+5qrKBERILE= X-Google-Smtp-Source: APXvYqz9wYOGLHINJF+ZzwhDMW6xN6iiTCS1LSyL15JH42qtox/zqiuC6bg/EZK13yXVKqMVRTgEVZYSgVDBvuvv5RA= X-Received: by 2002:a67:f74a:: with SMTP id w10mr20393138vso.42.1560456325232; Thu, 13 Jun 2019 13:05:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 13 Jun 2019 22:05:13 +0200 Message-ID: To: Dmitry Stogov Cc: Derick Rethans , PHP Developers Mailing List Content-Type: multipart/alternative; boundary="000000000000f3fe62058b3a0cbc" Subject: Re: commit 374f76998 causes getenv to be define with Xdebug loaded From: krakjoe@gmail.com (Joe Watkins) --000000000000f3fe62058b3a0cbc Content-Type: text/plain; charset="UTF-8" For reference, and because it may be easier to debug than xdebug: https://github.com/nbs-system/snuffleupagus/issues/293 Cheers Joe On Thu, 13 Jun 2019 at 20:50, Dmitry Stogov wrote: > I'll try to check what was wrong with this commit and xdebug. > > > Thanks. Dmitry. > ------------------------------ > *From:* Joe Watkins > *Sent:* Wednesday, June 12, 2019 9:38:54 PM > *To:* Derick Rethans > *Cc:* Dmitry Stogov; PHP Developers Mailing List > *Subject:* Re: commit 374f76998 causes getenv to be define with Xdebug > loaded > > 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 > > --000000000000f3fe62058b3a0cbc--