Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44565 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50042 invoked from network); 30 Jun 2009 21:37:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2009 21:37:23 -0000 Authentication-Results: pb1.pair.com header.from=thetaphi@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thetaphi@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.25.71.29 as permitted sender) X-PHP-List-Original-Sender: thetaphi@php.net X-Host-Fingerprint: 85.25.71.29 loft1553.serverloft.de Linux 2.6 Received: from [85.25.71.29] ([85.25.71.29:46863] helo=mail.troja.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/F1-39505-0958A4A4 for ; Tue, 30 Jun 2009 17:37:22 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id F373C45EB4D; Tue, 30 Jun 2009 23:37:17 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DOdnok1jkBAl; Tue, 30 Jun 2009 23:37:17 +0200 (CEST) Received: from VEGA (port-83-236-62-13.dynamic.qsc.de [83.236.62.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 9539D45EB4B; Tue, 30 Jun 2009 23:37:17 +0200 (CEST) To: "'Hannes Magnusson'" Cc: "'Kalle Sommer Nielsen'" , "'Internals'" References: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@mail.gmail.com> Date: Tue, 30 Jun 2009 23:37:15 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acn5yjquIZRdl1BnSmC62DTZBNhhmwAAKnmA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: RE: [PHP-DEV] Re: Throwing E_DEPRECATED on startup From: thetaphi@php.net ("Uwe Schindler") I had the same this morning when I compiled PHP on my solaris machine. The php.ini from my system-wide lib folder was used for the tests. In my case it claimed about the deprecated *_long_arrays setting (or something like that). Almost no test worked until I edited my global php.ini. Tests should use a local php.ini in the build directory. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: parasane@gmail.com [mailto:parasane@gmail.com] On Behalf Of Daniel > Brown > Sent: Tuesday, June 30, 2009 11:31 PM > To: Hannes Magnusson > Cc: Kalle Sommer Nielsen; Internals > Subject: Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup > > 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.! > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php