Date: 05/05/00
- Next message: Bocskai Stefan: "[PHP-DEV] CLASS Problem"
- Previous message: Robert V. Zwink: "Re: [PHP-DEV] Question about Cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: jdurham <email protected>
Operating system: IRIX 6.5
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Compile Failure
Bug description: Compile Error in zend_execute.h
My configure line was:
./configure --with-mysql=/usr/share/irix-local --with-apxs=/usr/local/apache-1.3.12
It did give a warning about the apxs, but I looked at it and it seemed fine. PHP3 had no problems compiling with it.
Here is the errors. There's 5 of 'em:
"./zend_execute.h", line 49: error(1113): function "safe_free_zval_ptr" was
referenced but not defined
ZEND_API inline void safe_free_zval_ptr(zval *p);
^
"./zend_execute.h", line 51: error(1113): function "i_zend_is_true" was
referenced but not defined
ZEND_API inline int i_zend_is_true(zval *op);
^
"./zend_execute.h", line 53: error(1113): function
"zend_assign_to_variable_reference" was referenced but not defined
ZEND_API inline void zend_assign_to_variable_reference(znode *result, zval **variable_ptr_ptr, zval **value_ptr_ptr, temp_variable *Ts ELS_DC);
^
"./zend_execute.h", line 56: error(1113): function
"zend_ptr_stack_clear_multiple" was referenced but not defined
ZEND_API inline void zend_ptr_stack_clear_multiple(ELS_D);
^
"./zend_execute.h", line 57: error(1113): function "zend_ptr_stack_get_arg"
was referenced but not defined
ZEND_API inline int zend_ptr_stack_get_arg(int requested_arg, void **data ELS_DC);
^
-- 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: Bocskai Stefan: "[PHP-DEV] CLASS Problem"
- Previous message: Robert V. Zwink: "Re: [PHP-DEV] Question about Cookies"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

