From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124691 invoked by alias); 29 May 2015 21:49:48 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 122086 invoked by uid 89); 29 May 2015 21:49:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,LIKELY_SPAM_BODY,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <1432936155.13692.26.camel@cygwin.com> Subject: Updated: php-5.6.9-4 From: Yaakov Selkowitz To: cygwin-announce Date: Fri, 29 May 2015 21:49:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-05/txt/msg00075.txt.bz2 The following packages have been updated in the Cygwin distribution: * php-5.6.9-4 * httpd-mod_php5-5.6.9-4 * php-bcmath-5.6.9-4 * php-bz2-5.6.9-4 * php-calendar-5.6.9-4 * php-ctype-5.6.9-4 * php-curl-5.6.9-4 * php-dba-5.6.9-4 * php-devel-5.6.9-4 * php-enchant-5.6.9-4 * php-exif-5.6.9-4 * php-fileinfo-5.6.9-4 * php-ftp-5.6.9-4 * php-gd-5.6.9-4 * php-gettext-5.6.9-4 * php-gmp-5.6.9-4 * php-iconv-5.6.9-4 * php-imap-5.6.9-4 * php-intl-5.6.9-4 * php-ldap-5.6.9-4 * php-mbstring-5.6.9-4 * php-mcrypt-5.6.9-4 * php-mssql-5.6.9-4 * php-mysql-5.6.9-4 * php-mysqli-5.6.9-4 * php-odbc-5.6.9-4 * php-opcache-5.6.9-4 * php-pdo_dblib-5.6.9-4 * php-pdo_mysql-5.6.9-4 * php-pdo_odbc-5.6.9-4 * php-pdo_sqlite-5.6.9-4 * php-pgsql-5.6.9-4 * php-phar-5.6.9-4 * php-posix-5.6.9-4 * php-pspell-5.6.9-4 * php-recode-5.6.9-4 * php-shmop-5.6.9-4 * php-simplexml-5.6.9-4 * php-soap-5.6.9-4 * php-sockets-5.6.9-4 * php-sqlite3-5.6.9-4 * php-sybase_ct-5.6.9-4 * php-sysvmsg-5.6.9-4 * php-sysvsem-5.6.9-4 * php-sysvshm-5.6.9-4 * php-tidy-5.6.9-4 * php-tokenizer-5.6.9-4 * php-wddx-5.6.9-4 * php-xmlreader-5.6.9-4 * php-xmlrpc-5.6.9-4 * php-xmlwriter-5.6.9-4 * php-xsl-5.6.9-4 * php-zip-5.6.9-4 * php-zlib-5.6.9-4 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 release includes several packaging changes: * an init script has been added for php-fpm for running as a system service. * php-fpm.conf is installed with a default configuration. * The HTTPD config have been modified to take into account that mod_php5 can only be used with the prefork MPM (now that worker is also available). * The HTTPD config has been moved into the main package, allowing php-fpm to be used with httpd without mod_php5 installed; only a conditional LoadModule directive is packaged with mod_php5. -- Yaakov