Hello,
You are receiving this email because your project has been selected to
take part in an effort by the PHP QA Team to make sure that your project
still works with PHP versions to-be-released. With this we hope to make
sure that you are either aware of things that might break, or to make
sure we don't introduce any strange regressions.
Our RC1 of 5.5.6 has just been released and can be
downloaded from:
http://downloads.php.net/jpauli/
The Windows binaries are available at
http://windows.php.net/qa/
PHP 5.5.6 RC1 fixes some bugs in the 5.5 branch and adds some performance
improvements.
For a list of new features and bugfixes that you can target in your
testing, please refer to the NEWS file:
https://github.com/php/php-src/blob/php-5.5.6RC1/NEWS
Our 5.5.6 GA release is planed for November 14th.
In case you think that other projects should also receive this kind
of emails, please let us know privately, and we will add them to the
list of projects to contact.
Regards,
Julien Pauli, David Soria Parra
It's ok for me.
2013/10/31 Julien Pauli jpauli@php.net
Hello,
You are receiving this email because your project has been selected to
take part in an effort by the PHP QA Team to make sure that your project
still works with PHP versions to-be-released. With this we hope to make
sure that you are either aware of things that might break, or to make
sure we don't introduce any strange regressions.Our RC1 of 5.5.6 has just been released and can be
downloaded from:http://downloads.php.net/jpauli/
The Windows binaries are available at
http://windows.php.net/qa/
PHP 5.5.6 RC1 fixes some bugs in the 5.5 branch and adds some performance
improvements.For a list of new features and bugfixes that you can target in your
testing, please refer to the NEWS file:https://github.com/php/php-src/blob/php-5.5.6RC1/NEWS
Our 5.5.6 GA release is planed for November 14th.
In case you think that other projects should also receive this kind
of emails, please let us know privately, and we will add them to the
list of projects to contact.Regards,
Julien Pauli, David Soria Parra
--
Marcel Araujo
Analista de Sistemas
Desenvolvedor PHP/Zend/JavaScript/jQuery/NodeJS
Linux User #490101
http://www.twitter.com/marcelarauj0
http://blog.marcelaraujo.me
http://br.linkedin.com/in/marcelaraujo
Hello!
You are receiving this email because your project has been selected to
take part in a new effort by the PHP QA Team to make sure that your
project still works with PHP versions to-be-released. With this we
hope to make sure that you are either aware of things that might
break, or to make sure we don't introduce any strange regressions.
PHP 5.4.22 RC1 can be downloaded from:
http://downloads.php.net/stas/
The Windows binaries are available at
http://windows.php.net/qa/
PHP 5.4.22 RC1 contains about 10 bugfixes for PHP 5.4 branch.
For a list of the bugfixes that you can target in your
testing, please refer to the NEWS file:
https://github.com/php/php-src/blob/php-5.4.22RC1/NEWS
The GA release of PHP 5.4.22 is planed for November 14th, in 2 weeks.
Regards,
Stas Malyshev
PHP 5.4 RM
Le 31/10/2013 15:23, Julien Pauli a écrit :
Our RC1 of 5.5.6 has just been released and can be
downloaded from:
$ php -v
Failed loading /usr/lib64/php/modules/opcache.so:
/usr/lib64/php/modules/opcache.so: undefined symbol: phar_resolve_alias
PHP 5.5.6RC1 (cli) (built: Nov 2 2013 08:57:30)
Copyright (c) 1997-2013 The PHP Group
...
So opcache depends on phar extension and thus is broken when phar is
build as shared. And I don't think we can make an zend_extension load
after a standard extension.
$ php -n -d extension=phar.so -d zend_extension=opcache.so -v
Failed loading /usr/lib64/php/modules/opcache.so:
/usr/lib64/php/modules/opcache.so: undefined symbol: phar_resolve_alias
PHP 5.5.6RC1 (cli) (built: Nov 2 2013 08:57:30)
Copyright (c) 1997-2013 The PHP Group
...
Remi.
hi Remi,
Le 31/10/2013 15:23, Julien Pauli a écrit :
Our RC1 of 5.5.6 has just been released and can be
downloaded from:$ php -v
Failed loading /usr/lib64/php/modules/opcache.so:
/usr/lib64/php/modules/opcache.so: undefined symbol: phar_resolve_alias
PHP 5.5.6RC1 (cli) (built: Nov 2 2013 08:57:30)
Copyright (c) 1997-2013 The PHP Group
...
Oops :/
thanks for the test and report!
So opcache depends on phar extension and thus is broken when phar is
build as shared. And I don't think we can make an zend_extension load
after a standard extension.$ php -n -d extension=phar.so -d zend_extension=opcache.so -v
Failed loading /usr/lib64/php/modules/opcache.so:
/usr/lib64/php/modules/opcache.so: undefined symbol: phar_resolve_alias
PHP 5.5.6RC1 (cli) (built: Nov 2 2013 08:57:30)
Copyright (c) 1997-2013 The PHP Group
Can you open a bug and assign it to Laruence pls?
Cheers,
Pierre
@pierrejoye | http://www.libgd.org
Le 02/11/2013 12:50, Pierre Joye a écrit :
Can you open a bug and assign it to Laruence pls?
Bug report: https://github.com/zendtech/ZendOptimizerPlus/issues/147
Fix proposal: https://github.com/zendtech/ZendOptimizerPlus/pull/148
I know this seems a bit ugly...
Remi.