php-developer-list | 2000101
Date: 10/13/00
- Next message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Previous message: liinu <email protected>: "[PHP-DEV] Bug #7179: Apache process with php3 modules dies with segmentation fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: ralf <email protected>
Operating system: linux 2.2.14-15mdk
PHP version: 4.0.3
PHP Bug Type: Compile Failure
Bug description: Missing cast in ZEND_FAST_FREE
Hi
In the Maco ZEND_FAST_FREE Zend/zend_fast_cache.h Line 77
g++ miss a cast, so it is not possible to translate it, with cpp extensions.
The correct line must be:
((zend_fast_cache_list_entry *) (p))->next = (zend_fast_cache_list_entry*) (AG(fast_cache_list_head)[fc_type]); \
Best regards
Ralf Klever
-- Edit Bug report at: http://bugs.php.net/?id=7180&edit=1-- 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: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO"
- Previous message: liinu <email protected>: "[PHP-DEV] Bug #7179: Apache process with php3 modules dies with segmentation fault"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

