./lang/php53, PHP Hypertext Preprocessor version 5

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


Branch: CURRENT, Version: 5.3.13, Package name: php-5.3.13, 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: 8a52dae3fc9e27814c15fc0ebd744bee38305248
RMD160: 1ad55e7bd1262471c66d2236fbba76c137960029
Filesize: 11129.286 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-13 18:11:19 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Remove duplicate definition of PHP_EXTENSION_DIR from Makefile.php.
   2012-05-09 08:52:52 by Takahiro Kambe | Files touched by this commit (5) | Package updated
Log message:
Update php53 pacakge to 5.3.13 (PHP 5.3.13).

08 May 2012, PHP 5.3.13
- CGI
  . Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311.
    (Stas)
   2012-05-06 16:31:21 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Fix miss spelling in comment: s/CVS-/CVE-/.
   2012-05-06 16:27:46 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Additional fix for CVS-2012-1823; it wasn't fixed by PHP 5.3.12.

Bump PKGREVISION.
   2012-05-04 03:48:41 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update php53 package to 5.3.12.

03 Mar 2012, PHP 5.3.12
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823. (Rasmus)
   2012-04-26 16:26:33 by Takahiro Kambe | Files touched by this commit (5) | Package updated
Log message:
Update php53 package to 5.3.11.

For full changes, please refer <http://www.php.net/ChangeLog-5.php#5.3.11>.

Security Enhancements:

* Fixed bug #54374 (Insufficient validating of upload name leading to
  corrupted $_FILES indices). (CVE-2012-1172).
* Add open_basedir checks to readline_write_history and readline_read_history.
* Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).

Key enhancements in these releases include:

* Added debug info handler to DOM objects.
* Fixed bug #61172 (Add Apache 2.4 support).
   2012-04-05 05:17:26 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Add a patch to fix possible newline injection problem of header() function
from PHP 5.4.0.  This is a small security fix.

Bump PKGREVISION.
   2012-02-03 04:10:34 by Takahiro Kambe | Files touched by this commit (5) | Package updated
Log message:
Update php53 package to 5.3.10.  Below security fix is already included
in php-5.3.9nb2 package.

02 Feb 2012, PHP 5.3.10

- Core:
  . Fixed arbitrary remote code execution vulnerability reported by Stefan
    Esser, CVE-2012-0830. (Stas, Dmitry)