./lang/php56, PHP Hypertext Preprocessor version 5.6

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


Branch: pkgsrc-2017Q4, Version: 5.6.33, Package name: php-5.6.33, 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 5.6.x.

NOTE: This version is on security support only, with planned End of Live
on December 31 2018. Update to PHP 7.1.x or 7.2.x is recommended.


Required to run:
[textproc/libxml2]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, ssl

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2018-03-03 10:23:30 by S.P.Zeidler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #5715 - requested by taca
lang/php56: security update

Revisions pulled up:
- lang/php56/DESCR                                              1.3
- lang/php56/MESSAGE                                            1.2
- lang/php56/Makefile                                           1.16
- lang/php56/distinfo                                           1.45-1.46
- lang/php56/patches/patch-configure                            1.4

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	jperkin
   Date:		Tue Jan 16 11:28:09 UTC 2018

   Modified Files:
   	pkgsrc/lang/php56: Makefile distinfo
   	pkgsrc/lang/php56/patches: patch-configure

   Log message:
   php56: Convert libgcc fix to a patch to mirror php7*.

   To generate a diff of this commit:
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/php56/Makefile
   cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/php56/distinfo
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php56/patches/patch-configure

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	jdolecek
   Date:		Sun Feb  4 11:35:39 UTC 2018

   Modified Files:
   	pkgsrc/lang/php56: DESCR MESSAGE
   	pkgsrc/lang/php70: DESCR MESSAGE

   Log message:
   note a planned End of Life for support of PHP 5.6.x and PHP 7.0.x

   Those releases will stop getting official support on Dec 31 2018 and
   Dec 3 2018 respectively, and they should be removed from pkgsrc by then.

   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php56/DESCR
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php56/MESSAGE

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Mar  2 02:13:44 UTC 2018

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

   Log message:
   lang/php56: update to 5.6.34

   01 Mar 2018, PHP 5.6.34

   - Standard:
     . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

   To generate a diff of this commit:
   cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/php56/distinfo
   2018-01-07 18:30:26 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #5673 - requested by taca
lang/php56: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.198
- lang/php56/distinfo                                           1.44

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jan  5 03:08:36 UTC 2018

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

   Log message:
   lang/php56: update to 5.6.33

   04 Jan 2017, PHP 5.6.33

   - GD:
     . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (cmb)

   - Phar:
     . Fixed bug #74782 (Reflected XSS in .phar 404 page). (Stas)