Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80339 invoked from network); 9 Jul 2009 11:10:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2009 11:10:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:36861] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/91-27938-C20D55A4 for ; Thu, 09 Jul 2009 07:10:37 -0400 Received: by fxm20 with SMTP id 20so79774fxm.23 for ; Thu, 09 Jul 2009 04:10:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0Ltngr+8EJqEoHqZvDbrUK6ebmn657hHVPZ0Ywqtgy8=; b=u7QmkdOyJ5RlulitFqv09PKVoihFScqdmOu0XArdVat2NOhqjQWathx3qPHTu97942 M1LbyM9NBSlpu/UxkolAIOjCm2IXTS4dS534YkPtkvS8K/u8cUxpU17zxkC8L54WzCrN 8R4/lu6oPM2DKFZ4/+6oVWivStguVgEYXzSF0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Yad4W+clu6dsg0xKglFLBsx17DlsNSR36Je5u6saJxKXH8b6fpXB8IMp0p+0TocbCQ qYi3B9XF/AsmJDuGlsUXE/W8ai3CmOFaig7nnP+eWYWmD6P6VCO12qF69zLaH8H5l+GL 1fv+BrxR6F2W7MvqUFPEKv3o4x2027sAlC2qo= MIME-Version: 1.0 Received: by 10.204.76.199 with SMTP id d7mr624467bkk.84.1247137833859; Thu, 09 Jul 2009 04:10:33 -0700 (PDT) In-Reply-To: <7.0.1.0.2.20090708224156.0ac5a438@zend.com> References: <7.0.1.0.2.20090708224156.0ac5a438@zend.com> Date: Thu, 9 Jul 2009 13:10:33 +0200 Message-ID: To: Zeev Suraski Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Type hinting - Request for Discussion From: patrick.allaert@gmail.com (Patrick ALLAERT) 2009/7/9 Zeev Suraski : > Two other issues that we need to revisit: > 1. =C2=A0Agree on when it will be implemented - I think it's pretty clear= it > should not go to 5.3. What would be the impact including this feature (once it is *technically* fine for everybody) in 5.3 code with #ifdef's so that this feature is enabled only at ./configure time and disabled by default. We could then imagine to switch this configure parameter as enabled by default in a future (major) release. This way, every vanilla PHP installation wouldn't suffer of BC problems while still providing the feature to a restricted set of users. --=20 Patrick Allaert --- http://code.google.com/p/peclapm/ - Alternative PHP Monitor