pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update php55 package to 5.5.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e16a1b94784
branches:  trunk
changeset: 626567:8e16a1b94784
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 15 16:33:14 2013 +0000

description:
Update php55 package to 5.5.6.

14 Nov 2013, PHP 5.5.6

- Core:
  . Fixed bug #65947 (basename is no more working after fgetcsv in certain
    situation). (Laruence)
  . Improved performance of array_merge() and func_get_args() by eliminating
    useless copying. (Dmitry)
  . Fixed bug #65939 (Space before ";" breaks php.ini parsing).
    (brainstorm at nopcode dot org)
  . Fixed bug #65911 (scope resolution operator - strange behavior with $this).
    (Bob Weinand)
  . Fixed bug #65936 (dangling context pointer causes crash). (Tony)

- FPM:
  . Changed default listen() backlog to 65535. (Tony)

- MySQLi:
  . Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)

- OPcache
  . Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)
  . Fixed issue #115 (path issue when using phar). (Dmitry)
  . Fixed issue #149 (Phar mount points not working with OPcache enabled).
  (Dmitry)

- ODBC
  . Fixed bug #65950 (Field name truncation if the field name is bigger than
    32 characters). (patch submitted by: michael dot y at zend dot com, Yasuo)

- PDO:
  . Fixed bug #66033 (Segmentation Fault when constructor of PDO statement
    throws an exception). (Laruence)
  . Fixed bug 65946 (sql_parser permanently converts values bound to strings)

- Standard:
  . Fixed bug #64760 (var_export() does not use full precision for floating-point
    numbers) (Yasuo)

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php55/PLIST       |  3 ++-
 lang/php55/distinfo    |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r 35f2af675f46 -r 8e16a1b94784 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Nov 15 14:58:18 2013 +0000
+++ b/lang/php/phpversion.mk    Fri Nov 15 16:33:14 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.47 2013/10/18 15:49:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.48 2013/11/15 16:33:14 taca 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
@@ -83,7 +83,7 @@
 # Define each PHP's version.
 PHP53_VERSION= 5.3.27
 PHP54_VERSION= 5.4.21
-PHP55_VERSION= 5.5.5
+PHP55_VERSION= 5.5.6
 
 # Define initial release of major version.
 PHP53_RELDATE= 20090630
diff -r 35f2af675f46 -r 8e16a1b94784 lang/php55/PLIST
--- a/lang/php55/PLIST  Fri Nov 15 14:58:18 2013 +0000
+++ b/lang/php55/PLIST  Fri Nov 15 16:33:14 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/07/29 16:41:02 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/11/15 16:33:14 taca Exp $
 bin/phar
 bin/phar.phar
 bin/php
@@ -101,6 +101,7 @@
 include/php/ext/pcre/pcrelib/pcreposix.h
 include/php/ext/pcre/pcrelib/ucp.h
 include/php/ext/pcre/php_pcre.h
+include/php/ext/phar/php_phar.h
 include/php/ext/session/mod_files.h
 include/php/ext/session/mod_user.h
 include/php/ext/session/php_session.h
diff -r 35f2af675f46 -r 8e16a1b94784 lang/php55/distinfo
--- a/lang/php55/distinfo       Fri Nov 15 14:58:18 2013 +0000
+++ b/lang/php55/distinfo       Fri Nov 15 16:33:14 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2013/10/18 15:49:07 taca Exp $
+$NetBSD: distinfo,v 1.10 2013/11/15 16:33:14 taca Exp $
 
-SHA1 (php-5.5.5.tar.bz2) = 85b9db72cb6af5612703aec45deba4262eadbb1a
-RMD160 (php-5.5.5.tar.bz2) = 6adf3c747f05f74c38fd10d721f38d3f1a21e132
-Size (php-5.5.5.tar.bz2) = 12547974 bytes
+SHA1 (php-5.5.6.tar.bz2) = 02a30f72b1d6876a41b48548d4f95bf2b4761147
+RMD160 (php-5.5.6.tar.bz2) = 7a9289fe14e0a4edb3ff92eb8e3db9030e77d734
+Size (php-5.5.6.tar.bz2) = 12983030 bytes
 SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a
 SHA1 (patch-configure) = 37b19e0f75619ffe016a1d834dbe774ea4452a2d
 SHA1 (patch-ext_gd_config.m4) = 91c9798333d4776856a0a9e20196986856b758b2



Home | Main Index | Thread Index | Old Index