At 08:53 AM 5/3/2001 -0500, Andrei Zmievski wrote:
>On Thu, 03 May 2001, Andi Gutmans wrote:
> > Yeah but I'm afraid it'll make scripts be written on behavior which
> > shouldn't be counted on.
> > Maybe in future versions of Zend $array['foo'] won't be defined. There are
> > certain situations where I think it was impossible to not define it so it
> > was defined with NULL meaning it's not defined.
>
>Um, but some db extensions return NULL values as part of the array, so
>if column 'foo' is NULL in the db, you'd want the result array to have
>NULL under key 'foo' - it just won't do to have that column be missing.

Yeah but you can use === NULL for those.
You might be right but I remember we decided it's problematic.

Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to