Path to this page:
./
lang/php70,
PHP Hypertext Preprocessor version 7.0
Branch: pkgsrc-2018Q1,
Version: 7.0.30,
Package name: php-7.0.30,
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 7.0.x.
PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements
and new features such as
* Improved performance: PHP 7 is up to twice as fast as PHP 5.6
* Significantly reduced memory usage
* Abstract Syntax Tree
* Consistent 64-bit support
* Improved Exception hierarchy
* Many fatal errors converted to Exceptions
* Secure random number generator
* Removed old and unsupported SAPIs and extensions
* The null coalescing operator (??)
* Return and Scalar Type Declarations
* Anonymous Classes
* Zero cost asserts
NOTE: This version is on security support only, with planned End of Live
on December 3 2018. Update to PHP 7.1.x or 7.2.x is recommended.
Required to run:[
devel/readline] [
textproc/libxml2]
Required to build:[
pkgtools/cwrappers]
Package options: inet6, readline, ssl
Master sites: (Expand)
SHA1: 774d76578f06e4acc035ed65692f7750f7d9c9b1
RMD160: f3bf11cfb9d02988d1458d9b30a223af3191e970
Filesize: 14298.392 KB
Version history: (Expand)
- (2018-05-06) Updated to version: php-7.0.30
- (2018-04-04) Package added to pkgsrc.se, version php-7.0.29 (created)
CVS history: (Expand)
2018-05-06 13:06:06 by S.P.Zeidler | Files touched by this commit (1) | |
Log message:
Pullup ticket #5749 - requested by taca
lang/php70: security update
Revisions pulled up:
- lang/php/phpversion.mk 1.216
- lang/php70/distinfo 1.45
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Thu Apr 26 15:46:57 UTC 2018
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php70: distinfo
Log message:
lang/php70: update to 7.0.30
26 Apr 2018 PHP 7.0.30
- Exif:
. Fixed bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
(Stas)
- iconv:
. Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
invalid sequence). (Stas)
- LDAP:
. Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)
- Phar:
. Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)
29 Mar 2018 PHP 7.0.29
- FPM:
. Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
access controls). (Jakub Zelenka)
To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/php70/distinfo
|