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
> >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
> > 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
> 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
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
{
$t = self::instance();
return $t->value;
}
}
Regards,
Douglas
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php