diff options
author | jdolecek <jdolecek> | 2006-11-06 22:06:35 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2006-11-06 22:06:35 +0000 |
commit | 75dbfb9e78a3362771a10955c8a06059b1b647b8 (patch) | |
tree | 44242161fb9e8a927fcc2abe441b08ad55a0eee8 /lang/php5/distinfo | |
parent | cbbeb37df00144068a8a899d59ac5614111b7d9d (diff) | |
download | pkgsrc-75dbfb9e78a3362771a10955c8a06059b1b647b8.tar.gz |
Update lang/php5 to 5.2.0.
Changes since 5.1.6:
The key features of PHP 5.2.0 include:
* New memory manager for the Zend Engine with improved performance and a more
accurate memory usage tracking.
* Input filtering extension was added and enabled by default.
* JSON extension was added and enabled by default.
* ZIP extension for creating and editing zip files was introduced.
* Hooks for tracking file upload progress were introduced.
* Introduced E_RECOVERABLE_ERROR error mode.
* Introduced DateTime and DateTimeZone objects with methods to manipulate
date/time information.
* Upgraded bundled SQLite, PCRE libraries.
* Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows
installations.
* Many performance improvements.
* Over 200 bug fixes.
Security Enhancements and Fixes in PHP 5.2.0:
* Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep
track of character set encoding whenever possible.
* Added allow_url_include, set to Off by default to disallow use of URLs
for include and require.
* Disable realpath cache when open_basedir and safe_mode are being used.
* Improved safe_mode enforcement for error_log() function.
* Fixed a possible buffer overflow in the underlying code responsible
for htmlspecialchars() and htmlentities() functions.
* Added missing safe_mode and open_basedir checks for the cURL extension.
* Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines.
* Fixed handling of long paths inside the tempnam() function.
* Fixed safe_mode/open_basedir checks for session.save_path, allowing them
to account for extra parameters.
* Fixed ini setting overload in the ini_restore() function.
For a full list of changes in PHP 5.2.0, see the ChangeLog:
http://www.php.net/ChangeLog-5.php#5.2.0
Also other notable extensions changes:
* filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5)
* JSON added (not enabled by default, packaged in php-json)
* filter added (enabled by default)
* wddx rewritten to native libxml2, fixing several encoding bugs
Diffstat (limited to 'lang/php5/distinfo')
-rw-r--r-- | lang/php5/distinfo | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lang/php5/distinfo b/lang/php5/distinfo index 227e39fada7..4b6ae76e405 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,15 +1,10 @@ -$NetBSD: distinfo,v 1.32 2006/11/04 11:27:55 adrianp Exp $ +$NetBSD: distinfo,v 1.33 2006/11/06 22:06:35 jdolecek Exp $ -SHA1 (php-5.1.6/php-5.1.6.tar.bz2) = a20b946f1de0a8a35a8a6bf437adbba4e5448d27 -RMD160 (php-5.1.6/php-5.1.6.tar.bz2) = 7ac52f4674532397c982f6ced594b70dd17522af -Size (php-5.1.6/php-5.1.6.tar.bz2) = 6454408 bytes -SHA1 (patch-aa) = c1ba60ea1e8df9242b1f3c5078808c7968cf0de8 -SHA1 (patch-ab) = e91b34cd6cfadcc7f39e5832241ea711f1c0f827 +SHA1 (php-5.2.0/php-5.2.0.tar.bz2) = 6306829b1b252156ca3a936ec809aba89a71d9e1 +RMD160 (php-5.2.0/php-5.2.0.tar.bz2) = baabe854ac219935ed9f58d348ebf08fb84853de +Size (php-5.2.0/php-5.2.0.tar.bz2) = 6789838 bytes SHA1 (patch-ac) = 4f8714134977e6cef25df23b60ceea50c2aee6d0 SHA1 (patch-ag) = 4ccb67ba6f5370b1d16b087e3e714de3e5ae604e SHA1 (patch-ah) = c7cbd4b9ea0796ea3b7491c2cffb6ddddc518587 SHA1 (patch-aj) = 54812097499c81e5cb0196ab949cc86a4f24a9cc -SHA1 (patch-ak) = 2d5264d33ebef631d4a2d0cdf8a2ed365bdbeb7e -SHA1 (patch-as) = 4fc74c8e8d0a7a152a7bbe1672ad0834021db16c -SHA1 (patch-au) = 90264101db6c2f000c30d1f513392acec781202b -SHA1 (patch-av) = b14aed514e801e58deec95ecdda107a1c6b5457d +SHA1 (patch-ak) = 0a6445b5cf390cb63de8474d75c6e8a4c058afab |