Re: [PHP-DEV] PHP 5.5 Upgrade Notes Question

2013-03-21 Thread Stas Malyshev
Hi! > - In “Backwards Incompatible Changes” there’s a big list of BC > changes that are internals and don’t impact user land. So could come across > a lot more intimidating than it is. I think we should move towards the end > of the upgrade notes in a section of its own that’s “PHP Intern

Re: [PHP-DEV] PHP 5.5 Upgrade Notes Question

2013-03-21 Thread Pierre Joye
hi, On Fri, Mar 22, 2013 at 6:18 AM, Andi Gutmans wrote: > Some questions: > > - Dropped support for Windows XP & 2003: > > o Was this an RFC? At what point was it decided? (I may have missed it in > that case I’d just appreciate a pointer to where it was decided). I am > asking becau

[PHP-DEV] PHP 5.5 Upgrade Notes Question

2013-03-21 Thread Andi Gutmans
Hi, Just reading the excellent PHP 5.5 Upgrades Notes - https://raw.github.com/php/php-src/php-5.5.0beta1/UPGRADING Some questions: - Dropped support for Windows XP & 2003: o Was this an RFC? At what point was it decided? (I may have missed it in that case I’d just appreciate a p

Re: [PHP-DEV] Method check - Can someone create a RFC for it?

2013-03-21 Thread Tjerk Meesters
On 21 Mar, 2013, at 2:08 AM, Carlos Rodrigues wrote: > Hi, > > I'd like to suggest a new functionality for PHP. I don't know the > internals, and i can't create a patch implementing this. I'm writing > here in case someone likes this idea and write a RFC. > > We've had a problem recently where

[PHP-DEV] Fix for #64450

2013-03-21 Thread Anatol Belski
Hi Dmitry, I developed a patch for this one https://bugs.php.net/bug.php?id=64450 . It's regarding to the long overflow in mt_rand(). The main idea is to work with the args as double internally and then return php float if it exceeds the LONG_MAX. I strived to let the old behavior to be unchanged,

Re: [PHP-DEV] Enable Zend OPCache by default in php.ini-development during beta phase?

2013-03-21 Thread Pierre Joye
hi, On Thu, Mar 21, 2013 at 4:02 PM, David Soria Parra wrote: > Hi Internals, > > I added the default Zend OPCache settings to php.ini-development and > php.ini-production atm. To have more people testing the opcache I would > like to enable the OPCache in php.ini-development during the beta phas

Re: [PHP-DEV] Enable Zend OPCache by default in php.ini-development during beta phase?

2013-03-21 Thread Julien Pauli
On Thu, Mar 21, 2013 at 4:02 PM, David Soria Parra wrote: > Hi Internals, > > I added the default Zend OPCache settings to php.ini-development and > php.ini-production atm. To have more people testing the opcache I would > like to enable the OPCache in php.ini-development during the beta phase >

[PHP-DEV] Enable Zend OPCache by default in php.ini-development during beta phase?

2013-03-21 Thread David Soria Parra
Hi Internals, I added the default Zend OPCache settings to php.ini-development and php.ini-production atm. To have more people testing the opcache I would like to enable the OPCache in php.ini-development during the beta phase and disable it once we start the first RC. I hope we catch more errors

[PHP-DEV] Phar Bug #60953

2013-03-21 Thread Ralph Schindler
Hi all, I'd like to get some closure on this PR: https://github.com/php/php-src/pull/297 which fixes: https://bugs.php.net/bug.php?id=60953 I've discussed it in brief with both cjones and lawerence. I don't have commit karma for the phar extension, so someone will have to merge this for me.

Re: [PHP-DEV] Could we kill call_user_func?

2013-03-21 Thread Steve Clay
On 3/21/13 7:37 AM, Derick Rethans wrote: On Fri, 15 Mar 2013, Steve Clay wrote: call_user_func() just seems so ugly now that we have nicer syntax in so many other areas. That doesn't mean we should just be ripping out functionality that works perfectly fine. I was not clear in my initial p

[PHP-DEV] PHP5.5 beta 1 is ready

2013-03-21 Thread Julien Pauli
Hi Internals, PHP 5.5.0 Beta 1 has been released for testing. As you know, this code base is shipped with Zend OPCache. The packages can be found at: http://downloads.php.net/dsp and windows packages at http://windows.php.net/qa Please test the release carefully and report any bugs. Don't

[PHP-DEV] VCS Account Request: baronth

2013-03-21 Thread Alessandro Delvai
Translate in italian the pages of the PHP Documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Could we kill call_user_func?

2013-03-21 Thread Derick Rethans
On Fri, 15 Mar 2013, Steve Clay wrote: > call_user_func() just seems so ugly now that we have nicer syntax in > so many other areas. That doesn't mean we should just be ripping out functionality that works perfectly fine. cheers, Derick -- http://derickrethans.nl | http://xdebug.org Like Xde