Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22783 invoked from network); 24 Apr 2012 16:11:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2012 16:11:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:56977] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/20-34190-FA0D69F4 for ; Tue, 24 Apr 2012 12:11:28 -0400 Received: by lbbgh12 with SMTP id gh12so652712lbb.29 for ; Tue, 24 Apr 2012 09:11:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=KKKkydVg/b6wOyC2d+EoAHrsaZT5VMOEd34txrTFNOo=; b=1HiT5upsyM46rBc2xXdDRcqkzOus85guIAvveOWA+tzcb828gmtCVcaFZKZIyJ3UiK Skmm+SpfCWOhyQgxSflMTBO7+9nIAEPVpZ4Fz7FhPGuNWp7IYKPObmf7ZcYSLIxrsqYV cOXJRrD3E52Hjljmy57MsKeQgDDu0wRpPuKf4vOhMPC2MpToR1A5qIcqdh3fagk/PXc4 payW9UuJWxYZyg5tj0FuSaziBuQg6xkUcRf+jjXPu3tNznHVhUaOYbLrXYiMwG/1gYBo 3aPz3tUzifEGuWazHIuNBb2B0n6NoLaPHXU4LWMpXtY6Qp9EatDeswhoKJc8Qy58ezhT HO2Q== MIME-Version: 1.0 Received: by 10.112.86.34 with SMTP id m2mr1389352lbz.38.1335283884914; Tue, 24 Apr 2012 09:11:24 -0700 (PDT) Received: by 10.152.115.71 with HTTP; Tue, 24 Apr 2012 09:11:24 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Apr 2012 17:11:24 +0100 Message-ID: To: Philip Olson Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] get_magic_quotes_gpc() returns false instead of 0 From: dragoonis@gmail.com (Paul Dragoonis) Happy to patch this once someone confirms this is a bug and not "changed behaviour" in 5.4. - Paul. On Tue, Apr 24, 2012 at 4:29 PM, Philip Olson wrote: > Hello everyone, > > The following bug report brings up a good point: > > =A0https://bugs.php.net/61784 > > The get_magic_quotes_gpc() function returns 0/1 before 5.4, but now > it returns boolean false. Instead it should return 0. Fixing this > feels like a bug fix, which would go in 5.4.1. Thoughts? > > Regards, > Philip > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >