[PHP-DEV] PHP 4.0 Bug #2733: latest CVS libzend does not compile (zend_execute_API.c) From: danny.heijl <email protected>
Date: 11/16/99

From: danny.heijl <email protected>
Operating system: Red Hat Linux 6.0
PHP version: 4.0 Latest CVS (16/11/1999)
PHP Bug Type: Compile Failure
Bug description: latest CVS libzend does not compile (zend_execute_API.c)

When rebuilding from the latest CVS :

make distclean; build -f build.mk; configure ....

......
gcc -DHAVE_CONFIG_H -I. -I/home/web/php/php4/./libzend -I. -I/home/local/include -O2 -mpentium -g -Wall -I/opt/informix/incl/esql -g -Wall -c zend_execute_API.c -o zend_execute_API.o
zend_execute_API.c: In function `call_user_function_ex':
zend_execute_API.c:385: too few arguments to function
make[2]: *** [zend_execute_API.lo] Error 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>