PHP 5.3.0 RC4 available
June 22nd, 2009 | by Guillaume Plessis |From PHP.net :
The PHP development team is proud to announce the fourth release candidate of PHP 5.3.0 (PHP 5.3.0RC4). This RC focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate or final stable releases. PHP 5.3.0 is a newly developed version of PHP featuring long-awaited features like namespaces, late static binding, closures and much more.
Please download and test these release candidates, and report any issues found. A stable release is expected next week . In case of critical issues we will continue producing weekly RCs. Downloads and further information is available at qa.php.net. See also the work in progress 5.3 upgrade guide.
The preview packages for Debian GNU/Linux 5.0 “Lenny” on amd64 and i386 has been updated. Just apt-get upgrade.

16 Responses to “PHP 5.3.0 RC4 available”
By Sven on Jun 23, 2009 | Reply
I can has GPG key?! pls
By Colin Lundy on Jun 28, 2009 | Reply
Heya,
Was just wondering if you would be able to help me upgrade PHP … iv got a VPS with Supanames but for some reason when I do “apt-get upgrade” and even “apt-get install php5″ it doesnt seem to work …
Any ideas?
By Gabriel Sobrinho on Jun 29, 2009 | Reply
Hi Guillaume,
I’m trying to use the PHP 5.3 repository on Debian Lenny now and I gotting a BZip2 error.
It’s saying the repository file isn’t a BZip2 file with error code 2. Can you check that?
Thank you again
By Gabriel Sobrinho on Jun 29, 2009 | Reply
89% [6 Packages bzip2 0]bzip2: (stdin) is not a bzip2 file.
Err http://php53.packages.dotdeb.org stable/all Packages
Sub-processo bzip2 retornou um código de erro (2)
Obter:7 http://php53.packages.dotdeb.org stable/all Sources [1493B]
90% [7 Sources bzip2 0]bzip2: (stdin) is not a bzip2 file.
Err http://php53.packages.dotdeb.org stable/all Sources
Sub-processo bzip2 retornou um código de erro (2)
Translating the message is more or less: “Subproccess bzip2 returned error code (2)”
By Guillaume Plessis on Jun 29, 2009 | Reply
@Gabriel Sobrinho : When do you get this message? Did you make a special configuration for apt-get to get Packages.bz2 files instead of the Packages.gz regular ones? I had no problem with pure vanilla Lenny boxes.
By Gabriel Sobrinho on Jun 29, 2009 | Reply
I got this error when I run aptitude/apt-get update.
I don’t remember if I do it. How I check that?
By Guillaume Plessis on Jun 29, 2009 | Reply
@Gabriel Sobrinho : Please mail me your sources.list (gui_at_php_dot_net)
By Gabriel Sobrinho on Jun 30, 2009 | Reply
I found the problem Guillaume… I’m using php53.packages.dotdeb.net (Where found I it?!)
I changed for php53.dotdeb.net and now it’s working fine… Thank you for assistance
By Colin Lundy on Jul 2, 2009 | Reply
Any help for me?
By Guillaume Plessis on Jul 2, 2009 | Reply
@Colin : Did you follow these intructions : http://www.dotdeb.org/instructions/
For the PHP 5.3 packages, the (temporary) line to add is :
deb http://php53.dotdeb.org/ stable all
By Stephan Wentz on Jul 2, 2009 | Reply
php5-mhash – the mhash.so is missing, according to dpkg -L php5-mash:
/.
/usr
/usr/lib
/usr/lib/php5
/usr/lib/php5/20090115
/usr/share
/usr/share/doc
/etc
/etc/php5
/etc/php5/conf.d
/etc/php5/conf.d/mhash.ini
/usr/share/doc/php5-mhash
By Guillaume Plessis on Jul 2, 2009 | Reply
@Stephan Wentz : ext/mhash is deprecated with PHP 5.3.0, it’s emulated by ext/hash. Then, no .so is built and the php5-mhash package will disapear (I’m working on them).
Preview packages (just without suhosin and without PECL extensions) of PHP 5.3.0-final will be uploaded soon.
By Stephan Wentz on Jul 2, 2009 | Reply
Nice, didn’t know that.
Thanks!
By Gabriel Sobrinho on Jul 2, 2009 | Reply
@Guillaume Plessis : PHP 5.3 are released. You will upgrade the repository soon?
By Gabriel Sobrinho on Jul 2, 2009 | Reply
Sorry, sorry, sorry… I see your comment now:
Preview packages (just without suhosin and without PECL extensions) of PHP 5.3.0-final will be uploaded soon.
Thanks
By Wamer on Jul 3, 2009 | Reply
When can I expect some PHP6 package?