Re: [PHP-DEV] mail.c

2001-04-02 Thread Andi Gutmans
Seems to me like these lines can be erased. ext/standard is always compiled in and doesn't really need ZEND_GET_MODULE() and in any case ZEND_GET_MODULE(odbc) seems bogus :) Andi At 04:35 PM 4/2/2001 +0100, James Moore wrote: >I was just reading through mail.c and this stuck out to me as seemi

[PHP-DEV] mail.c

2001-04-02 Thread James Moore
I was just reading through mail.c and this stuck out to me as seeming a little strange.. can anyone explain it?? (lines 43-46) #ifdef COMPILE_DL_STANDARD ZEND_GET_MODULE(odbc) #endif Why is it odbc? is this a careless ctrl-c ctrl-v someone has done or should it actually be this? cheers, James