Re: [PHP-DEV] About to end 5.3

2013-06-20 Thread Stas Malyshev
Hi! Good bye 5.3, you were a great step for PHP! Looking forward to a bright and open future! Thank you Johannes for all you work on 5.3! -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Disabling the GC during shutdown

2013-06-20 Thread Laruence
On Thu, Jun 20, 2013 at 1:46 AM, Anthony Ferrara ircmax...@gmail.com wrote: All, We were discussing a range of bugs today with the garbage collector. For example: https://bugs.php.net/bug.php?id=64827 After quite a bit of digging, it appears what's happening is that the garbage collector is

Re: [PHP-DEV] Disabling the GC during shutdown

2013-06-20 Thread Laruence
On Thu, Jun 20, 2013 at 6:12 PM, Laruence larue...@php.net wrote: On Thu, Jun 20, 2013 at 1:46 AM, Anthony Ferrara ircmax...@gmail.com wrote: All, We were discussing a range of bugs today with the garbage collector. For example: https://bugs.php.net/bug.php?id=64827 After quite a bit of

Re: [PHP-DEV] Disabling the GC during shutdown

2013-06-20 Thread Anthony Ferrara
Laruence, Sorry, but I don't this this explain is right. if there is more than one refcount to a zval, then it should never be freed and if a zval is freed, then it must also be removed from the gc roots. The point here is that the GC is run *while* the zval is being freed.

Re: [PHP-DEV] Re: About to end 5.3

2013-06-20 Thread Andrey Hristov
On 06/19/2013 10:08 PM, David Soria Parra wrote: On 2013-06-19, Johannes Schlüter johan...@php.net wrote: Good bye 5.3, you were a great step for PHP! Looking forward to a bright and open future! Thank you for taking care of this branch for so long. Keep the good job up. ditto! Andrey --

[PHP-DEV] ARM performance and GOTO executor

2013-06-20 Thread Ard Biesheuvel
Hello all, I am working on ARM server performance tuning, and I have been playing around a bit with the various executor modes and zend_vm_gen.php. As it turns out (scroll down for numbers), the GOTO executor is much faster than the default CALL executor on ARM, partly due to fewer branch

Re: [PHP-DEV] ARM performance and GOTO executor

2013-06-20 Thread Dmitry Stogov
GOTO-executor is faster on x86 as well. It may be proven by synthetic benchmarks, however. on real-life applications it doesn't make any significant difference (sometimes it even slowdown). I'm not sure how we should generate (and test) zend_vm_execute-goto.h. Probably the only good option is

[PHP-DEV] Attend the Premier Annual Conference Tradeshow for Venue Managers - FREE

2013-06-20 Thread CelebrityAccess
Celebrity Access and the International Association of Venue Managers (IAVM) invite you to the 88th annual VenueConnect, taking place July 27-30, 2013 in legendary New Orleans, La. Noted as the premier conference and trade show for venue professionals, VenueConnect is the largest convention for

[PHP-DEV] PHP 5.3.18RC1 and 5.4.8RC1 Released for Testing!

2013-06-20 Thread Johannes Schlüter
Hi! We've released PHP 5.3.27RC1 and 5.4.17RC1 which can be found here: 5.3.27RC1: http://downloads.php.net/johannes/php-5.3.27RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.27RC1.tar.gz 5.4.17RC1: http://downloads.php.net/stas/php-5.4.17RC1.tar.bz2

[PHP-DEV] PHP 5.3.27RC1 and 5.4.17RC1 Released for Testing!

2013-06-20 Thread Johannes Schlüter
Hi! We've released PHP 5.3.27RC1 and 5.4.17RC1 which can be found here: 5.3.27RC1: http://downloads.php.net/johannes/php-5.3.27RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.27RC1.tar.gz 5.4.17RC1: http://downloads.php.net/stas/php-5.4.17RC1.tar.bz2

[PHP-DEV] Re: OPCache documentation

2013-06-20 Thread Julien Pauli
On Wed, May 15, 2013 at 3:54 PM, Julien Pauli jpa...@php.net wrote: Hi all, As you know, 5.5 final is coming soon. We are in RC, so mainly stabilizing stuff and preparing the final release for anyone to setup 5.5 on their servers. I see the documentation migration guide has already been

Re: [PHP-DEV] PHP 5.5.0 final has been released!

2013-06-20 Thread Anthony Ferrara
Congrats all!!! On Thu, Jun 20, 2013 at 5:22 PM, Julien Pauli jpa...@php.net wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.5.0. This release includes a large number of new features and bug fixes. A separate release announcement is also

Re: [PHP-DEV] PHP 5.5.0 final has been released!

