Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48036 invoked from network); 30 Jun 2009 21:31:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2009 21:31:29 -0000 Authentication-Results: pb1.pair.com header.from=parasane@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=parasane@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: parasane@gmail.com X-Host-Fingerprint: 209.85.219.227 mail-ew0-f227.google.com Received: from [209.85.219.227] ([209.85.219.227:49234] helo=mail-ew0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/81-39505-F248A4A4 for ; Tue, 30 Jun 2009 17:31:28 -0400 Received: by ewy27 with SMTP id 27so405108ewy.23 for ; Tue, 30 Jun 2009 14:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=yNe8TpAXBpKiAvIHE2MJnxatw84AiCWyot1lmZAr8+8=; b=hMa84eM2p9idD1zqVrAhnqS5HwN9dq0oRmYEFzf37g6V8LkemXj6XK7K03S/1P+ejE la/ksnbBS7CD+2LIGRLxNuEyF9W9MmKT4rHQhROjPlkQfFuy83dk9oOZ6sV2nAAIEXHM n3PaSO3Uy4mJQWOS9QposMlHcmOJtAtGjg5sY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=uRSQBjoIygkbtGps4c7lIswtFETb2Sky1GwN7aERnh+FODPcjnBgc3Q/nM+VJvl54G SITg6z3h6ogbyPyTZc2qIP3qi8QbHb5qqZBqHyS5suiBr6LwS8KHbAuYQFXGAbJtNaGM TBegmof7l3EOVBBOGcPBQIpjIx3q5cG3wVMjY= MIME-Version: 1.0 Sender: parasane@gmail.com Received: by 10.210.133.2 with SMTP id g2mr741161ebd.23.1246397484195; Tue, 30 Jun 2009 14:31:24 -0700 (PDT) In-Reply-To: <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@mail.gmail.com> References: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@mail.gmail.com> Date: Tue, 30 Jun 2009 17:31:04 -0400 X-Google-Sender-Auth: f8a369dcb22da8ae Message-ID: To: Hannes Magnusson Cc: Kalle Sommer Nielsen , Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup From: danbrown@php.net (Daniel Brown) On Tue, Jun 30, 2009 at 16:30, Hannes Magnusson wrote: > > Now that 5.3.0 is out, are you looking into fixing run-tests.php or all tests? > > Like I warned about; if you enable any of these features in your > php.ini and then run the test suite.. there are only a handful of > tests that actually pass. Indeed. Going to install it on the CA2 mirror server this morning brought up a ton of failed and skip messages, which I mentioned to Hannes. Here's the grep'd output: ==== root@december [/dls/php/php-5.3.0]# make test | grep PASS PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0 PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0 PHP Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0 PASS Error messages are shown [tests/run-test/test006.phpt] PASS Testing $argc and $argv handling (cli) [tests/basic/012.phpt] PASS Bug #28213 (crash in debug_print_backtrace in static methods) [tests/lang/bug28213.phpt] PASS Bug #39763 (filter applies magic_quotes twice in parse_str()) [ext/filter/tests/bug39763.phpt] PASS Test phpinfo() displays gettext support [ext/gettext/tests/gettext_phpinfo.phpt] PASS Bug #43293 (Multiple segfaults in getopt()) [ext/standard/tests/general_functions/bug43293_3.phpt] PASS Test get_magic_quotes_gpc() function [ext/standard/tests/general_functions/get_magic_quotes_gpc.phpt] PASS getopt [ext/standard/tests/general_functions/getopt.phpt] t] PASS getopt#002 [ext/standard/tests/general_functions/getopt_002.phpt] PASS getopt#003 [ext/standard/tests/general_functions/getopt_003.phpt] PASS getopt#004 (Optional values) [ext/standard/tests/general_functions/getopt_004.phpt] PASS getopt#005 (Required values) [ext/standard/tests/general_functions/getopt_005.phpt] FAIL Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component [ext/standard/tests/url/parse_url_basic_006.phpt] PASS Test phpinfo() displays xsl info [ext/xsl/tests/xsl-phpinfo.phpt] Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component [ext/standard/tests/url/parse_url_basic_006.phpt] root@december [/dls/php/php-5.3.0]# uname -a Linux december.pilotpig.net 2.6.18-128.1.1.el5.028stab062.3 #1 SMP Tue May 5 17:31:34 MSD 2009 i686 i686 i386 GNU/Linux ==== The rest of the 9,400+ tests all came back with undesired results. There were no other problems on any of the dev boxes I tried this morning, just the test results. -- daniel.brown@parasane.net || danbrown@php.net http://www.parasane.net/ || http://www.pilotpig.net/ Ask me about our fully-managed servers and proactive management clusters starting at just $200/mo.!