pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/php70



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec  6 15:17:31 UTC 2015

Added Files:
        pkgsrc/lang/php70: DESCR MESSAGE Makefile Makefile.common Makefile.php
            PLIST buildlink3.mk distinfo
        pkgsrc/lang/php70/patches: patch-acinclude.m4 patch-configure
            patch-ext_gd_config.m4 patch-ext_imap_config.m4
            patch-ext_opcache_config.m4 patch-ext_pdo__mysql_config.m4
            patch-ext_pdo_config.m4 patch-ext_phar_Makefile.frag
            patch-ext_phar_phar_phar.php patch-ext_sqlite3_libsqlite_sqlite3.c
            patch-ext_standard_basic__functions.c patch-makedist
            patch-php.ini-development patch-php.ini-production
            patch-run-tests.php patch-sapi_cgi_Makefile.frag
            patch-sapi_fpm_fpm_events_port.c patch-sapi_fpm_php-fpm.conf.in

Log Message:
Add php70 version 7.0.0 (PHP 7.0.0).

PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements
and new features such as

* Improved performance: PHP 7 is up to twice as fast as PHP 5.6
* Significantly reduced memory usage
* Abstract Syntax Tree
* Consistent 64-bit support
* Improved Exception hierarchy
* Many fatal errors converted to Exceptions
* Secure random number generator
* Removed old and unsupported SAPIs and extensions
* The null coalescing operator (??)
* Return and Scalar Type Declarations
* Anonymous Classes
* Zero cost asserts


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php70/DESCR pkgsrc/lang/php70/MESSAGE \
    pkgsrc/lang/php70/Makefile pkgsrc/lang/php70/Makefile.common \
    pkgsrc/lang/php70/Makefile.php pkgsrc/lang/php70/PLIST \
    pkgsrc/lang/php70/buildlink3.mk pkgsrc/lang/php70/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php70/patches/patch-acinclude.m4 \
    pkgsrc/lang/php70/patches/patch-configure \
    pkgsrc/lang/php70/patches/patch-ext_gd_config.m4 \
    pkgsrc/lang/php70/patches/patch-ext_imap_config.m4 \
    pkgsrc/lang/php70/patches/patch-ext_opcache_config.m4 \
    pkgsrc/lang/php70/patches/patch-ext_pdo__mysql_config.m4 \
    pkgsrc/lang/php70/patches/patch-ext_pdo_config.m4 \
    pkgsrc/lang/php70/patches/patch-ext_phar_Makefile.frag \
    pkgsrc/lang/php70/patches/patch-ext_phar_phar_phar.php \
    pkgsrc/lang/php70/patches/patch-ext_sqlite3_libsqlite_sqlite3.c \
    pkgsrc/lang/php70/patches/patch-ext_standard_basic__functions.c \
    pkgsrc/lang/php70/patches/patch-makedist \
    pkgsrc/lang/php70/patches/patch-php.ini-development \
    pkgsrc/lang/php70/patches/patch-php.ini-production \
    pkgsrc/lang/php70/patches/patch-run-tests.php \
    pkgsrc/lang/php70/patches/patch-sapi_cgi_Makefile.frag \
    pkgsrc/lang/php70/patches/patch-sapi_fpm_fpm_events_port.c \
    pkgsrc/lang/php70/patches/patch-sapi_fpm_php-fpm.conf.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index