On 14/03/02, "Zeev Suraski" <[EMAIL PROTECTED]> wrote: > The only comment I have (after this short glance) is that I'd rather see > sizeof(foo) instead of 'sizeof foo' (we don't need yet another style in our > code base :),
I know of a compiler for the Amiga that doesn't grok 'sizeof struct foo'; the solution is to always use 'sizeof(struct foo)'. As for the audit project itself; it does sound like a good idea. --Wez. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php