Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93760 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49853 invoked from network); 4 Jun 2016 08:20:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2016 08:20:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=mamfelt@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mamfelt@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: mamfelt@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:35128] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/32-25194-C3F82575 for ; Sat, 04 Jun 2016 04:20:12 -0400 Received: by mail-wm0-f41.google.com with SMTP id a136so25270313wme.0 for ; Sat, 04 Jun 2016 01:20:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=UTlUX/qZrC7HiYqOe261CYLIUwSJcVFoMhjvEedTR4Q=; b=t9vhOjt881QjB+QmaPQW90aHaXGSJ4exQXKCJ8BBkzXQ7k9BZFdPmAD8d6DJKDR69T 1YWOJ0HjmncF3SlcYXylQzp7TD1Jq5yhl8IJW85UZfmbL5pR2I9UzyTg/CQszun4b+q9 CdRJaqWSv/7cHAYGjQUBKOewvwh3Sx10xL0xAhx9/iPmciBoUDFj49aKnG7ag8uCv6l1 O072wjDjEh2HWKMpAFtxwqtp3r2xOSZ64NLxt8W2S/ILVR+uDiZ4OB2gbF8GDAQkvt8v 90tbBgCuqz5ISahcOyW9wEQOwcTIvnPmhmC99Tch8V8AP+3TyFrtVepS5sP7hRw/vaGG bA8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=UTlUX/qZrC7HiYqOe261CYLIUwSJcVFoMhjvEedTR4Q=; b=KIqGr38IeVdzWyg20AliL5hDrYBRm82p1cCU3F1lT2az8aY3VWM0hCHG/aS4Y9DzSn 7U0gSTVkToafcEUGJKEan8/hmG3lGlROc2UdJ7quYJNYoe9ayCSgjyfh4q3XHE9iSHlT BDt7ncQSvJGiRN2WAGnSXy8INfViARAf1opY99fKUITXMGle9PtCObR5WC8deRLioVLT YYO+/Lcaf/sv7dbJOERa1HTvL9IAgEgjvECr4LfCTeS3yevpXrr3fu7sCH/iKPEj1RW2 +ZWqntC1rF2hBHHBM9z3KGIZn0fhnxs4yDl/RRnOVUfjvM1ibtDG6x1IwzXXmsJ1EPN7 qTtg== X-Gm-Message-State: ALyK8tJOxY7lphKWBlQRgn0nvk7gjslUfs2ASPifsndtXNT+9/ua7ZNFyI4qRtnIuuhNGA== X-Received: by 10.194.143.51 with SMTP id sb19mr7850000wjb.175.1465028409596; Sat, 04 Jun 2016 01:20:09 -0700 (PDT) Received: from ?IPv6:2001:981:56fd:1:ac:36dd:f04:e668? ([2001:981:56fd:1:ac:36dd:f04:e668]) by smtp.googlemail.com with ESMTPSA id l9sm9532847wjm.0.2016.06.04.01.20.08 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Jun 2016 01:20:08 -0700 (PDT) To: internals@lists.php.net Message-ID: Date: Sat, 4 Jun 2016 10:20:11 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Issues with AIX and PHP packaging - should I bother with a bug report? From: mamfelt@gmail.com (Michael Felt) Hi, yesterday I mentioned an old issue re: an issue on AIX - that probably only occurs when not using gcc. Further, because it was time - I am still using php 5.2 because of all the little irritations when it comes to packaging PHP - I went through the process of building the "generic" php for versions 5.2, 5.3, 5.4, 5.5, 5.6 and 7.0 - on AIX, using xlc as compiler. The 5.X versions, ultimately, all create a sapi/cli/php client. I have not tried for the cgi client - no real interest. Of these: "make test" fails, repeatedly with version 5.6 - at least when src and build directory are separated. For the 5.6 version (same problem in the 5.5 version, but maybe that is no longer supported) I could open a bug-report - but I wonder if there is any interest. I amy be doing something wrong - but I could only find 9 bugs with "AIX" mentioned in the OS - open and closed. p.s. - as far as packaging goes I know (now) that it is not always on php. The Apache, read httpd, instdso script is not capable of doing what is needed for automated packaging - and I will not bother any of you with that - unless I find a "trick" that could be applied from the php side as a workaround. Sincerely, Michael