./lang/php55, PHP Hypertext Preprocessor version 5.5

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


Branch: pkgsrc-2015Q3, Version: 5.5.30, Package name: php-5.5.30, 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.5.x.


Required to run:
[textproc/libxml2]


Package options: inet6, ssl

Master sites: (Expand)

SHA1: f3e29d91ed1699f92e2e680fcce50e3276c8e823
RMD160: 04ab420f944467704fafd4e5a7a1ef6c9fc43a2e
Filesize: 13378.615 KB

Version history: (Expand)


CVS history: (Expand)


   2015-10-04 15:53:12 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #4831 - requested by taca
lang/php55: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.113
- lang/php55/distinfo                                           1.46

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Oct  2 14:36:35 UTC 2015

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

   Log message:
   Update php55 to 5.5.30.

   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   ** PHP 5.5 is in security-only mode , please do not commit to this branch **

   01 Oct 2015, PHP 5.5.30

   - 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)