Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50340 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38935 invoked from network); 18 Nov 2010 10:51:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 10:51:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:46903] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/67-32235-A2505EC4 for ; Thu, 18 Nov 2010 05:51:24 -0500 Received: by qwi4 with SMTP id 4so426448qwi.29 for ; Thu, 18 Nov 2010 02:51:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=EJVDzlCVXKsHlG0J7YjsiDhH1qM4CYYpDS1wO1GBMcw=; b=h0uBt2dOATZlx36eywi3/HvCwdWrTYP9uPdkgqVL5xQI+gb300NkPjSSZHmPSl+bn/ //UxSd3qVXOLNhUW5REbQZu0cUmxzreSyJcjVQG16ft2PM0d/0HRO8wgg83SdoeMxWAH K2T6meGm00vEMrBbWlHGWd/b/YA+1lr1rv+gM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=EBAlP1/MYOEom67GQMJpRtWWJ/BebeyYcvSlQTDmWIIrd1EqtpnKMyOgwEu7dGE5ES Ow9n4TNL9yi5KVmfdMA6es4tb3es/YpMTQ1KZkM7n8x8/nU/uTEgUwxFCaJNV6IAB7LZ gXQRKf9J1DckQpQGWh/RLrggm2fdmlxVMOO9E= MIME-Version: 1.0 Received: by 10.224.54.134 with SMTP id q6mr448842qag.278.1290077478496; Thu, 18 Nov 2010 02:51:18 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.220.185.69 with HTTP; Thu, 18 Nov 2010 02:51:18 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Nov 2010 11:51:18 +0100 X-Google-Sender-Auth: gqBugYx1WjqHBhQqWSFuUppYXiA Message-ID: To: Ferenc Kovacs Cc: Patrick ALLAERT , Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Magic quotes in trunk From: kalle@php.net (Kalle Sommer Nielsen) 2010/11/18 Ferenc Kovacs : > by your logic, the same goes for register_globals and for the other > deprecated stuff, that we wanted to remove with the next major version. > maybe we should look this the other way around: if we agree that this things > have to go, and the only thing which blocks that is the version number, then > maybe we should ship something > 5 (see my previous mail) All of these so called legacy features (in my perspective) except magic_quotes were removed: http://php.net/php6news and as Jani noted, its on by default if no php.ini file is used (hardcoded into the binary to fallback to "On") -- regards, Kalle Sommer Nielsen kalle@php.net