[PHP-DEV] PHP 4.0 Bug #2880: assignment of incompatible pointer type From: evan715 <email protected>
Date: 11/30/99

From: evan715 <email protected>
Operating system: Red Hat Linux 6
PHP version: 4.0 Latest CVS (30/11/1999)
PHP Bug Type: Compile Warning
Bug description: assignment of incompatible pointer type

main.c: In function `php_module_startup':
main.c:897: warning: assignment from incompatible pointer type

I believe this has to do with the fact that fopen_function in struct zend_utility_functions hasn't been updated to the new (const char* filename, char **opened_path) that php_fopen_wrapper_for_zend() uses.

-- 
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>