Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39805 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11353 invoked from network); 10 Aug 2008 00:47:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2008 00:47:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 74.125.44.28 yx-out-2324.google.com Received: from [74.125.44.28] ([74.125.44.28:3893] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/E0-05869-2AA3E984 for ; Sat, 09 Aug 2008 20:47:30 -0400 Received: by yx-out-2324.google.com with SMTP id 3so440407yxj.83 for ; Sat, 09 Aug 2008 17:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=OPShvlBPIUFDNa4dNwY5ApUw9eKBxffaGEdK/YOz1kM=; b=jQPWjdOOFLuhBDNYr262XhOYkCwqlKSoAIXsdMQ/OHcIRNHkgiqvJVbkbG5Jw/xMtR TWZO8m43QFBZ13IluGD4IRp/akFD4fkqNlTWXSeZUkN56WdYVi+4622mhJoly7mT6Q07 Esun/msRK/PhEGhXepTVGi/vv+RHa9AOOsAdc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=JAWlMq/37vZnwTD7bMHE+F12mYainEK/c6Wu6pd4VCZLapw8rGglDObQB81S7PBZEF dpJhYzTD4uRm9cidsunl7lC23HP8PtDu76oalD1k/0ICXwjIHt9CGcsbHqY2/2nEtnwq wUdD1NVKrdFvTLwKgobrgW/sWbZwkZqLTN8J8= Received: by 10.151.144.4 with SMTP id w4mr9740890ybn.234.1218329247928; Sat, 09 Aug 2008 17:47:27 -0700 (PDT) Received: from ?192.168.1.2? ( [189.24.13.134]) by mx.google.com with ESMTPS id 8sm308458ywg.6.2008.08.09.17.47.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 09 Aug 2008 17:47:27 -0700 (PDT) To: Pierre Joye Cc: PHP Internals In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Sat, 09 Aug 2008 21:47:16 -0300 Message-ID: <1218329236.5920.2.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] fix for a couple zend tests From: felipensp@gmail.com (Felipe Pena) Em Dom, 2008-08-10 às 01:31 +0200, Pierre Joye escreveu: > hi! > > Please find the patch as attachment. It fixes a couple of tests in > Zend (unset, heredoc). > Commited in 5_2, 5_3 and HEAD. -- Regards, Felipe Pena.