Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39991 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46022 invoked from network); 17 Aug 2008 17:55:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2008 17:55:24 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.155 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:4194] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/D4-13349-B0668A84 for ; Sun, 17 Aug 2008 13:55:23 -0400 Received: by fg-out-1718.google.com with SMTP id 16so1776490fgg.23 for ; Sun, 17 Aug 2008 10:55:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=jzxtA5HI9enTAoX5RcH/gnOYgYGecK6c+nKA4K8wLBU=; b=io8/MCfWsAXSGWHp4ZCg/xs3hODQXOPu82BYt4PErgyVzHrwmGJjGVBoYuHdFKA4J1 r2Xy9X5k6pjy10EJnPSj1Z+2vEcpMBnJDpBgmlTovMP5CC3DvObti1+mfsgru8dvYM8z YmV9jdzXmppeC8PaaWY4zj7Rl5fqzzal2XHvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RCzIm5WKjPM5Xwq7PhYvsdyQnEhr7nDHgdltyqPpQnVjZXbG9Vd6JfU1xGWKACA/Fn MWhEwx/cDuup6MuDdVKGCVfeaoxQiGP0fNvCCmhr1246eitpjpTp6B+UE0u1/kJXe9P3 PsG5hS/pnr2zyQNYHferMirBK6dRghGMIBBLg= Received: by 10.103.221.5 with SMTP id y5mr3400364muq.34.1218995719419; Sun, 17 Aug 2008 10:55:19 -0700 (PDT) Received: by 10.103.248.20 with HTTP; Sun, 17 Aug 2008 10:55:19 -0700 (PDT) Message-ID: <7f3ed2c30808171055j60e28ac5n220bc3dadba82cf@mail.gmail.com> Date: Sun, 17 Aug 2008 19:55:19 +0200 To: "Ryan Panning" Cc: internals@lists.php.net In-Reply-To: <51.84.13349.DA368A84@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <51.84.13349.DA368A84@pb1.pair.com> Subject: Re: [PHP-DEV] PHP 5.3 Questions From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Sun, Aug 17, 2008 at 19:45, Ryan Panning wrote: > Hi all, I just wanted some input from this list. > > I'm working on a project using the latest snaps of 5.3. There are some > features that I need for this project, such as LSB. I've been running into > some WTF's and issues with new features. > > Would it be better to report all of these through the bug system? Or can I > bring them up here? I just wasn't sure since 5.3 hasn't been released yet. "WTF's" should be discussed here and bugs reported on bugs.php.net :) -Hannes