pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php56



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov 24 15:37:08 UTC 2014

Added Files:
        pkgsrc/lang/php56: DESCR MESSAGE Makefile Makefile.common Makefile.php
            PLIST buildlink3.mk distinfo
        pkgsrc/lang/php56/patches: patch-acinclude.m4 patch-aclocal.m4
            patch-build_libtool.m4 patch-configure patch-ext_gd_config.m4
            patch-ext_imap_config.m4 patch-ext_mssql_php__mssql.c
            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 php56, PHP version 5.6.3.

THe main features of PHP 5.6:

* Constant scalar expressions.
* Variadic functions and argument unpacking using the ... operator.
* Exponentiation using the ** operator.
* Function and constant importing with the use keyword.
* phpdbg as an interactive integrated debugger SAPI.
* php://input is now reusable, and $HTTP_RAW_POST_DATA is deprecated.
* GMP objects now support operator overloading.
* File uploads larger than 2 gigabytes in size are now accepted.

Please refer for difference from oldre release:http://php.net/migration56.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php56/DESCR pkgsrc/lang/php56/MESSAGE \
    pkgsrc/lang/php56/Makefile pkgsrc/lang/php56/Makefile.common \
    pkgsrc/lang/php56/Makefile.php pkgsrc/lang/php56/PLIST \
    pkgsrc/lang/php56/buildlink3.mk pkgsrc/lang/php56/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/php56/patches/patch-acinclude.m4 \
    pkgsrc/lang/php56/patches/patch-aclocal.m4 \
    pkgsrc/lang/php56/patches/patch-build_libtool.m4 \
    pkgsrc/lang/php56/patches/patch-configure \
    pkgsrc/lang/php56/patches/patch-ext_gd_config.m4 \
    pkgsrc/lang/php56/patches/patch-ext_imap_config.m4 \
    pkgsrc/lang/php56/patches/patch-ext_mssql_php__mssql.c \
    pkgsrc/lang/php56/patches/patch-ext_opcache_config.m4 \
    pkgsrc/lang/php56/patches/patch-ext_pdo__mysql_config.m4 \
    pkgsrc/lang/php56/patches/patch-ext_pdo_config.m4 \
    pkgsrc/lang/php56/patches/patch-ext_phar_Makefile.frag \
    pkgsrc/lang/php56/patches/patch-ext_phar_phar_phar.php \
    pkgsrc/lang/php56/patches/patch-ext_sqlite3_libsqlite_sqlite3.c \
    pkgsrc/lang/php56/patches/patch-ext_standard_basic__functions.c \
    pkgsrc/lang/php56/patches/patch-makedist \
    pkgsrc/lang/php56/patches/patch-php.ini-development \
    pkgsrc/lang/php56/patches/patch-php.ini-production \
    pkgsrc/lang/php56/patches/patch-run-tests.php \
    pkgsrc/lang/php56/patches/patch-sapi_cgi_Makefile.frag \
    pkgsrc/lang/php56/patches/patch-sapi_fpm_fpm_events_port.c \
    pkgsrc/lang/php56/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