Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21571 invoked from network); 28 Jun 2003 12:31:42 -0000 Received: from unknown (HELO ns1.proventum.dk) (195.216.216.2) by pb1.pair.com with SMTP; 28 Jun 2003 12:31:42 -0000 Received: from uros.krug.dk (port264.ds1-amb.adsl.cybercity.dk [217.157.162.17]) by ns1.proventum.dk (Postfix) with ESMTP id 981C556D54; Sat, 28 Jun 2003 14:31:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by uros.krug.dk (Postfix) with ESMTP id 6A75915000A; Sat, 28 Jun 2003 14:33:47 +0200 (CEST) Date: Sat, 28 Jun 2003 14:33:47 +0200 (CEST) X-X-Sender: edink@uros.krug.dk To: Sterling Hughes Cc: internals@lists.php.net In-Reply-To: <1056789641.11231.57.camel@hasele> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: Re: [PHP-DEV] (ATTENTION) Pre-Beta From: edink@proventum.net (Edin Kadribasic) References: <1056789641.11231.57.camel@hasele> URLs for the downloads have been changed: Source: http://downloads.php.net/sterling/ Win32 binaries: http://downloads.php.net/edink/ Edin On 28 Jun 2003, Sterling Hughes wrote: > Source distro :: > > http://www.php.net/~sterling/php5/ > > Win32 binaries :: > > http://www.php.net/~edink/php-5.0.0b1-Win32.zip > > Download, compile, test. > > The following tests should fail on make test for a stock php build:: > > > ===================================================================== > FAILED TEST SUMMARY > --------------------------------------------------------------------- > Methods via variable name, bug #20120 [tests/classes/bug20120.phpt] > Bug #22367 (weird zval allocation problem) [tests/lang/bug22367.phpt] > Bug #23624 (foreach leaves current array key as null) > [tests/lang/bug23624.phpt] > aggregating everything [ext/standard/tests/aggregation/aggregate.phpt] > aggregating all methods > [ext/standard/tests/aggregation/aggregate_methods.phpt] > aggregating methods specified in the list > [ext/standard/tests/aggregation/aggregate_methods_by_list.phpt] > aggregating methods matching regular expression > [ext/standard/tests/aggregation/aggregate_methods_by_regexp.phpt] > date_sunrise() and date_sunset() functions > [ext/standard/tests/general_functions/sunfuncts.phpt] > XML parser test, function callbacks [ext/xml/tests/xml001.phpt] > XML parser test, object tuple callbacks [ext/xml/tests/xml002.phpt] > XML parser test, xml_set_object callbacks [ext/xml/tests/xml003.phpt] > ==================================================================== > > Let me know if something goes terribly wrong on your system. This is > just meant as a sanity check, not a QA cycle. Ie, if your processor > doesn't blow up and take at least one arm with it, all is assumed well. > ;-) > > -Sterling >