The new PECL package uploadprogress-0.9.2 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- Fixed an issue with filenames containing spaces, see http://pecl.php.net/bugs/bug.php?id=14525 for details (by franck).
- Extended the example to check for too large files.

Package Info
-------------
See http://cvs.php.net/viewvc.cgi/pecl/u...ress/examples/ for a little example.
It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues.
At least PHP 5.2 is needed.

Related Links
-------------
Package home: http://pecl.php.net/package/uploadprogress
Changelog: http://pecl.php.net/package-changelo...uploadprogress
Download: http://pecl.php.net/get/uploadprogress-0.9.2.tgz

Authors
-------------
Christian Stocker <chregu@php.net> (lead)
Ben Ramsey <ramsey@php.net> (developer)
The new PECL package timezonedb-2009.1 (stable) has been released at http://pecl.php.net/.

Release notes
-------------
Updated to version 2009.1 (2009a)

Package Info
-------------
This extension is a drop-in replacement for the builtin timezone database that
comes with PHP. You should only install this extension in case you need to get
a later version of the timezone database than the one that ships with PHP.

The data that this extension uses comes from the "Olson" database, which is
located at ftp://elsie.nci.nih.gov/pub/.

Related Links
-------------
Package home: http://pecl.php.net/package/timezonedb
Changelog: http://pecl.php.net/package-changelo...age=timezonedb
Download: http://pecl.php.net/get/timezonedb-2009.1.tgz

Authors
-------------
Derick Rethans (lead)
The new PECL package memcache-3.0.3 (beta) has been released at http://pecl.php.net/.

Release notes
-------------
- Enabled compression by default for values larger than 20kb
- Scalar data types (int, bool, double) are preserved by get/set
- Reserved the lowest 2 bytes of the flags for internal use
- Fixed PECL bug #14157 (Segmentation fault with errorcallback handler)
- Fixed PECL bug #15342 (memcache keys whitespaces replace issue)
- Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops)
- Fixed PECL bug #15529 (memcache object loses port information)
- Fixed PECL bug #14730 (Types lost during get/set)
- Fixed PECL request #14801 (Session handler and large sessions)
- Added REPORT_ERRORS to php stream open
- New INI directive
memcache.compress_threshold = 20000

Package Info
-------------
Memcached is a caching daemon designed especially for
dynamic web applications to decrease database load by
storing objects in memory.
This extension allows you to work with memcached through
handy OO and procedural interfaces.

Related Links
-------------
Package home: http://pecl.php.net/package/memcache
Changelog: http://pecl.php.net/package-changelo...ckage=memcache
Download: http://pecl.php.net/get/memcache-3.0.3.tgz

Authors
-------------
Antony Dovgal (lead)
Mikael Johansson (lead)