On Sun, 30 Mar 2003, Marcus Boerger wrote: > /* {{{ includes > */ > @@ -575,6 +575,8 @@ > > /* {{{ php_error_cb > extended error handling function */ > +#define NO_NULL_STR(x) (x?x:"") > +
Why not use STR_PRINT()?
good question?
I'll change it
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php