./lang/php54, PHP Hypertext Preprocessor version 5

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


Branch: pkgsrc-2013Q1, Version: 5.4.16, Package name: php-5.4.16, 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.

MESSAGE.suhosin [+/-]

Required to run:
[textproc/libxml2]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config]

Package options: inet6, ssl

Master sites: (Expand)

SHA1: 7e70ba419778a54f5ff9d7de8d6190ca82de3786
RMD160: 8fa3d93006f950706fd1f2544108cd69201a4d9e
Filesize: 11416.348 KB

Version history: (Expand)


CVS history: (Expand)


   2013-06-09 22:08:42 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #4155 - requested by taca
lang/php54: security update

Revisions pulled up:
- lang/php54/Makefile.common                                    1.11-1.13
- lang/php54/distinfo                                           1.16-1.18
- lang/php54/patches/patch-main_main.c                          deleted

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Apr 12 17:00:40 UTC 2013

   Modified Files:
   	pkgsrc/lang/php54: Makefile.common distinfo

   Log message:
   Update php54 to 5.4.14.

   11 Apr 2013, PHP 5.4.14
   - Core
     . Fixed bug #64529 (Ran out of opcode space). (Dmitry)
     . Fixed bug #64515 (Memoryleak when using the same variablename two t=
   imes in
       function declaration). (Laruence)
     . Fixed bug #64432 (more empty delimiter warning in strX methods). (L=
   aruence)
     . Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal=
    error).
       (Dmitry)
     . Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_=
   FLOAT']).
       (Anatol)
     . Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or =
   5.4.11).
       (Dmitry, Laruence)
     . Fixed bug #63976 (Parent class incorrectly using child constant in =
   class
       property). (Dmitry)
     . Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle
       exceptions properly). (Jeff Welch)
     . Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmit=
   ry)

   - PCRE:
     . Merged PCRE 8.32. (Anatol)

   - SNMP:
     . Fixed bug #61981 (OO API, walk: $suffix_as_key is not working corre=
   ctly).
   	(Boris Lytochkin)

   - Zip:
     . Bug #64452 (Zip crash intermittently). (Anatol)

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Thu May 16 16:19:58 UTC 2013

   Modified Files:
   	pkgsrc/lang/php54: Makefile.common distinfo
   Removed Files:
   	pkgsrc/lang/php54/patches: patch-main_main.c

   Log message:
   Update php54 to 5.4.15 (PHP 5.4.15).

   09 May 2013, PHP 5.4.15
   - Core:
     . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zen=
   d heap:
       segfault). (Laruence)
     . Fixed bug #64458 (dns_get_record result with string of length -1). =
   (Stas)
     . Fixed bug #64433 (follow_location parameter of context is ignored f=
   or most
       response codes). (Sergey Akbarov)
     . Fixed bugs #47675 and #64577 (fd leak on Solaris)

   - Fileinfo:
     . Upgraded libmagic to 5.14. (Anatol)

   - Zip:
     . Fixed bug #64342 (ZipArchive::addFile() has to check for file exist=
   ence).
       (Anatol)

   - Streams:
     . Fixed Windows x64 version of stream_socket_pair() and improved erro=
   r
       handling (Anatol Belski)

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jun  7 13:54:33 UTC 2013

   Modified Files:
   	pkgsrc/lang/php54: Makefile.common distinfo

   Log message:
   Update php54 to 5.4.16.

   06 Jun 2013, PHP 5.4.16

   - Core:
     . Fixed bug #64879 (Heap based buffer overflow in quoted_printable_en=
   code,
       CVE 2013-2110). (Stas)
     . Fixed bug #64853 (Use of no longer available ini directives causes =
   crash on
       TS build). (Anatol)
     . Fixed bug #64729 (compilation failure on x32). (Gustavo)
     . Fixed bug #64720 (SegFault on zend_deactivate). (Dmitry)
     . Fixed bug #64660 (Segfault on memory exhaustion within function def=
   inition).
       (Stas, reported by Kylm=E4nen)

   - Calendar:
     . Fixed bug #64895 (Integer overflow in SndToJewish). (Remi)

   - Fileinfo:
     . Fixed bug #64830 (mimetype detection segfaults on mp3 file). (Anato=
   l)

   - FPM:
     . Ignore QUERY_STRING when sent in SCRIPT_FILENAME. (Remi)
     . Fixed some possible memory or resource leaks and possible null dere=
   ference
       detected by code coverity scan. (Remi)
     . Log a warning when a syscall fails. (Remi)
     . Add --with-fpm-systemd option to report health to systemd, and
       systemd_interval option to configure this. The service can now use
       Type=3Dnotify in the systemd unit file. (Remi)

   - MySQLi
    . Fixed bug #64726 (Segfault when calling fetch_object on a use_result=
    and DB
       pointer has closed). (Laruence)

   - Phar
     . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, =
   SMB or
       with non std tmp dir). (Pierre)

   - SNMP:
     . Fixed bug #64765 (Some IPv6 addresses get interpreted wrong).
       (Boris Lytochkin)
     . Fixed bug #64159 (Truncated snmpget). (Boris Lytochkin)

   - Streams:
     . Fixed bug #64770 (stream_select() fails with pipes returned by proc=
   _open()
       on Windows x64). (Anatol)

   - Zend Engine:
     . Fixed bug #64821 (Custom Exceptions crash when internal properties
       overridden). (Anatol)