Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30318 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22530 invoked by uid 1010); 22 Jun 2007 12:41:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22514 invoked from network); 22 Jun 2007 12:41:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2007 12:41:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.233 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.233 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.233] ([64.233.162.233:22185] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/42-27337-663CB764 for ; Fri, 22 Jun 2007 08:41:10 -0400 Received: by nz-out-0506.google.com with SMTP id i11so821118nzi for ; Fri, 22 Jun 2007 05:41:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lIPuO1cP7UEuWxwz5oBTIND0cvCYfZgJnWkNdM7oLHMsnq8G566Bdvq+JgsUK/fsgib/E8wUXeo4SwUCT8OPa5/xQ9tgjM2WOSZ+8FYHrTw3naIykgeLUp6nH5UqNl0FRuRok5uqK2YJdatNq5Xxhhxzl19Orh/HVdtx0WFUy2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ixGhBJz+QFfjntBjZBdMry70wM4VszvuqCiATeI0AMvmSER75PvvwUJvdvvFFUPXYvR+xZSe4euu9iFMuPeImLULOifEAWHSGTukaoFocVKaZZG5I0Z98/CmHrg99Picyeq0KDwY7F/k8fTXJ/619vX3aouGOi6lNC3jFczs8vk= Received: by 10.114.110.1 with SMTP id i1mr2943222wac.1182516067524; Fri, 22 Jun 2007 05:41:07 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Fri, 22 Jun 2007 05:41:07 -0700 (PDT) Message-ID: Date: Fri, 22 Jun 2007 14:41:07 +0200 To: php-dev , "Dmitry Stogov" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Array broken in 5_2? From: pierre.php@gmail.com (Pierre) Hi, If you run 'make test' using 5.2 (maybe head too, did not test), I get a lot of errors like: Notice: Undefined offset: 534 in /home/pierre/cvs/php52_dev/run-tests.php on line 1682 and obviously many tests fail. As far as I can tell, something have been broken recently. The tests have worked ealier this week or last weekend. I'm sorry, but I have no time to investigate further. --Pierre