[PHP-DEV] PHP 5.4.6 and PHP 5.3.16 released!

2012-08-16 Thread David Soria Parra
Hello! The PHP Development Team announces the immediate availability of PHP 5.4.6 and PHP 5.3.16. The releases fixes over 20 bugs. All users are adviced to update to PHP 5.4.6! Alternatively, PHP 5.3.16 is recommended for those wishing to remain on the 5.3 series. PHP 5.4.6: Release Announc

[PHP-DEV] Pull Request queue

2012-08-16 Thread Rasmus Lerdorf
Our pull request queue is getting a bit backed up: https://qa.php.net/pulls/#repo=php-src We have a few people looking at these. stas, laruence, nikic, reeze and a couple of others, but it would be good to get more eyeballs to test the changes and comment on them. And I suspect some people here d

Re: [PHP-DEV] PHP 5.4.6RC1 Released for Testing!

2012-08-16 Thread Remi Collet
Can you confirm me when the public annoucement for final 5.4.6 will be published ? (time) I notice that http://windows.php.net/download/#php-5.4 already provides 5.4.6 when it is not announced... I'm waiting for official announcement to publish some fresh RPM and push update to Fedora. Regards,

[PHP-DEV] The Photographers Guide to Etosha National Park

2012-08-16 Thread Etosha Photography Uncovered
Would you like to return home from your Etosha safari with amazing photos ? If yes, then this ebook is for you . You may have just one chance to capture the moments that you witness. You can get a head start with your safari and know important information up-front. With this affordable eBook

Re: [PHP-DEV] removing an item from an array

2012-08-16 Thread Lester Caine
Sherif Ramadan wrote: I don't wish to degrade anyone's contributions to this thread, but this really is the perfect example of making a lot of fuss over nothing on the mailing list and an example of the kinds of discussion we should be avoiding when there are so many other important problems we c

Re: [PHP-DEV] Inline typecasting / typehinting for classes and interfaces

2012-08-16 Thread Sebastian Krebs
Hi, after reading this mail: Is it just me or is a userspace implementation really that trivial? function ensure($object, $class) { if ($object instanceof $class) { return $object; } throw new InvalidArgumentException(sprintf('Object is not of type %s', $class)); } And then in

Re: [PHP-DEV] Proposal: use SomeClass::staticMethod

2012-08-16 Thread Sebastian Krebs
2012/8/15 Giedrius Dubinskas > On Wed, Aug 15, 2012 at 4:54 PM, Sebastian Krebs > wrote: > > 2012/8/15 Giedrius Dubinskas > > > >> On Wed, Aug 15, 2012 at 2:19 PM, Yahav Gindi Bar > >> wrote: > >> > On Wed, Aug 15, 2012 at 2:09 PM, Paul Dragoonis > >> wrote: > >> >> > >> >> Comments inline. >