Path to this page:
./
lang/php56,
PHP Hypertext Preprocessor version 5.6
Branch: pkgsrc-2015Q3,
Version: 5.6.14,
Package name: php-5.6.14,
Maintainer: pkgsrc-usersPHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in. The language is designed to allow web developers to
write dynamically generated pages quickly.
This package provides PHP version 5.5.x.
Required to run:[
textproc/libxml2]
Package options: inet6, ssl
Master sites: (Expand)
SHA1: 21706059790fb48db7e7105bf1734d7e677aa7cd
RMD160: cb3c8a389d3b2d9c4a1ee88e6b5568de9182a347
Filesize: 13744.063 KB
Version history: (Expand)
- (2015-10-04) Updated to version: php-5.6.14
- (2015-09-30) Package added to pkgsrc.se, version php-5.6.13 (created)
CVS history: (Expand)
2015-10-04 16:03:38 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #4832 - requested by taca
lang/php56: security fix
Revisions pulled up:
- lang/php/phpversion.mk 1.114
- lang/php56/distinfo 1.16
- lang/php56/patches/patch-aclocal.m4 deleted
- lang/php56/patches/patch-build_libtool.m4 deleted
- lang/php56/patches/patch-configure 1.2
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Oct 2 14:37:40 UTC 2015
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php56: distinfo
pkgsrc/lang/php56/patches: patch-configure
Removed Files:
pkgsrc/lang/php56/patches: patch-aclocal.m4 patch-build_libtool.m4
Log message:
Update php56 to 5.6.14.
01 Oct 2015, PHP 5.6.14
- Core:
. Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when
building extensions). (Adam)
- CLI server:
. Fixed bug #68291 (404 on urls with '+'). (cmb)
- DOM:
. Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity
encoding). (cmb)
- Mysqlnd:
. Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to
a server). (Sergei Turchanov)
- OpenSSL:
. Fixed bug #55259 (openssl extension does not get the DH parameters from
DH key resource). (Jakub Zelenka)
. Fixed bug #70395 (Missing ARG_INFO for openssl_seal()). (cmb)
. Fixed bug #60632 (openssl_seal fails with AES). (Jakub Zelenka)
. Fixed bug #68312 (Lookup for openssl.cnf causes a message box). (Anatol)
- PDO:
. Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
- Phar:
. Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas)
. FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip
entry filename is "/"). (Stas)
- Phpdbg:
. Fix phpdbg_break_next() sometimes not breaking. (Bob)
- Standard:
. Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
- Streams:
. Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
(Niklas Keller)
- Zip:
. Fixed bug #70322 (ZipArchive::close() doesn't indicate errors). (cmb)
|