Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 93FA2200D43 for ; Tue, 21 Nov 2017 23:32:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 926ED160BFC; Tue, 21 Nov 2017 22:32:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8684160BE3 for ; Tue, 21 Nov 2017 23:32:14 +0100 (CET) Received: (qmail 94652 invoked by uid 500); 21 Nov 2017 22:32:13 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 94642 invoked by uid 99); 21 Nov 2017 22:32:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2017 22:32:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0F8421A0A9A for ; Tue, 21 Nov 2017 22:32:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=6.31 tests=[KAM_SHORT=0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id WCOjz6p59s44 for ; Tue, 21 Nov 2017 22:32:12 +0000 (UTC) Received: from s8.mail.rcig.net (s8.mail.rcig.net [216.87.38.208]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id D45A15F47D for ; Tue, 21 Nov 2017 22:32:11 +0000 (UTC) Received: from 69-222-176-23.lightspeed.stlsmo.sbcglobal.net ([69.222.176.23]:63424 helo=[192.168.0.2]) by s8.mail.rcig.net with esmtpa (Exim 4.72) (envelope-from ) id 1eHH5H-0005PF-1E for dev@httpd.apache.org; Tue, 21 Nov 2017 16:32:05 -0600 To: dev@httpd.apache.org From: Daniel Ruggeri Subject: PHP test cases Message-ID: <7720cbcc-2294-2eb8-0fff-724c07beb4d0@primary.net> Date: Tue, 21 Nov 2017 16:31:57 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-ACL-Warn: X-The email account used to send this email was: druggeri@primary.net archived-at: Tue, 21 Nov 2017 22:32:15 -0000 Hi, all; I have only one set of remaining test cases to complete my automated-build-and-test-and-report thingamajig. I've identified a potential issue with our expected test results and could use a pointer from anyone who tests PHP regularly. I'm looking at t/php/safemode.t and according to [1], safemode was removed in 5.4.0. The thing I'm wondering is if we should first test for PHP <5.4.0 before proceeding or if we should eliminate t/php/safemode.t altogether. I'm leaning toward the latter as it's a removed feature and shouldn't hold up our own testing. Also, t/php/getlastmod.t fails because of a warning[2] unless php.ini has been set to explicitly declare a timezone (unsure of which version PHP made this a warning). Should we modify our php script or modify the comparison to be a match that includes the month? My workaround was to create a php.ini on the fly but we ought to handle this better in the code. Side note... t/filter/case.t fails unless perl documentation is installed. We should note this or pick a better file :-) [1] http://php.net/manual/en/features.safe-mode.php [2] http://php.net/manual/en/function.date.php#refsect1-function.date-errors -- Daniel Ruggeri