2013-06-20 Thread Nick Wallace
Congrats!!! -- Nick Wallace On Thu, Jun 20, 2013 at 4:39 PM, Anthony Ferrara ircmax...@gmail.com wrote: Congrats all!!! On Thu, Jun 20, 2013 at 5:22 PM, Julien Pauli jpa...@php.net wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.5.0. This

[PHP-DEV] Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Sherif Ramadan
On Thu, Jun 20, 2013 at 5:36 PM, Julien Pauli jpa...@php.net wrote: On Wed, May 15, 2013 at 3:54 PM, Julien Pauli jpa...@php.net wrote: Hi all, As you know, 5.5 final is coming soon. We are in RC, so mainly stabilizing stuff and preparing the final release for anyone to setup 5.5 on their

[PHP-DEV] Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Adam Harvey
On 20 June 2013 14:36, Julien Pauli jpa...@php.net wrote: On Wed, May 15, 2013 at 3:54 PM, Julien Pauli jpa...@php.net wrote: Hi all, As you know, 5.5 final is coming soon. We are in RC, so mainly stabilizing stuff and preparing the final release for anyone to setup 5.5 on their servers.

[PHP-DEV] PHP 5.5.0 final has been released!

2013-06-20 Thread Julien Pauli
Hello! The PHP Development Team would like to announce the immediate release of PHP 5.5.0. This release includes a large number of new features and bug fixes. A separate release announcement is also available. For changes in PHP 5.5.0 since PHP 5.4, please consult the PHP 5 ChangeLog. Release

Re: [PHP-DEV] Disabling the GC during shutdown

2013-06-20 Thread Stas Malyshev
Hi! Yes, that is what's happening here. zval_mark_grey() is trying to walk through the object's hash table, but the first bucket is already freed, so when it tries to access it bad things happen. Why is this specific to shutdown? Hashtables are freed all the time, what specific shutdown is

[PHP-DEV] Re: [PHP-DOC] Re: OPCache documentation

2013-06-20 Thread Sherif Ramadan
On Thu, Jun 20, 2013 at 5:51 PM, Adam Harvey ahar...@php.net wrote: I'm working on some basic opcache documentation as we speak, since it was pointed out on #php.doc. That said, mostly what I'm doing for now is adapting the README in ext/opcache and documenting opcache_reset() and

Re: [PHP-DEV] Disabling the GC during shutdown

2013-06-20 Thread Anthony Ferrara
Stas, Why is this specific to shutdown? Hashtables are freed all the time, what specific shutdown is doing different from all others so that this bug only happens on shutdown? Honestly, I am not sure. Every report that I've seen has it happening at shutdown. Could very well be a coincidence.

Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build

2013-06-20 Thread Felipe Pena
Hi guys, Cannot the patch be backported to 5.4? Because actually 5.4 allows build with Bison 2.6.1, but it doesn't work for ZTS build though. 2013/3/26 Pierre Joye pierre@gmail.com: On Mar 26, 2013 12:59 AM, Christopher Jones christopher.jo...@oracle.com wrote: OK. I also tested bison

[PHP-DEV] Case insensitivity no longer locale specific

2013-06-20 Thread Daniel Convissor
Hi Folks: I'd like to put an example in the 5.5 migration documentation for the Case insensitivity no longer locale specific section. Can someone please provide one? Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and

Re: [PHP-DEV] Case insensitivity no longer locale specific

2013-06-20 Thread Stas Malyshev
Hi! I'd like to put an example in the 5.5 migration documentation for the Case insensitivity no longer locale specific section. Can someone please provide one? Some locales (Turkish one for example) have very unexpected rules of lowercasing and uppercasing - IIRC Turkish locale lowercases I

Re: [PHP-DEV] PHP 5.5.0 final has been released!

2013-06-20 Thread Marco Pivetta
Well done! Congratulations! On 20 Jun 2013 23:23, Julien Pauli jpa...@php.net wrote: Hello! The PHP Development Team would like to announce the immediate release of PHP 5.5.0. This release includes a large number of new features and bug fixes. A separate release announcement is also

Re: [PHP-DEV] Disabling the GC during shutdown

2013-06-20 Thread Stas Malyshev
Hi! Honestly, I am not sure. Every report that I've seen has it happening at shutdown. Could very well be a coincidence. Well, if we don't know why or if it's shutdown only, disabling on shutdown wouldn't do much good. I have a patch which prevents the segfault:

Re: [PHP-DEV] Re: About to end 5.3

2013-06-20 Thread Sherif Ramadan
Thanks Johannes! This will be the longest running branch in PHP's history (spanning nearly 5 years now), not only PHP 5 (which is now going on almost a decade). Superb job and thanks to everyone else who contributed. Fair well 5.3... We'll miss you!