[PHP-DEV] Supporting ArrayObject in array_* functions

2009-07-29 Thread Guilherme Blanco
Hi guys, What do you think about the possibility to support ArrayObject instances in array_* functions? If you all agreed on this, I can definately help to complete the patch, but I need some initial guidance to finish at least the first function. Cheers, -- Guilherme Blanco - Web Developer C

Re: [PHP-DEV] Why does PHP set no_local_copy?

2009-07-29 Thread Nicholas Sherlock
Nicholas Sherlock wrote: If PHP (5.3.0) is running as an (Apache 2) module, it currently sets no_local_copy to 1 on the response it sends to Apache This is now bug #49106: http://bugs.php.net/bug.php?id=49106 Cheers, Nicholas Sherlock -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Re: RFC: Replacing errors with Exceptions

2009-07-29 Thread Joey Smith
On Wed, Jul 29, 2009 at 05:33:18PM -0400, Alban wrote: > The result is it's impossible to use this function without @ statement. SimpleXML is hardly alone here, but I would imagine that if we could identify these and get bugs opened on them, there'd be very little resistance to fixing that aspect.

Re: [PHP-DEV] Re: RFC: Replacing errors with Exceptions

2009-07-29 Thread Brian Moon
Le Fri, 24 Jul 2009 15:23:21 +0200, user a écrit : I published a (work in progress) RFC today about replacing certain errors with exceptions. I know that there already was something similiar on the php6dev blog, but this is not completly the same, so awating your comments: http://wiki.php.net/r

[PHP-DEV] Re: RFC: Replacing errors with Exceptions

2009-07-29 Thread Alban
Le Fri, 24 Jul 2009 15:23:21 +0200, user a écrit : > I published a (work in progress) RFC today about replacing certain > errors with exceptions. I know that there already was something similiar > on the php6dev blog, but this is not completly the same, so awating your > comments: > > http://wiki

Re: [PHP-DEV] Re: Alternative mbstring implementation using ICU

2009-07-29 Thread Jani Taskinen
I'm just waiting for you to just commit it.. :) --Jani On 07/29/2009 12:08 PM, Moriyoshi Koizumi wrote: Aren't there any interests on this? If you think PHP 6 is gonna cover all of the functionality that allegedly-cruft mbstring currently provides, that is almost wrong :-p Moriyoshi On Tue, J

[PHP-DEV] Re: Alternative mbstring implementation using ICU

2009-07-29 Thread Moriyoshi Koizumi
Aren't there any interests on this? If you think PHP 6 is gonna cover all of the functionality that allegedly-cruft mbstring currently provides, that is almost wrong :-p Moriyoshi On Tue, Jul 28, 2009 at 5:41 PM, Moriyoshi Koizumi wrote: > I set up a RFC page for this in wiki.php.net.  Here it go