delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:reply-to:message-id:from:to:date:subject; q= | |
dns; s=default; b=l7iMjhSJMN/TDjwVMzfkocJkj9rj5n0f3rReJtuQGZ0ofc | |
dy+UQe6IRpMhST3JQtD6dVZemgQyQrFam9pVtqR7Uaf1/U0UP7y7v1hHcNYJMauM | |
sUsmxVDJik/DRQ/t0R6ar9ETQ8utED7UW7YxBoWCisxVlKVIwwGJVkeFAtk+8= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:reply-to:message-id:from:to:date:subject; s= | |
default; bh=8UfNwYPWxxY2q6J5MmT6t8MpyTc=; b=TD6kq45j37wt0BmsDAcP | |
4QEexDRcwrrl8leCPhKtYG9cjE/p4V9klv8ny3vmUQXOU2Hlzpsrf3vJw6ak/21g | |
P/h6FgQ1Db7t22HxzkzCr82tshy6S3IFUOFvdFEeXLm9GH/0CnJWBcV4ZoNKDIAo | |
RFrnKHkufWFDGYgYSUK1RA8= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-0.9 required=5.0 tests=ALL_TRUSTED,BAYES_00,LIKELY_SPAM_BODY autolearn=no version=3.3.2 spammy=numerous, PHP, general-purpose, generalpurpose |
X-HELO: | localhost.localdomain |
Reply-To: | cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
Message-Id: | <announce.201611252003.uAPK3oLA012199@int-mx13.intmail.prod.int.phx2.redhat.com> |
From: | Yaakov Selkowitz <yselkowitz AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Date: | Fri, 25 Nov 2016 13:56:23 -0600 |
Subject: | [ANNOUNCEMENT] php 7.0.13-1 |
X-IsSubscribed: | yes |
The following packages have been uploaded to the Cygwin distribution: * php-7.0.13-1 * php-devel-7.0.13-1 * httpd-mod_php7-7.0.13-1 * php-bcmath-7.0.13-1 * php-bz2-7.0.13-1 * php-calendar-7.0.13-1 * php-ctype-7.0.13-1 * php-curl-7.0.13-1 * php-dba-7.0.13-1 * php-enchant-7.0.13-1 * php-exif-7.0.13-1 * php-fileinfo-7.0.13-1 * php-ftp-7.0.13-1 * php-gd-7.0.13-1 * php-gettext-7.0.13-1 * php-gmp-7.0.13-1 * php-iconv-7.0.13-1 * php-imap-7.0.13-1 * php-json-7.0.13-1 * php-ldap-7.0.13-1 * php-intl-7.0.13-1 * php-mbstring-7.0.13-1 * php-mcrypt-7.0.13-1 * php-mysqli-7.0.13-1 * php-odbc-7.0.13-1 * php-opcache-7.0.13-1 * php-pdo_dblib-7.0.13-1 * php-pdo_mysql-7.0.13-1 * php-pdo_odbc-7.0.13-1 * php-pdo_pgsql-7.0.13-1 * php-pdo_sqlite-7.0.13-1 * php-pgsql-7.0.13-1 * php-phar-7.0.13-1 * php-posix-7.0.13-1 * php-pspell-7.0.13-1 * php-recode-7.0.13-1 * php-shmop-7.0.13-1 * php-simplexml-7.0.13-1 * php-soap-7.0.13-1 * php-sqlite3-7.0.13-1 * php-sockets-7.0.13-1 * php-sysvmsg-7.0.13-1 * php-sysvsem-7.0.13-1 * php-sysvshm-7.0.13-1 * php-tidy-7.0.13-1 * php-tokenizer-7.0.13-1 * php-wddx-7.0.13-1 * php-xmlreader-7.0.13-1 * php-xmlrpc-7.0.13-1 * php-xmlwriter-7.0.13-1 * php-xsl-7.0.13-1 * php-zip-7.0.13-1 * php-zlib-7.0.13-1 PHP (recursive acronym for 'PHP: Hypertext Preprocessor') is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This is an upgrade to the latest major stable release, with numerous changes: https://secure.php.net/migration70 Notable packaging changes include: * The configuration files have been rearranged into version-agnostic locations. * The standalone php-jsonc is replaced by php-json. * The php-mysql extension was removed; php-mysqli replaces it. * The php-mssql and php-sybase_ct extensions were removed; use php-pdo_dblib or php-odbc instead. * mod_php7 replaces mod_php5. Due to a lack of PHP 7 support in SWIG, many third-party PHP bindings are not only binary incompatible with this version but will no longer build. These will be removed from future releases of such packages. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |