Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69692 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77650 invoked from network); 18 Oct 2013 18:00:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2013 18:00:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.169 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.169 mail-ie0-f169.google.com Received: from [209.85.223.169] ([209.85.223.169:42130] helo=mail-ie0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/F9-23638-B2771625 for ; Fri, 18 Oct 2013 14:00:11 -0400 Received: by mail-ie0-f169.google.com with SMTP id ar20so7353751iec.28 for ; Fri, 18 Oct 2013 11:00:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=GCmAOdUkUtkxHl+0ywqw+3pLosaVB2bx1opzLG/9soU=; b=pQfMerv3RJ0+6kDkxtOlTLoI5aT2DUcAsg3yBeg7Cs6VBPUZgj1z7GOVoxq8qPPYJs aSTKW6hvvX4rfZ3uixgoF5y/RlZKTf1rhi7IJj9hbXjMK0wmxNWpMjVLRmys+cSrd30P 3bAqnBcyY34mnX2zcGEYlp3zx8R/D9B3ukspk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:content-type; bh=GCmAOdUkUtkxHl+0ywqw+3pLosaVB2bx1opzLG/9soU=; b=aCPRw6UWre8gkqsBToZQaX7PnjPFLU6Zml38Fyz+9O9SgXbULX1eDCl2oQTc925S6B WxBeAnWYMcGIOG0u2xcJSsYJoGJiOqajFkFVYtxiVMIHTnd62Kycd3XAUcnOm2cyNZfo q9J+jhER5B5vBz/V4kv7sWEn0Fab4tak6SfJR5dYZ0O6PAKMEFAiMnvPMdlAh+v9YeWD 7ddVcXgECVYqlhi3asHWuikQ8a2nahNViqFTWCdMk95ChihW3Ks3bFKGYuDBiQpJUL2k h/2ecULRKHZTk5EBBAkHKsuUVOgmMu16SsaEWvb+iQSRzD9OKmrBWJMKbicvdYWwi0rG dTFQ== X-Gm-Message-State: ALoCoQk/xjGt5EVpNEU3NEfDXmo82ySlxwNGQ44Lj3KfUL3JdEzdNcB3jAnuODJxS+iRNWadJhuq X-Received: by 10.50.61.241 with SMTP id t17mr440274igr.28.1382119208440; Fri, 18 Oct 2013 11:00:08 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.206.208 with HTTP; Fri, 18 Oct 2013 10:59:47 -0700 (PDT) Date: Fri, 18 Oct 2013 10:59:47 -0700 X-Google-Sender-Auth: HHJMzNYk1k41uPyyxpCeNpryx34 Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Need a Zend karma person for PR #497 From: aharvey@php.net (Adam Harvey) Zend karma having folks, Is there any chance someone can pull https://github.com/php/php-src/pull/497 into PHP-5.4 and PHP-5.5, please? It's a backport of a fix that's already in master to use $YACC when testing the bison version, which makes non-tarball compilation on systems with ancient bison versions in /usr easier.[0] Alternatively, if someone wants to grant me Zend karma so I can commit it myself, that would be spiffy too, since I seem to average a few of these sorts of small cleanup patches a year and having to annoy people when they happen to touch Zend specifically is annoying. :) Thanks, Adam [0] OS X, mostly. Yes, I know I can change $PATH, but it would be nice to be able to override this more specifically.