On Sun, 24 Nov 2002, Sterling Hughes wrote:

> > sas         Sun Nov 24 11:23:38 2002 EDT
> >
> >   Modified files:
> >     /php4/ext/pgsql pgsql.c
> >   Log:
> >   Use proper form of NUL
>
>     I was under the assumption that 0 and '\0' were semantically equivalent.

    '\0' allows for an implementation to use a special
    end-of-string signature (i.e. where not all bits are zero),
    whereas 0 is just a number with no further semantical
    context.

    - Sascha

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to