On Mon, Aug 4, 2008 at 13:02, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > On Mon, 2008-08-04 at 09:49 +0200, Hannes Magnusson wrote: >> On Mon, Aug 4, 2008 at 01:29, Davey Shafik <[EMAIL PROTECTED]> wrote: >> > Hey, >> > >> > it has come to my attention that stream_context_get_default() >> > is /grossly/ misnamed, considering > [...] >> That doesn't really solve anything as the argument is optional. > > Adding a new function which enforces the parameter sounds way better > then a simple alias.
I agree. > >> In >> fact, to me it reads like the default context would be reset to >> nothing. > > I hope not ... I'd expect it to return the current default context > unchanged, else that function certainly should be replaced.... Read the example again: $ctx = stream_context_*set*_default(); (using the "new alias") :) using stream_context_*get*_default() without passing context to it returns the default context. -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php