Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95145 invoked by uid 1010); 13 Dec 2006 17:40:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95130 invoked from network); 13 Dec 2006 17:40:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Dec 2006 17:40:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.188 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.182.188 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.188] ([64.233.182.188:58285] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/F9-38081-DFA30854 for ; Wed, 13 Dec 2006 12:40:48 -0500 Received: by nf-out-0910.google.com with SMTP id l35so623736nfa for ; Wed, 13 Dec 2006 09:40:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iVofZ4OaCQiCKMPmfDbZDy/YwJwc6FncUxa40yhuQxEwaeEWhc6zJbrAqyNIq4MINDGTL8nKfIm/gOs8tmSuV7yJJ+CpkJR1sABQbJpRfDUhER4WZMpCthJuedFnaEU7sKxuFWY5UPJn+gE6K37XGDlFwVG9m96GGOIXtThwIro= Received: by 10.48.202.14 with SMTP id z14mr3199948nff.1166031610467; Wed, 13 Dec 2006 09:40:10 -0800 (PST) Received: by 10.48.212.10 with HTTP; Wed, 13 Dec 2006 09:40:10 -0800 (PST) Message-ID: <7f3ed2c30612130940u4e5b879ct6d427bfc1c782b38@mail.gmail.com> Date: Wed, 13 Dec 2006 18:40:10 +0100 To: "PHP internals" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Default INI values for deprecated directives From: hannes.magnusson@gmail.com ("Hannes Magnusson") Hi all I just noticed that we have magic_quotes_gpc, register_long_arrays and allow_call_time_pass_reference enabled by default (php.ini-dist/no ini). All three have been removed in HEAD (magic_quotes_gpc and register_long_arrays even raise E_CORE_ERROR) so I was wondering if it isn't time to disable them all in 5.2? -Hannes