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

2012-10-04 Thread Johannes Schlüter
Hi! We've released PHP 5.3.18RC1 and 5.4.8RC1 which can be found here: 5.3.18RC1: http://downloads.php.net/johannes/php-5.3.18RC1.tar.bz2 http://downloads.php.net/johannes/php-5.3.18RC1.tar.gz 5.4.8RC1: http://downloads.php.net/stas/php-5.4.8RC1.tar.bz2 http://downloads.php.net

[PHP-DEV] Arrays which have properties of sets

2012-10-04 Thread Adam Jon Richardson
A while back, there was a thread discussing adding a specific function for removing elements from an array by value. Rasmus L. noted that when the values are unique, they would be better represented as keys: > The problem is that it is a rather unusual thing to do. I don't mean > removing an eleme

Re: [PHP-DEV] generators & php tools

2012-10-04 Thread Derick Rethans
On Sun, 30 Sep 2012, Stas Malyshev wrote: > I was looking into generators topic and I couldn't find answer to this > question: how generators are supposed to interact with PHP tools, such > as debuggers, profilers, etc.? Specifically, how calls to generator > are handled? Usually, the tool over

Re: [PHP-DEV] zend_execute_internal hook missing from PHP 5

2012-10-04 Thread Derick Rethans
On Sun, 26 Aug 2012, Stas Malyshev wrote: > > While this has no immediate impact for average PHP users, it > > basically kills the possibility for an extension like Suhosin to > > catch all function starts. This should also be a problem for your > > DTRACE support. And IIRC Xdebug was hooking t