php-developer-list | 2001041
Date: 04/02/01
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing"
- Previous message: James Moore: "[PHP-DEV] mail.c"
- In reply to: James Moore: "[PHP-DEV] mail.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 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
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-QA] PHP 4.0.5 Release Candidate testing"
- Previous message: James Moore: "[PHP-DEV] mail.c"
- In reply to: James Moore: "[PHP-DEV] mail.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

