Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99584 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55629 invoked from network); 21 Jun 2017 08:03:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2017 08:03:53 -0000 Authentication-Results: pb1.pair.com header.from=jb@sqreen.io; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jb@sqreen.io; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain sqreen.io does not designate 209.85.128.170 as permitted sender) X-PHP-List-Original-Sender: jb@sqreen.io X-Host-Fingerprint: 209.85.128.170 mail-wr0-f170.google.com Received: from [209.85.128.170] ([209.85.128.170:35446] helo=mail-wr0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/69-13828-3682A495 for ; Wed, 21 Jun 2017 04:03:47 -0400 Received: by mail-wr0-f170.google.com with SMTP id y25so84299183wrd.2 for ; Wed, 21 Jun 2017 01:03:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sqreen-io.20150623.gappssmtp.com; s=20150623; h=from:mime-version:subject:message-id:date:to; bh=ItdZQco7iEskc8xunl+EKiiV+r97D27KeBUqvnufhBY=; b=KtpAkSphR3YOUsgfNxAJVM7h3ZVCq871IUNCVjApaUTNw8OX1eQn4rbzydXKFdszO5 g2P+8qXW8XTiA6p1/SVd1U5eXs7gciVXqaMGtOFppgwRvKeKymbjMbAzmtedC1I5FsCA uchHZp+DeXcCylpwjYNivRIZej/eqRIqbWrlg4dAMo+9lnHNTXkidVel1qmENcEkZSBB vvbjbBHOR7AiB6Di50O7dZIRH6SZOTJc+aOQJIrjDcuunMicTVcWxHg6sLWPOnnbXmvg XLJ1ZxrX3LLuL8OIUchhcKG8Up0r3eR58PpSdyyL7wGdKG45NocfARs42A6oru6pgCc1 s/og== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:message-id:date:to; bh=ItdZQco7iEskc8xunl+EKiiV+r97D27KeBUqvnufhBY=; b=JmtGRreXoBxRUG2hMKEkTOaSmr8d4wvDUsV2wF072QT3jg3AZZkkeDYyDH4aaBq1AR XFLSrrxQcIjXRzaK07105BBjVAut9e2zcwJfm1tWD0CxKFwMPiSCQpzQN0ZvRyuxrUaj FMHq6uwdsR4hYJXQ4Qluwj4F144eHrZPY1ZGLOzXJ5z3wXFMFzEiKGUUB7ZJbruXtKwE 1p54LK/FdrLXg0rEAsrdmSpxaE4pjQWeap7U95j5avyG2CVEuIa46+0dhU3vYacA2UkM LK0xkM8LK4o70l1HpOkirItnhdryDULS4i5vDpGEXVE2/P3tuk09l5tN83jnbBuNuHWS G7yQ== X-Gm-Message-State: AKS2vOzfR8ycWIzWvpnEJQWqVx0toXqUFIVXYUeeTkV4oHN96EgsAjLb kIiRcGJsbG294QykrdEL2A== X-Received: by 10.28.88.76 with SMTP id m73mr5836463wmb.71.1498032223417; Wed, 21 Jun 2017 01:03:43 -0700 (PDT) Received: from [192.168.0.39] (ip-117.net-89-2-71.rev.numericable.fr. [89.2.71.117]) by smtp.gmail.com with ESMTPSA id 21sm9840174wmi.34.2017.06.21.01.03.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Jun 2017 01:03:42 -0700 (PDT) Content-Type: multipart/alternative; boundary="Apple-Mail=_D2B6696A-2E9E-48AF-9CFE-9AC11F47D4F0" Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Message-ID: Date: Wed, 21 Jun 2017 10:03:41 +0200 To: internals@lists.php.net X-Mailer: Apple Mail (2.3273) Subject: PHP versions and extensions versions From: jb@sqreen.io (Jean-Baptiste Aviat) --Apple-Mail=_D2B6696A-2E9E-48AF-9CFE-9AC11F47D4F0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hello dear PHP internals! I=E2=80=99m looking for information about the PHP version (e.g. 7.1) = versus the API version (e.g. 320160303). The best way I found is to dig through the git history of this file: = Zend/zend_extensions.h For older versions I=E2=80=99ve found this nice doc, but it isn=E2=80=99t = up to date: = https://zend18.zendesk.com/hc/en-us/articles/217058968-PHP-Versions-and-AP= Is Would you have any neat documentation / source of information you could = recommend :)? Cheers, -- Jean-Baptiste Aviat | Sqreen = --Apple-Mail=_D2B6696A-2E9E-48AF-9CFE-9AC11F47D4F0--