Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90116 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37605 invoked from network); 5 Jan 2016 17:48:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2016 17:48:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.54 mail-lf0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:34430] helo=mail-lf0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/BA-12097-FD10C865 for ; Tue, 05 Jan 2016 12:48:15 -0500 Received: by mail-lf0-f54.google.com with SMTP id y184so298563528lfc.1 for ; Tue, 05 Jan 2016 09:48:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=OtT7amSmtUvg4Ue61aJoWWS+JQvPcmriDpwyAJj1r70=; b=G/Usb1nENx/ASFtmP9k4Gr7vPMZJv92ut0Kv8oBzHCDRrYi7Bb69vBaHoV5ql4dnS3 U/rNl0fnTGrcPDNYW0tIB+1usY6X8dqWIvrQGGRtSWRDYAHwFvESu7kImK3U7cv5BA/5 e9BPc8uwP/BGc2rKb7RJlIGx2NM+VKmQFdh6kJc+bpvmRmemaQEpmeGAdlblo2AF4/pR rsyplzK4MfdLImkj6x7uY3FIxJ86+SQiojqzxG/lnLDV828Dfi9/9EObXbDtKwQtTfxs Sxn2jisdYNTCEVKQ6nsxPuiSwxkNrusXe/M2YYwSNFLFY4OtKQMy/5TAdC8T9Oe7ibKn +tgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=OtT7amSmtUvg4Ue61aJoWWS+JQvPcmriDpwyAJj1r70=; b=Jl4iE9oTiWRgK9GPPRC3CANfXkl9QpznhGWD8wcOfOgQ6YBVkYTecZ5tMoUmflqvZv FryHvZfDWbT5HHa9HAIvzxgVWVhMRmfTwI/myESjaTX4VlcVHfdV24B6CEtaColZC8QN UBvM4sO/jU84PEU020nZ3QKIGsGlkPE0sANgbqgjENaRY9t4rP0gfTKFAV3l4reTDL7+ 7cyQVjVNzgUxpxGTs0fUByl8M0X0/H8jAT6iipe2rAs18XOCFMHM3AlY86fMrC0fSXL2 EKkbhOQXcbxKv+eFC0lIvGxmFiAu1lUaAl+1Mf9oWR7bqxdKQ1cnkM771Cmb5LHJK67D 262g== X-Gm-Message-State: ALoCoQmtSdg8U9ghWoZKt3g6N1gE9yNepLEDzbWjmPU4ZE8JDkz5+gbD8KQPtXjamAIXtDC6z8STqSoFEXXOKo7VlZOknve/TA== MIME-Version: 1.0 X-Received: by 10.25.28.80 with SMTP id c77mr32151768lfc.74.1452016091792; Tue, 05 Jan 2016 09:48:11 -0800 (PST) Sender: php@golemon.com Received: by 10.112.37.44 with HTTP; Tue, 5 Jan 2016 09:48:11 -0800 (PST) X-Originating-IP: [107.198.91.68] In-Reply-To: References: Date: Tue, 5 Jan 2016 09:48:11 -0800 X-Google-Sender-Auth: JG8npM9ZWr9E296P1Gw7mIcCTkQ Message-ID: To: Zeev Suraski Cc: Derick Rethans , Michael Heap , Junade Ali , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Deprecation of the Error Control Operator (@ symbol) From: pollita@php.net (Sara Golemon) On Tue, Jan 5, 2016 at 3:57 AM, Zeev Suraski wrote: >> From: Derick Rethans [mailto:derick@php.net] >> That's going to mean an INI setting.. that hosters could abuse. >> Having an INI setting like this as part of core is IMO not a great idea. > I honestly don't understand why that's a bad idea. There are a LOT of settings that hosters could abuse, but as a general rule they don't, because it breaks client apps and clients leave. A hoster could just as easily install XDebug and turn that setting on. Are they doing that? Or are you, Derick Rethans, suggesting that installing XDebug is a bad idea? ;) > I agree. Perhaps through a declare() statement instead? We could easily > make it file-based, so that the declare() statement only affects the local > file, or we could make it global for the entire request. > Eh, feels very tomato-tomato to me. Trading in a line in php.ini/.htaccess/index.php for a line in index.php. Ultimately I'm the wrong person to defend this since I don't personally have a need for it, I was just trying to offer compromises. For context, I do believe the person suggesting it was thinking in terms of "Finding that fatal error that's been supressed." -Sara