Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67077 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87138 invoked from network); 12 Apr 2013 21:31:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2013 21:31:53 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:51738] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/E5-53062-74D78615 for ; Fri, 12 Apr 2013 17:31:52 -0400 Received: by mail-lb0-f172.google.com with SMTP id u10so3068974lbi.31 for ; Fri, 12 Apr 2013 14:31:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=wlDTiZSRTR4tR99dLkQwNKH5V2JuPJpreDYv1HYmHM0=; b=JiBa0iYABbgnVmpEfG+EEMnepARS5JW8AEMIc+YFdPq99kt/f3YcfMha/BBfNUj89w 9v2Dk79yPi0GhSr/6Qa9XIyzl6tFgnfMVoGtCfK+Wg9TOQJvsgpoFWQtl7+5Uejzrutr Px/kD/ewL36nDd13LasfKUv5QF5p5FhWe7MMAI1FqUY926CIp8BJXINXGgeOM0SIX9YU eoejgV1uCw3MaxqROE0q0nIOw+UdlhgF9J84+p4sB+Kll+nRwB1vcwXBZM1ZjrlDU2zN Pimv9vWsTwxwb/7RIsPYt0TIbFj87UOHTasDqmHYEGci8ubFHm/jckGZTtJ7Npms5/ro xRxg== MIME-Version: 1.0 X-Received: by 10.112.199.104 with SMTP id jj8mr6139766lbc.20.1365802308809; Fri, 12 Apr 2013 14:31:48 -0700 (PDT) Received: by 10.114.63.108 with HTTP; Fri, 12 Apr 2013 14:31:48 -0700 (PDT) In-Reply-To: <516875E8.1010007@sugarcrm.com> References: <1365159067.2152.2691.camel@guybrush> <1365754071.8768.118.camel@guybrush> <516875E8.1010007@sugarcrm.com> Date: Fri, 12 Apr 2013 14:31:48 -0700 Message-ID: To: Stas Malyshev Cc: =?UTF-8?Q?Johannes_Schl=C3=BCter?= , Julien Pauli , Kalle Sommer Nielsen , Pierre Joye , Pierrick Charron , Xinchen Hui , Leigh , Laruence , Ferenc Kovacs , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Apr 12, 2013 at 2:00 PM, Stas Malyshev wrote: > Hi! > >> 5.3 users might depend on some part of the behavior and have learned to >> live with bugs. We shouldn't kick "features" at this stage. > > I agree, for 5.4 too. We had it for a long time, and however buggy or > broken it is, there might be people that use it, and stable version > implies promise they can keep using it. So we should leave stable > versions alone, unless the breakage is so big that it endangers the user > - which is not the case, AFAIK. I don't know who suggested getting rid of it in 5.3 or 5.4, that is ofcourse seriously stupid thing to do. The original request was to kill it dead in 5.5, and remove the constant again from 5.3 and 5.4. -Hannes