Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72706 invoked from network); 18 Jul 2011 23:02:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2011 23:02:11 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:35273] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/92-57459-666B42E4 for ; Mon, 18 Jul 2011 18:40:38 -0400 Received: by wyf22 with SMTP id 22so1605446wyf.29 for ; Mon, 18 Jul 2011 15:40:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=0SmXd9hDDdvPaUytMkUX8OlTntLAlm0G7o9nUSumlFI=; b=IC+9D3s0tQ0o1ClOR8wVeGxK4fPpWaI4d8bzty93uoRNnvBKDqw3ZmklWTWaM6JXCp +w8YvOlQxPudW+N2HCX1cRqzy1QW4iVPmmeK92v8rBhb94ojvU9JnXBjKJwfySws1RSR ZA1rXXGUd66goVbICEY0mReHL71Z6A6i8jSHU= Received: by 10.216.160.68 with SMTP id t46mr6019945wek.5.1311028834789; Mon, 18 Jul 2011 15:40:34 -0700 (PDT) Received: from [192.168.1.26] (113.Red-83-32-9.dynamicIP.rima-tde.net [83.32.9.113]) by mx.google.com with ESMTPS id r56sm2620799weq.15.2011.07.18.15.40.32 (version=SSLv3 cipher=OTHER); Mon, 18 Jul 2011 15:40:33 -0700 (PDT) Message-ID: <4E24B7AA.20309@gmail.com> Date: Tue, 19 Jul 2011 00:46:02 +0200 User-Agent: Thunderbird MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List References: <20110718143939.GB23368@panix.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Magic Quotes in PHP, the Finalle From: keisial@gmail.com ("=?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?=") Derick Rethans wrote: > "Raise E_DEPRECATED when running the CGI or any web server SAPI and a > php.ini file does not contain “magic_quotes_gpc = Off”." > > and > > "Raise E_ERROR when running the CGI or any web server SAPI and a php.ini > file does not contain “magic_quotes_gpc = Off”." > > Doesn't that mean that anybody not running a php.ini file will just > always get this warning/error? I wouldn't want that as a php.ini file > should be optional. > > cheers, > Derick That's also a big concern for me. PHP should not fail if one configuration line is missing from the file.