diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2016-10-08 09:16:09 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2016-10-08 09:16:09 +0000 |
commit | d7343d3343a8771d9ff4fc797869898992c2c4d5 (patch) | |
tree | 1dac39f5b0c30aea0405a8ff493ab43f14b33b80 /lang | |
parent | b2de141340affc2ea42c37ad56b02fef4fbde122 (diff) | |
download | pkgsrc-d7343d3343a8771d9ff4fc797869898992c2c4d5.tar.gz |
Update php71 to 7.1.0RC3
Changes:
- Core:
. Fixed bug #73156 (segfault on undefined function). (Dmitry)
. Fixed bug #73163 (PHP hangs if error handler throws while accessing undef
const in default value). (Nikita)
. Fixed bug #73172 (parse error: Invalid numeric literal). (Nikita, Anatol)
. Fixed bug #73181 (parse_str() without a second argument leads to crash).
(Nikita)
- COM:
. Fixed bug #73126 (Cannot pass parameter 1 by reference). (Anatol)
. Fixed bug #69579 (Invalid free in extension trait). (John Boehr)
- GD:
. Fixed bug #50194 (imagettftext broken on transparent background w/o
alphablending). (cmb)
. Fixed bug #73003 (Integer Overflow in gdImageWebpCtx of gd_webp.c). (trylab,
cmb)
. Fixed bug #53504 (imagettfbbox gives incorrect values for bounding box).
(Mark Plomer, cmb)
. Fixed bug #73157 (imagegd2() ignores 3rd param if 4 are given). (cmb)
. Fixed bug #73155 (imagegd2() writes wrong chunk sizes on boundaries). (cmb)
. Fixed bug #73159 (imagegd2(): unrecognized formats may result in corrupted
files). (cmb)
. Fixed bug #73161 (imagecreatefromgd2() may leak memory). (cmb)
- JSON:
. Fixed bug #73113 (Segfault with throwing JsonSerializable). (julien)
- PCRE:
. Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported
on s390). (Anatol)
- PDO_DBlib:
. Fixed bug #72414 (Never quote values as raw binary data). (Adam Baratz)
. Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz)
. Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions.
(Adam Baratz)
. Add common PDO test suite. (Adam Baratz)
. Free error and message strings when cleaning up PDO instances.
(Adam Baratz)
. Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows
in current rowset haven't been fetched). (Peter LeBrun)
. Ignore potentially misleading dberr values. (Chris Kings-Lynne)
- phpdbg:
. Added generator command for inspection of currently alive generators. (Bob)
- Reflection
. Undo backwards compatiblity break in ReflectionType->__toString() and
deprecate via documentation instead. (Nikita)
- Session:
. Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
(cmb)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php71/distinfo | 12 | ||||
-rw-r--r-- | lang/php71/patches/patch-ext_pcre_pcrelib_config.h | 13 |
3 files changed, 15 insertions, 14 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index be06633f7ea..eceabd8aa1b 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.158 2016/09/17 08:36:50 taca Exp $ +# $NetBSD: phpversion.mk,v 1.159 2016/10/08 09:16:09 jdolecek Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.26 PHP70_VERSION= 7.0.11 -PHP71_VERSION= 7.1.0RC2 +PHP71_VERSION= 7.1.0RC3 # Define initial release of major version. PHP56_RELDATE= 20140828 diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 428f91fd2d3..a124f9f2793 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.6 2016/09/17 07:59:59 taca Exp $ +$NetBSD: distinfo,v 1.7 2016/10/08 09:16:09 jdolecek Exp $ -SHA1 (php-7.1.0RC2.tar.bz2) = 11a469d6e5cd7467ccde9eafa7da5f18958d3f58 -RMD160 (php-7.1.0RC2.tar.bz2) = 2e3f8615a74f7cd288e5bc98c8f8f3583ad69004 -SHA512 (php-7.1.0RC2.tar.bz2) = 8ac3246c9d2816c54eb4c4f75f548e4446f3ff9c76ef2688b47ad6c985e59bfa316415fb9607d9dd2562c7ec199ee5711e99c79dad43b263b2959375f996eb1b -Size (php-7.1.0RC2.tar.bz2) = 15550341 bytes +SHA1 (php-7.1.0RC3.tar.bz2) = e12ba1e7adaba8f69e60b89277c7d0f9d858762e +RMD160 (php-7.1.0RC3.tar.bz2) = 903a92ae604d0c6c531cb335dcf87acfff47004b +SHA512 (php-7.1.0RC3.tar.bz2) = 63b06efbe28577760127db42101a16a5bcb7ce0a5be05777749f514e7c8487dbdfc44f3e10ea2e31e9de8a7c8c7506b93d99f4155f2a2a757808e9987213c74f +Size (php-7.1.0RC3.tar.bz2) = 15595095 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f SHA1 (patch-ext_imap_config.m4) = f4e10ab81697b72019313f63bc630627a08efd92 -SHA1 (patch-ext_pcre_pcrelib_config.h) = 0cb05c3b3bfafd8119cf43162c0f4db7f5b37ba8 +SHA1 (patch-ext_pcre_pcrelib_config.h) = c5fba95856628f68639fe63feeef04a5f83d3916 SHA1 (patch-ext_pdo__mysql_config.m4) = b1ef91be5a729040197e9af50da0f5fd1f6c90a8 SHA1 (patch-ext_pdo_config.m4) = 522281775cc0e70a135b1f813158988ef1f3e244 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 diff --git a/lang/php71/patches/patch-ext_pcre_pcrelib_config.h b/lang/php71/patches/patch-ext_pcre_pcrelib_config.h index 0607cf9e5ea..74ef344b230 100644 --- a/lang/php71/patches/patch-ext_pcre_pcrelib_config.h +++ b/lang/php71/patches/patch-ext_pcre_pcrelib_config.h @@ -1,11 +1,11 @@ -$NetBSD: patch-ext_pcre_pcrelib_config.h,v 1.1 2016/08/04 14:09:03 jdolecek Exp $ +$NetBSD: patch-ext_pcre_pcrelib_config.h,v 1.2 2016/10/08 09:16:09 jdolecek Exp $ ---- ext/pcre/pcrelib/config.h.orig 2016-02-02 16:32:32.000000000 +0000 +--- ext/pcre/pcrelib/config.h.orig 2016-09-29 02:15:39.000000000 +0000 +++ ext/pcre/pcrelib/config.h -@@ -397,7 +397,20 @@ them both to 0; an emulation function wi - #undef SUPPORT_GCOV +@@ -400,8 +400,21 @@ them both to 0; an emulation function wi /* Define to any value to enable support for Just-In-Time compiling. */ + #if HAVE_PCRE_JIT_SUPPORT -#define SUPPORT_JIT +#if defined(__i386__) || defined(__i386) \ +|| defined(__x86_64__) \ @@ -19,8 +19,9 @@ $NetBSD: patch-ext_pcre_pcrelib_config.h,v 1.1 2016/08/04 14:09:03 jdolecek Exp +|| defined(__mips64) \ +|| defined(__sparc__) || defined(__sparc) \ +|| defined(__tilegx__) -+ #define SUPPORT_JIT -+#endif ++ #define SUPPORT_JIT + #endif ++#endif /* HAVE_PCRE_JIT_SUPPORT */ /* Define to any value to allow pcregrep to be linked with libbz2, so that it is able to handle .bz2 files. */ |