pkgsrc/lang/php
taca 7c712307eb Update php56 to 5.6.30.
PHP                                                                        NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19 Jan 2017, PHP 5.6.30

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

- GD:
  . Fixed bug #73549 (Use after free when stream is passed to imagepng). (cmb)
  . Fixed bug #73868 (DOS vulnerability in gdImageCreateFromGd2Ctx()). (cmb)
  . Fixed bug #73869 (Signed Integer Overflow gd_io.c). (cmb)

- Intl:
  . Fixed bug #68447 (grapheme_extract take an extra trailing character).
    (SATŌ Kentarō)

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

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

- Standard:
  . Fixed bug #70213 (Unserialize context shared on double class lookup).
    (Taoguang Chen)
  . Fixed bug #73825 (Heap out of bounds read on unserialize in
    finish_nested_data()). (Stas)
2017-01-20 00:44:00 +00:00
..
common.mk Update "used by" lines. 2016-09-11 17:14:46 +00:00
ext.ini Automatically enable PHP module or Zend extension when it's installed instead of requiring manual configuration of ${PKG_SYSCONFDIR}/php.ini - put a module-specific .ini file for this into ${PKG_SYSCONFDIR}/php.d 2016-07-17 15:49:44 +00:00
ext.mk Update php56 to 5.6.29 (PHP 5.6.29). 2016-12-10 07:08:39 +00:00
MESSAGE.module rename EXT_CONF_DIR to PHP_EXT_CONF_DIR, adjust it so that it's overridable 2016-10-18 19:09:10 +00:00
pear.mk Adjust checks for _USE_DESTDIR != no or incorrect references to 2016-04-10 16:39:27 +00:00
pear_plist.php Avoid to use deprecated syntax. Fix runtime problem with PHP 7. 2015-12-11 16:16:48 +00:00
phpversion.mk Update php56 to 5.6.30. 2017-01-20 00:44:00 +00:00
PLIST.module further tweak the generated ini files - they are now named according to MODNAME, but use PKGMODNAME as the base for extension file to load; this deals with modules like apcu_bc, which has extension name 'apc', but needs to be loaded after 'apcu' since it uses it's symbols 2016-07-26 08:19:45 +00:00