./lang/php70, PHP Hypertext Preprocessor version 7.0

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q4, Version: 7.0.15, Package name: php-7.0.15, Maintainer: pkgsrc-users

PHP 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


Required to run:
[textproc/libxml2]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, ssl

Master sites: (Expand)

SHA1: e11aa3dab4986664a77b1e0e9f86c8e619a053b6
RMD160: fc01608a6080cd99528b78b3bd9329089b75bd62
Filesize: 14946.35 KB

Version history: (Expand)


CVS history: (Expand)


   2017-02-12 22:38:25 by S.P.Zeidler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #5203 - requested by maya
lang/php70: build fix
lang/php71: build fix

Revisions pulled up:
- lang/php70/Makefile                                           1.5
- lang/php71/Makefile                                           1.6

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Sun Jan 22 11:37:29 UTC 2017

   Modified Files:
           pkgsrc/lang/php70: Makefile

   Log message:
   php70: add workaround requested in PR pkg/51787, pcre-jit segfaults on
   non-amd64 (i386, SPARC - at least). disable it until PHP, add note that
   it's mostly relevant for PCRE1 8.38, so if PHP updates to PCRE2 as they
   plan, it will be irrelevant.

   >From Joern Clausen / cmb@php

   To generate a diff of this commit:
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php70/Makefile

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Sun Jan 22 11:42:22 UTC 2017

   Modified Files:
           pkgsrc/lang/php71: Makefile

   Log message:
   php71: add workaround requested in PR pkg/51787, pcre-jit segfaults on
   non-amd64 (i386, SPARC - at least). disable it until PHP, add note that
   it's mostly relevant for PCRE1 8.38, so if PHP updates to PCRE2 as they
   plan, it will be irrelevant.

   >From Joern Clausen / cmb@php

   To generate a diff of this commit:
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php71/Makefile
   2017-01-21 11:18:30 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5197 - requested by taca
lang/php70: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.170
- lang/php70/distinfo                                           1.25

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu Jan 19 14:48:49 UTC 2017

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php70: distinfo

   Log message:
   Update php70 to 7.0.15.

   PHP                                                                        NEWS
   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   19 Jan 2017 PHP 7.0.15

   - Core:
    . Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)
    . Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a \ 
variable created
      with list()). (Laruence)
    . Fixed bug #73585 (Logging of "Internal Zend error - Missing class
      information" missing class name). (Laruence)
    . Fixed bug #73753 (unserialized array pointer not advancing). (David Walker)
    . Fixed bug #73825 (Heap out of bounds read on unserialize in
      finish_nested_data()). (Stas)
    . Fixed bug #73831 (NULL Pointer Dereference while unserialize php object).
      (Stas)
    . Fixed bug #73832 (Use of uninitialized memory in unserialize()). (Stas)
    . Fixed bug #73092 (Unserialize use-after-free when resizing object's
      properties hash table). (Nikita)
    . Fixed bug #69425 (Use After Free in unserialize()). (Nikita)
    . Fixed bug #72731 (Type Confusion in Object Deserialization). (Nikita)

   - COM:
    . Fixed bug #73679 (DOTNET read access violation using invalid codepage).
      (Anatol)

   - DOM:
    . Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)

   - EXIF:
    . Bug bug #73737 (FPE when parsing a tag format). (Stas)

   - GD:
    . Fixed bug #73869 (Signed Integer Overflow gd_io.c). (cmb)
    . Fixed bug #73868 (DOS vulnerability in gdImageCreateFromGd2Ctx()). (cmb)

   - GMP:
    . Fixed bug #70513 (GMP Deserialization Type Confusion Vulnerability).
      (Nikita)

   - Mysqli:
    . Fixed bug #73462 (Persistent connections don't set $connect_errno).
      (darkain)

   - Mysqlnd:
    . Fixed issue with decoding BIT columns when having more than one rows in the
      result set. 7.0+ problem. (Andrey)
    . Fixed bug #73800 (sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE).
   	(vanviegen)

   - PCRE:
    . Fixed bug #73612 (preg_*() may leak memory). (cmb)

   - PDO_Firebird:
    . Fixed bug #72931 (PDO_FIREBIRD with Firebird 3.0 not work on returning
      statement). (Dorin Marcoci)

   - Phar:
    . Fixed bug #73773 (Seg fault when loading hostile phar). (Stas)
    . Fixed bug #73768 (Memory corruption when loading hostile phar). (Stas)
    . Fixed bug #73764 (Crash while loading hostile phar archive). (Stas)

   - Phpdbg:
    . Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup).
      (Bob)
    . Fixed issue getting executable lines from custom wrappers. (Bob)
    . Fixed bug #73704 (phpdbg shows the wrong line in files with shebang). (Bob)

   - Reflection:
    . Fixed bug #46103 (ReflectionObject memory leak). (Nikita)

   - Streams:
    . Fixed bug #73586 (php_user_filter::$stream is not set to the stream the
      filter is working on). (Dmitry)

   - SQLite3:
    . Reverted fix for bug #73530	(Unsetting result set may reset other result
      set). (cmb)

   - Standard:
    . Fixed bug #73594 (dns_get_record does not populate $additional out
      parameter). (Bruce Weirdan)
    . Fixed bug #70213 (Unserialize context shared on double class lookup).
      (Taoguang Chen)
    . Fixed bug #73154 (serialize object with __sleep function crash). (Nikita)
    . Fixed bug #70490 (get_browser function is very slow). (Nikita)
    . Fixed bug #73265 (Loading browscap.ini at startup causes high memory usage).
      (Nikita)
    . Fixed bug #31875 (get_defined_functions additional param to exclude
   	disabled functions). (willianveiga)

   - Zlib:
    . Fixed bug #73373 (deflate_add does not verify that output was not truncated).
      (Matt Bonneau)