Re: [PHP-DEV] [VOTE] Voting RFC votes closed

2011-06-27 Thread Sean Coates
> The RFC was accepted. Ok; so is this "official" now, or does it need to be ratified somehow? If I clean up my RFC (https://wiki.php.net/rfc/objectarrayliterals) and put it to vote, are these now the rules that will be followed? Since I didn't use "[RFC]" in the original email to internals, do

[PHP-DEV] [VOTE] Voting RFC votes closed

2011-06-27 Thread David Soria Parra
Hi, the voting for the Voting RFC is closed. Results can be found here: https://wiki.php.net/rfc/voting/vote The RFC was accepted. David -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC] Object oriented session handlers

2011-06-27 Thread Larry Garfield
On 6/27/11 11:01 AM, Arpad Ray wrote: On Mon, Jun 27, 2011 at 5:00 PM, Arpad Ray wrote: On Mon, Jun 27, 2011 at 4:52 AM, Larry Garfield wrote: I'm a bit confused. If the session handler goes out of its way to ensure that it's the last thing to run, wouldn't that cause an issue if it tries to

Re: [PHP-DEV] [RFC] Object oriented session handlers

2011-06-27 Thread Arpad Ray
On Mon, Jun 27, 2011 at 5:00 PM, Arpad Ray wrote: > On Mon, Jun 27, 2011 at 4:52 AM, Larry Garfield > wrote: >> I'm a bit confused.  If the session handler goes out of its way to ensure >> that it's the last thing to run, wouldn't that cause an issue if it tries to >> write session data after, s

Re: [PHP-DEV] SplClassLoader

2011-06-27 Thread guilhermebla...@gmail.com
Hannes, There's a RFC covering this. There's a patch also. https://wiki.php.net/rfc/splclassloader []s, On Mon, Jun 27, 2011 at 7:59 AM, rod wrote: > Yes sorry this is what I mean, a PSR0 compliant autoloader class built > in as standard. > > $loader = new SplClassLoader(); > $loader->register

[PHP-DEV] Re: [PECL-CVS] svn: /pecl/htscanner/trunk/ htscanner.c

2011-06-27 Thread Pierre Joye
hi, Please open a bug for this issue and copy the bt and co in there (pecl's htscanner). Cheers, On Mon, Jun 27, 2011 at 1:45 PM, Derick Rethans wrote: lease revert and try to get the fix in the SAPI itselft instead. > > It should be fixed in the SAPI as well of course, but because SAPIs > don'

[PHP-DEV] Re: [PECL-CVS] svn: /pecl/htscanner/trunk/ htscanner.c

2011-06-27 Thread Derick Rethans
Hi, On Mon, 27 Jun 2011, Pierre Joye wrote: > Thanks to catch it! > > However this fix sounds wrong to me. > > The SAPI should have getenv implemented as any other web server > related SAPI. It is also hence why I think this SAPI should really be > a separate SAPI, always enabled. > > Please r

Re: [PHP-DEV] SplClassLoader

2011-06-27 Thread rod
Yes sorry this is what I mean, a PSR0 compliant autoloader class built in as standard. $loader = new SplClassLoader(); $loader->register( '/path/to/my/library' ); etc... On 27 June 2011 11:57, Dennis Haarbrink wrote: > I suppose what he means is a classloader *implementation*. > Something along

Re: [PHP-DEV] SplClassLoader

2011-06-27 Thread Dennis Haarbrink
I suppose what he means is a classloader *implementation*. Something along the lines of: function($class) { return str_replace('\\', DIRECTORY_SEPARATOR, $class) . '.php'; } 2011/6/27 Hannes Magnusson > On Mon, Jun 27, 2011 at 12:19, rod wrote: > > Quick question: is there any planned incl

Re: [PHP-DEV] SplClassLoader

2011-06-27 Thread Hannes Magnusson
On Mon, Jun 27, 2011 at 12:19, rod wrote: > Quick question: is there any planned inclusion in PHP for an SplClassLoader? > What would that class do that the spl_autoload*() functions don't? -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.ne

[PHP-DEV] SplClassLoader

2011-06-27 Thread rod
Quick question: is there any planned inclusion in PHP for an SplClassLoader? Cheers - rod. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] SVN Account Request: mhndm

2011-06-27 Thread Mohsen mousawi
Translation of php Docs -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php