[PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/run-tests.phpbranches/PHP_5_3/run-tests.php trunk/run-tests.php

2010-08-18 Thread Michael Wallner

On 08/17/2010 05:14 PM, Kalle Sommer Nielsen wrote:

Hi Matteo

2010/8/17 Matteo Beccatip...@beccati.com:

Hi Kalle

Aren't curly braces deprecated? ;)


After reading the manual, yeah in 5.3+ they are. They don't however
throw an E_DEPRECATED notice so unless consulting the manual I don't
think so many are aware of it, including myself. As for changing it, I
will commit a patch for changing it back sometime later this week.


Didn't we go back on the decision on deprecating curly braces for
string indexing?  I think this is the reason why it doesn't emit
E_DEPRECATED.


Cheers,
Mike

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Annoucing PHP 5.4 Alpha 1

2010-08-18 Thread steve
 With Traits, interned strings/hash table optimizations, array deref.,

Can we bring the strings/hash table optimizations to PHP 5.3.x please?

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] back to 5.4 alpha

2010-08-18 Thread Sebastian Bergmann
Am 15.08.2010 15:42, schrieb Wim Godden:
 Looking forward to any feedback !

 Have you looked at http://github.com/troelskn/php-tracer-weaver? It is
 similar to what you are doing (though not integrated with PHPUnit).

-- 
Sebastian BergmannCo-Founder and Principal Consultant
http://sebastian-bergmann.de/   http://thePHP.cc/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Annoucing PHP 5.4 Alpha 1

2010-08-18 Thread Sebastian Bergmann
Am 19.08.2010 01:32, schrieb steve:
 Can we bring the strings/hash table optimizations to PHP 5.3.x please?

 Performance optimizations, especially major ones like the ones you
 mention, should be treated the same as new features: they should not be
 introduced in a minor version.

-- 
Sebastian BergmannCo-Founder and Principal Consultant
http://sebastian-bergmann.de/   http://thePHP.cc/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php