Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15880 invoked from network); 13 Aug 2008 09:55:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2008 09:55:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain strojny.net designates 78.46.69.2 as permitted sender) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 78.46.69.2 milch.schokokeks.org Received: from [78.46.69.2] ([78.46.69.2:35230] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/DF-30462-F8FA2A84 for ; Wed, 13 Aug 2008 05:55:29 -0400 Received: from [10.88.8.185] (colt-d53d2146.colt.mediaventures.de [::ffff:213.61.33.70]) (AUTH: PLAIN lars@schokokeks.org, SSL: TLSv1/SSLv3,256bits,CAMELLIA256-SHA) by milch.schokokeks.org with esmtp; Wed, 13 Aug 2008 11:55:24 +0200 id 000000000000C00D.0000000048A2AF8C.00004E05 To: Marcus Boerger Cc: Etienne Kneuss , Stanislav Malyshev , hannes.magnusson@gmail.com, Lukas Kahwe Smith , internals@lists.php.net In-Reply-To: <279600845.20080812225135@marcus-boerger.de> References: <909776579.20080803142659@marcus-boerger.de> <840985F2-A701-4BE4-91F6-F6B39048CF9B@pooteeweet.org> <48A09FF4.1030101@zend.com> <7f3ed2c30808111411t51553771j389f05c3436bc625@mail.gmail.com> <48A0C415.9090104@zend.com> <48A0D579.2000000@zend.com> <48A0DBAE.2010401@zend.com> <496879481.20080812153636@marcus-boerger.de> <279600845.20080812225135@marcus-boerger.de> Date: Wed, 13 Aug 2008 11:55:23 +0200 Message-ID: <1218621323.4926.1.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_milch.schokokeks.org-19973-1218621324-0001-2" X-Mailer: Evolution 2.22.3.1 Subject: Re: [PHP-DEV] Inconsistencies in 5.3 From: lars@strojny.net (Lars Strojny) --=_milch.schokokeks.org-19973-1218621324-0001-2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Markus, Am Dienstag, den 12.08.2008, 22:51 +0200 schrieb Marcus Boerger: [...] > a) Prevent include/require inside namespaced functions. >=20 > Patch: php-no-include-in-namespaced-functions-6.0-20080812.diff.txt >=20 > Should pretty much work. So this means something like this won't work without a warning anymore? namespace Foo; class View { public function render($file) { include $file; } } [...] cu, Lars --=_milch.schokokeks.org-19973-1218621324-0001-2 Content-Type: application/pgp-signature; name="signature.asc" Content-Transfer-Encoding: 7bit Content-Description: Dies ist ein digital signierter Nachrichtenteil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (GNU/Linux) iQIcBAABAgAGBQJIoq+LAAoJECQPF+sCY6wH5kYP/2g1faI669jlI6ZNrjiHQ/qV +xk7Bkh4WnPyVX5bFEm/2mbTaivuLAhFXCvEBAwsG85B9SFV5dgDKWiMWFcPPsrj MYuWIoSyaI5qHo10A3FXt/WmZUUsQxZ+YReq7hdrhTBkgmypyQTCws1WRDA1SIig eGTC/7PDy6YCxD84EyU30RVVX4F/xmrqLtvBNBUtuooGqeM2dtup6iUcxMLy3u5/ ao2oDJPW9EcctAtg+HzO4ku+eEYPi/jrB+QYnKud3PfmGqg2AIEQ/lEcPlM01QQK BROtuo7SuzsAcq8mCGr5rJAQbeWfmA7OAA7FXAxY2p+IFlNySCZdVPTXscqU4yhN rSOcAwouiSwLUDUHQ6tTvDFU7mr8ZfQLHi7hlwmkQgsaiddcJfB9y9ycCYBjGhHG Jgl61MX6MAc0cM80ZPMnnf2AqfC4eK6g3FxWomJy7aym5yq4Mgulx5tVW981wCIj h8KZXC20Gul/epFIxQeczV7nZQuLKeJTG3AS08L1yIK/dZj5zkkl1mkTOmtnv+fB xscBeMECgUf5odDNPcmNGH7I6Qv8dlcx0+XgoUHRzct3fmvhLFr0PfCFaQTXniv8 WN1mNDu1RSU8kK2qm8t57OiscWbb53MDQ/rkTqroZ4/WMZJfDzT5kLvUCtN1Ls71 PE3uorpw7vkUbpFlqSae =2HiY -----END PGP SIGNATURE----- --=_milch.schokokeks.org-19973-1218621324-0001-2--