./lang/php5, PHP Hypertext Preprocessor version 5

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


Branch: pkgsrc-2008Q4, Version: 5.2.9, Package name: php-5.2.9, Maintainer: jdolecek

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]

Package options: cgi, inet6, ssl

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2009-03-15 20:21:22 by Matthias Scheler | Files touched by this commit (9) | Package updated
Log message:
Pullup ticket #2721 - requested by adrianp
php5: security update

Revisions pulled up:
- lang/php5/MESSAGE.suhosin			1.1 via patch
- lang/php5/Makefile				1.71 via patch
- lang/php5/Makefile.common			1.35
- lang/php5/Makefile.php			1.33-1.34
- lang/php5/PLIST				1.21
- lang/php5/distinfo				1.61-1.62
- lang/php5/patches/patch-an			patch
- lang/php5/patches/patch-ar			patch
- lang/php5/patches/patch-as			delete
---
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Mon Mar  2 22:52:17 UTC 2009

Modified Files:
	pkgsrc/lang/php5: Makefile Makefile.common Makefile.php PLIST distinfo
Removed Files:
	pkgsrc/lang/php5/patches: patch-as

Log message:
The PHP development team would like to announce the immediate availability of \ 
PHP 5.2.9. This release focuses on improving the stability of the PHP 5.2.x \ 
branch with over 50 bug fixes, several of which are security related. All users \ 
of PHP are encouraged to upgrade to this release.

Security Enhancements and Fixes in PHP 5.2.9:

    * Fixed security issue in imagerotate(), background colour isn't validated \ 
correctly with a non truecolour image. Reported by Hamid Ebadi, APA Laboratory \ 
(Fixes CVE-2008-5498). (Scott)
    * Fixed a crash on extract in zip when files or directories entry names \ 
contain a relative path. (Pierre)
    * Fixed explode() behavior with empty string to respect negative limit. (Shire)
    * Fixed a segfault when malformed string is passed to json_decode(). (Scott)

Key enhancements in PHP 5.2.9 include:

    * Added optional sorting type flag parameter to array_unique(). Default is \ 
SORT_REGULAR. (Andrei)
    * Fixed bug #45996 (libxml2 2.7 causes breakage with character data in \ 
xml_parse()). (Rob)
    * A number of fixes in the mbstring extension (Moriyoshi)
    * Fixed bug #44336 (Improve pcre UTF-8 string matching performance). (frode \ 
at coretrek dot com, Nuno)
    * Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob)
    * Fixed bug #46748 (Segfault when an SSL error has more than one error). (Scott)
    * Fixed bug #46889 (Memory leak in strtotime()). (Derick)
    * Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault). (Dmitry)
    * Fixed bug #47165 (Possible memory corruption when passing return value by \ 
reference). (Dmitry)
    * Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses \ 
as invalid). (Ilia)
    * Fixed bug #47422 (modulus operator returns incorrect results on 64 bit \ 
linux). (Matt)
    * Over 50 bug fixes.
---
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Thu Mar  5 23:22:24 UTC 2009

Modified Files:
	pkgsrc/lang/php5: Makefile.php distinfo

Log message:
Add back suhosin patch as a new one for 5.2.9 is out
   2009-02-26 14:49:24 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #2709 - requested by sborrill
php-imap: bug fix

Revisions pulled up:
- lang/php5/distinfo				1.60 (via patch)
- lang/php5/patches/patch-as			1.4
- mail/php-imap/Makefile			1.18
---
Module Name:	pkgsrc
Committed By:	sborrill
Date:		Wed Feb 25 08:59:47 UTC 2009

Modified Files:
	pkgsrc/lang/php5: distinfo
	pkgsrc/mail/php-imap: Makefile
Added Files:
	pkgsrc/lang/php5/patches: patch-as

Log message:
Fix memory leak and pullup bug fix for http://bugs.php.net/bug.php?id=46918

Remove this patch when PHP >= 5.2.9 is released as it will contain these
changes

Bump PKGREVISION of php-imap
   2009-02-26 14:43:59 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #2709 - requested by sborrill
php-imap: bug fix

Revisions pulled up:
- lang/php5/distinfo				1.60 (via patch)
- lang/php5/patches/patch-as			1.4
- mail/php-imap/Makefile			1.18
---
Module Name:	pkgsrc
Committed By:	sborrill
Date:		Wed Feb 25 08:59:47 UTC 2009

Modified Files:
	pkgsrc/lang/php5: distinfo
	pkgsrc/mail/php-imap: Makefile
Added Files:
	pkgsrc/lang/php5/patches: patch-as

Log message:
Fix memory leak and pullup bug fix for http://bugs.php.net/bug.php?id=46918

Remove this patch when PHP >= 5.2.9 is released as it will contain these
changes

Bump PKGREVISION of php-imap