Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37751 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89514 invoked from network); 20 May 2008 18:01:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 18:01:09 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.176 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.176 smtpout0176.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.176] ([64.97.136.176:5698] helo=n066.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/0D-32249-3E113384 for ; Tue, 20 May 2008 14:01:08 -0400 Received: from sc1-out09.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 4769F9180114F84B for internals@lists.php.net; Tue, 20 May 2008 18:01:03 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,d48291bdab8f5c42,47cbcc8193225a28,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:601:602:945:973:982:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2379:2393:2559:2562:2689:2693:3354:3865:3866:3867:3869:3870:3872:3874:4321:5007:6117:6119:6261:7802:7875:7903:8603:8660,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF: not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from foxbox (host86-137-246-48.range86-137.btcentralplus.com [86.137.246.48]) (Authenticated sender: steph.fox) by sc1-out09.emaildefenseservice.com (Postfix) with ESMTP for ; Tue, 20 May 2008 18:01:03 +0000 (UTC) Message-ID: <023101c8baa3$a2152730$4401a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Date: Tue, 20 May 2008 19:02:10 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Fw: [PHP-DEV] Unicode progress [Was: unicode.semantics ad infinitum] From: steph@zend.com ("Steph Fox") Hm - OK, the list won't take a diff that big. Anyone wants a copy, just ping me. - Steph > Hi again, > >> Ah, I have it. My TEST_PHP_EXECUTABLE isn't the same as the one running >> the script - it's 5.3.0-dev. So make test will fail, but my manual tests >> don't. >> >> I'm seeing 85% pass rate in Zend/tests, investigating. > > OK, I'm down to 27 test failures here in ZE3. > > 14 of them are caused by a single buglet - function names aren't being > stored correctly, so there are a number of diffs that look like: > > 001+ Warning: s() expects exactly 3 parameters, 2 given in > C:\sandbox\php-src\Zend\tests\004.php on line 3 > 001- Warning: strncmp() expects exactly 3 parameters, 2 given in %s on > line > %d > > 10 appear to be caused by a changed error message: > > 001+ Parse error: parse error, expecting `T_CLASS' in > C:\sandbox\php-src\Zend\tests\access_modifiers_003.php on line 3 > 001- Parse error: syntax error, unexpected T_FINAL, expecting T_CLASS in > %s > on line %d > > The final 3 are: > > access_modifiers_008.phpt > 001+ B1::f() > 001- Fatal error: Call to protected method B1::f() from context 'B2' in %s > on line %d > > access_modifiers_009.phpt > 002- > 003- Fatal error: Call to protected method B1::f() from context 'B2' in %s > on line %d > > bug43128.phpt > 001+ Fatal error: Allowed memory size of 134217728 bytes exhausted at > c:\sandbox\php-src\zend\zend_compile.c:101 (tried to allocate 20971662 > bytes) in C:\sandbox\php-src\Zend\tests\bug43128.php(5) : eval()'d code on > line 1 > 001- ok > > The first two of those also fail in PHP_5_3 branch. > > Diffs made to tests attached (basically, the old --EXPECT-- replaced > by --UEXPECT-- contents throughout). > > - Steph >