Update php54 to 5.4.25.
06 Feb 2014, PHP 5.4.25 - Core: . Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita) . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (Will Fitch) - mysqlnd . Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes) - PDO_pgsql: . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces). (Will Fitch, Ilia) - Session: . Fixed bug #66481 (Calls to session_name() segfault when session.name is null). (Laruence)
This commit is contained in:
parent
4982968d6a
commit
2cfec12829
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: phpversion.mk,v 1.55 2014/02/07 15:35:05 taca Exp $
|
||||
# $NetBSD: phpversion.mk,v 1.56 2014/02/07 15:36:07 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
|
||||
|
@ -82,7 +82,7 @@ PHPVERSION_MK= defined
|
|||
|
||||
# Define each PHP's version.
|
||||
PHP53_VERSION= 5.3.28
|
||||
PHP54_VERSION= 5.4.24
|
||||
PHP54_VERSION= 5.4.25
|
||||
PHP55_VERSION= 5.5.9
|
||||
|
||||
# Define initial release of major version.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.32 2014/01/11 17:03:57 taca Exp $
|
||||
$NetBSD: distinfo,v 1.33 2014/02/07 15:36:07 taca Exp $
|
||||
|
||||
SHA1 (php-5.4.24.tar.bz2) = 0f6c16e393a837b1576e3a332ade6ae7c1f5305b
|
||||
RMD160 (php-5.4.24.tar.bz2) = 8248a1314986b071de990f725fc802729ca97e3c
|
||||
Size (php-5.4.24.tar.bz2) = 12256796 bytes
|
||||
SHA1 (php-5.4.25.tar.bz2) = de42bf7c55f6b16e29b01ada24d9d5055e89a2a7
|
||||
RMD160 (php-5.4.25.tar.bz2) = 53220df5f635aa003740532d7b5d1015fe0ab254
|
||||
Size (php-5.4.25.tar.bz2) = 11739877 bytes
|
||||
SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
|
||||
SHA1 (patch-configure) = 592b4521f78d7dbfa666dab21e85a64196c3978c
|
||||
SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891
|
||||
|
|
Loading…
Reference in a new issue