> 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
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
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
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
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
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'
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
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
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
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
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
Translation of php Docs
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
12 matches
Mail list logo