Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80239 invoked from network); 26 Apr 2012 14:09:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2012 14:09:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=j.boggiano@seld.be; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=j.boggiano@seld.be; sender-id=pass Received-SPF: pass (pb1.pair.com: domain seld.be designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: j.boggiano@seld.be X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:36467] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/B4-54822-A07599F4 for ; Thu, 26 Apr 2012 10:09:15 -0400 Received: by eaao10 with SMTP id o10so313567eaa.29 for ; Thu, 26 Apr 2012 07:09:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=k9FT03XQHB0S85hB6lmEs7y7/5J8tfT5Lw4MNk7Cbik=; b=n+RNJWcLXTMeTxTcMYFPnnGkrmyQnm4m/NkNc+cDSGbm/C3wBfInabDCogBQDsgJ+5 hafm+xRLmVk8RhH+hpVCOuf8TaCDGBcgabO2VaAFfYCmOUmcfAqQ4rMNBj7WJHHcXX7/ w80wV+Zo2RGFhO9Y/f7KcRc15hXLiJ6W6V0eLZVyTBJ8WkXPrFxaz6Ak/4vG8MM/aTA9 HMNBQjPyeSdAvCrc7uOP7TcgP9dNFSCvp4EPFSxx0tb8jTF63Ed4kOTe5i5E2nfE6l29 hn+QFo3//hHFPsN/AjcegzopxjADL1c1kXvb9FiKO+Xsp011bD2QKtfUDr/F6ivGvvAe AJWg== Received: by 10.14.95.136 with SMTP id p8mr1629865eef.125.1335449352020; Thu, 26 Apr 2012 07:09:12 -0700 (PDT) Received: from [10.150.0.130] (178-83-215-33.dynamic.hispeed.ch. [178.83.215.33]) by mx.google.com with ESMTPS id e56sm15025768eea.11.2012.04.26.07.09.10 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Apr 2012 07:09:11 -0700 (PDT) Message-ID: <4F99570E.4030603@seld.be> Date: Thu, 26 Apr 2012 16:09:18 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Christian Stocker CC: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , "internals@lists.php.net" References: <4F956B74.4040104@seld.be> <1335197218.7272.109.camel@guybrush> <4F994F0A.4080001@seld.be> <4F995291.8040507@liip.ch> In-Reply-To: <4F995291.8040507@liip.ch> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkXQKKW10JP2qpo3ROmEae1lwtCSY9D6imwl15pbcpT4A2jgtm2LnZtrFiEq16Z//o8OgQ6 Subject: Re: [PHP-DEV] Extension versions From: j.boggiano@seld.be (Jordi Boggiano) On 26.04.2012 15:50, Christian Stocker wrote: > dom has the version 20031129 which is greater than 5. Not sure if anyone > really checks against that, since not much changed there since obviously > 2003 ;) Yup it's the only one I noticed but since it's fairly well established, usually you don't need to check if it's there (AFAIK). > But the problem with extensions like dom is the used libxml version > which actually causes problems, not the version of the extension itself. > There's a bug in libxml < 2.7.0 which can hit you hard for certain > namespaces. So getting just the version number won't help you here. > > But that's not something we have to take care of IMHO, one can get that > information with LIBXML_VERSION or LIBXML_DOTTED_VERSION True, and maybe we should actually expose libxml and other bundled libs as packages too via Composer. Could be handy. Cheers -- Jordi Boggiano @seldaek - http://nelm.io/jordi