Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51335 invoked from network); 9 Jan 2017 10:10:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2017 10:10:58 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.210.171 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.210.171 mail-wj0-f171.google.com Received: from [209.85.210.171] ([209.85.210.171:33716] helo=mail-wj0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/77-31343-EA163785 for ; Mon, 09 Jan 2017 05:10:57 -0500 Received: by mail-wj0-f171.google.com with SMTP id kq3so17187172wjc.0 for ; Mon, 09 Jan 2017 02:10:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ReQ/fMK95PmhZjGodEs1YY7IqYFyYghcCe1kOsUZGXM=; b=tDyiNzqBuzPGrCJFlnKzqzvZBcKoCypUvnuR2Tm/loSEOFtlmhY/r/PlQ6oFx2+Ug8 6w+riLQrTVVJHstTLXrMY4De/9wBZ3lLH5kO97FDNz0iN0ZBz974pkbpA7B7vXBZMR1R +MUkdWemLTuovNgfqwQAk2d/AZ5uEs9mCM8A432gn/8SJBVWsIZ2d0mwPO6Dz1+60hwR Ss6SUDX+9Xi1BVo1FWzKMPwhH4sTaK0/xKgStrRhpghALx77gVWO+dBzjyhtoTt2a/0K hl1ShO/5GWCta39xdc6REiF/Z75BIzc7wEQrolWO5LDIE7y1Ze+fLmxxoTWSaT+N5fqi J0WA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ReQ/fMK95PmhZjGodEs1YY7IqYFyYghcCe1kOsUZGXM=; b=olpbeuaUb3hqWSPdN6feCOSgcFct6QxvB5A7ZF93xILZ7zCrphqj4kOXPlERAkuSnN 79G5gtIRpOlTVHCKliH/iFb6DPsW7OzA27nObERyI1kIGPZKPxIW+LP2n9B7rE1qdm4Q eJZ3MlC1Tn/1pzQilbzbmSSzhBuIH6nuhSPvfFwgDBY0hqMMkw0giYvH8xntx2a8ECRG B7x0u3QvjLqqAmQUVMhHBS5GPxgzllLJbwFI8KS12E9lvj7hC4yMoqBD+vtCbaOsO4Q2 RBCMW/60g4l1j1RjIKFaZQ0XfjDTvSv3RXkVCPp2tN9SppCaJYk6U+9PO5TnGzEZwFro J/kg== X-Gm-Message-State: AIkVDXKlsJu3fovv6Qa3F9AyQjVvcQnJjM+lKaJMnuy8Q5UAWsK84XDwNi4kYj1N1gmqZinQxOks+lo7ypBl9w== X-Received: by 10.194.62.136 with SMTP id y8mr1571410wjr.224.1483956651749; Mon, 09 Jan 2017 02:10:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.176.4 with HTTP; Mon, 9 Jan 2017 02:10:51 -0800 (PST) X-Originating-IP: [86.178.168.203] In-Reply-To: References: Date: Mon, 9 Jan 2017 10:10:51 +0000 Message-ID: To: "Christoph M. Becker" Cc: PHP Internals List Content-Type: multipart/alternative; boundary=047d7bacb39e1717d10545a6958b Subject: Re: [PHP-DEV] ext/xml: libexpat support still useful? From: pthreads@pthreads.org (Joe Watkins) --047d7bacb39e1717d10545a6958b Content-Type: text/plain; charset=UTF-8 Morning Christoph, It is not clear what has been deprecated: > 21 June 2016, Expat 2.2.2 released Can you dig about some more and find out what's going on exactly please ? Cheers Joe [1] http://www.libexpat.org/ On Sun, Jan 8, 2017 at 11:02 PM, Christoph M. Becker wrote: > Hi! > > Due to I've noticed: > > $ ./configure --help | grep expat | grep XML: > --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated) > > This deprecation note is apparently present as of PHP 5.0.0 at least. > So I wonder whether there's a good reason to still support libexpat, > especially as some behavior of the XML extension depends on the > underlying library. It seems to me we could reduce the maintaince > burden by removing libexpat support altogether. > > Thoughts? > > -- > Christoph M. Becker > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7bacb39e1717d10545a6958b--