Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43067 invoked by uid 1010); 6 Feb 2008 20:21:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43051 invoked from network); 6 Feb 2008 20:21:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2008 20:21:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.166.176 py-out-1112.google.com Received: from [64.233.166.176] ([64.233.166.176:11909] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/9B-03555-AA61AA74 for ; Wed, 06 Feb 2008 15:20:59 -0500 Received: by py-out-1112.google.com with SMTP id u77so3182519pyb.16 for ; Wed, 06 Feb 2008 12:20:56 -0800 (PST) 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0+M73qFpaPU+8WQJ9I3TPH+E/M6ilbrtyTrrk3HgNZQ=; b=A9njugMM+qW0D5HM3S3BwoXm2G8I7o1huwF7YGLM9SAhLsc1A+frc3lj8ofxUqQdOGRR/tQvveMmqMVHuHJEQIlGhwqwyT85ZFdK+97JInRJKppovs7Kke9sopZfg26V031XREN0NZe2xqGcynO4ze0OZjRp1y/wLY99ccSNI3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G3F+K2gvL5XVlD4WQV6VTOo7tnlgD2sEs22geYr4o9vhxDVIASP/uPnrMh/WK6QuGn58Jwsj/cJwpi/ih4FvZbVWmds0rAn3V35G05dBqvnucpFambKhzOwOPu+Vvduqsb30bdx8D0VQfOxosu7OwjQl1yPIhocS7SkDsp9vPE8= Received: by 10.64.242.5 with SMTP id p5mr14841418qbh.80.1202329254373; Wed, 06 Feb 2008 12:20:54 -0800 (PST) Received: by 10.64.96.3 with HTTP; Wed, 6 Feb 2008 12:20:54 -0800 (PST) Message-ID: <7d5a202f0802061220x5cd831b0l76e5a06fb659b69e@mail.gmail.com> Date: Wed, 6 Feb 2008 17:20:54 -0300 To: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: judas.iscariote@gmail.com ("Cristian Rodriguez") 2008/2/6, Derick Rethans : > I don't care that much, but I think it would matter if the functions > just are there and return false (so -1). > > for set_magic_quotes_runtime(), if "true" is passed, it should still > throw a fatal error, if "false" is passed it should not (or actually 1 yes if set_magic_quotes_runtime(true), a big fatal error ( under no circustance a warning or notice) , if "false" it should emit either an E_NOTICE or E_STRICT telling the magic_quotes_runtime is deprecated and that using set_magic_quotes_runtime has no effect. Although I still think this functions should be removed. -- http://www.cristianrodriguez.net