[PHP-DEV] PHP 4.0 Bug #7180: Missing cast in ZEND_FAST_FREE From: ralf <email protected>
Date: 10/13/00

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>