[PHP-DEV] CVS Account Request: cardoe

2007-03-19 Thread Douglas Goldstein
I am taking over the maintainership for ext/ldap as per my discussions with Antony Dovgal and Ilia Alshanetsky. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] JSON inclusion in core

2006-01-31 Thread Douglas Crockford
> >JavaScript does have a concept of an object in its prototype chain. > >However, it is not captured in JSON, so the part about JSON's object > >being just an associative array is correct. > > > >It makes sense to me that JSON->PHP would produce an associate array. > >Independent of that, it mig

RE: [PHP-DEV] JSON inclusion in core

2006-01-24 Thread Douglas Crockford
> > JSON in general looks far better suited to the PHP->js layer.. > > Yup, until browsers start sending JSON requests natively, I don't see > much js->PHP usage either. PHP->js is the much more common > use case at this point. We are working on better browser support for JSON. We are develo

RE: [PHP-DEV] JSON inclusion in core

2006-01-23 Thread Douglas Crockford
> I guess I am confused. > Javascript, and thus JSON, has no concept of an object. > It has something it calls an object, but that is just an > associative array. > Are you trying to layer some other syntax on top of > JSON to convey more meaning than what JSON/Javascript > natively suppo

Re: RE: [PHP-DEV] Reference handling change and PHP 4.4.0

2005-09-15 Thread Douglas
ld have to explain to someone new to the language using PHP 5? Douglas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new overloading feature?

2004-11-05 Thread Douglas Livingstone
{ $t = self::instance(); return $t->value; } } Regards, Douglas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php