Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17454 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40186 invoked by uid 1010); 28 Jul 2005 16:05:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40171 invoked from network); 28 Jul 2005 16:05:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2005 16:05:05 -0000 X-Host-Fingerprint: 64.233.162.193 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.193:15512] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 92/3A-50784-03209E24 for ; Thu, 28 Jul 2005 12:05:04 -0400 Received: by zproxy.gmail.com with SMTP id 8so340987nzo for ; Thu, 28 Jul 2005 09:05:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m6q2543hxcgOCax5Fip6aTDauPNV73tfcl4IE7KvJng+dRcNwBGU1xXqxVgDqlr86qagVBYkQdhXff8e8EufqukrdcTJXrAavlfMXvXFoblUtiXOcBQ9ihU+uZsC1olf9M4vzZk3OrH1PhBGZ5MV4TKSRSlyxiucHHPCMZfocM8= Received: by 10.36.25.4 with SMTP id 4mr2026877nzy; Thu, 28 Jul 2005 09:04:33 -0700 (PDT) Received: by 10.36.147.16 with HTTP; Thu, 28 Jul 2005 09:04:32 -0700 (PDT) Message-ID: <5c28747205072809046e701444@mail.gmail.com> Date: Thu, 28 Jul 2005 11:04:32 -0500 Reply-To: Jason Sweat To: internals@lists.php.net In-Reply-To: <42E8E7C5.2040603@caedmon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4e89b42605072713575d8f0d57@mail.gmail.com> <04.A5.58254.87408E24@pb1.pair.com> <5.1.0.14.2.20050728160915.04ea3b80@localhost> <5.1.0.14.2.20050728162510.046bc880@localhost> <5.1.0.14.2.20050728164452.064d3de0@localhost> <5.1.0.14.2.20050728165422.0463cec0@localhost> <42E8E6A8.3020709@prohost.org> <42E8E7C5.2040603@caedmon.net> Subject: Re: [PHP-DEV] Re: SOAP SSL support doesn't work when allow_url_fopen is turned off From: jason.sweat@gmail.com (Jason Sweat) On 7/28/05, Sean Coates wrote: > >> That won't work, eval() is not a function... > > > > Ah yes, you're right... I guess we do need another INI setting. >=20 > Or constructs-that-look-like-functions could be governed by > disable_functions (eval, echo).. that would cause other problems (like a > disabled "return"), though. >=20 > S I think Zeev's earlier comment about "If their aim is that good, they deserve to be shot in the foot" applies equally well to "disabled "return" " Regards, Jason