|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-25 14:45 UTC] waldowda at plu dot edu
[2000-09-29 08:45 UTC] waldowda at plu dot edu
[2000-11-29 04:43 UTC] sniper@php.net
[2000-11-30 00:43 UTC] waldowda at plu dot edu
[2000-12-18 11:06 UTC] sniper@php.net
[2001-08-03 23:35 UTC] sniper@php.net
[2001-08-03 23:47 UTC] sas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 23:00:02 2025 UTC |
install fails with 5 errors in compile of zend_execute.c. Procedure is as follows with some condensation. from tcsh shell: setenv CC cc ./configure --with-mysql=/usr/local/mysql/ --enable-track-vars --with-apxs=/usr/local/apache/bin/apxs "./zend_execute.h", line 57: 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 71: 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 115: 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 131: 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) ^ "./zend_execute.h", line 174: 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) ^ 5 errors detected in the compilation of "./zend_execute.c". *** Error code 1 (bu21) *** Error code 1 (bu21)