php 5.3.1 / php extension 컴파일 오류 있네요...

by disablerain posted Dec 11, 2009
OS : CentOS 5.4 64bit
kernel : 2.6.18-164.6.1.el5 x86_64

PHP 5.3.1 환경입니다.

Cubrid 까지는 정상적으로 설치를 마쳤는데, extension 에서 컴파일 과정에서 해결할수없는 문제가 생기네요..

네이버 포럼에 7월경에 문제 올라온거같은데 저로서는 해결방법을 찾을수가 없네요.

PHP 5.3.x 대 버젼 설치 어떻게 해야되나요?

혹시나 zend optimizer 때문인가햇는데 5.3.x 버젼은 Zend optimizer 도 없네요.

큐브리드 아직 자바쪽으로 치우쳐 져있는게 너무 아쉽습니다 ㅠ

--------------------------------------------------------------------------------------------------------------

/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_set_drop':
/root/install/cubrid-php/src/php_cubrid.c:2577: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_seq_insert':
/root/install/cubrid-php/src/php_cubrid.c:2626: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_seq_put':
/root/install/cubrid-php/src/php_cubrid.c:2686: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_seq_drop':
/root/install/cubrid-php/src/php_cubrid.c:2744: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_commit':
/root/install/cubrid-php/src/php_cubrid.c:2794: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_rollback':
/root/install/cubrid-php/src/php_cubrid.c:2827: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_new_glo':
/root/install/cubrid-php/src/php_cubrid.c:2861: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_save_to_glo':
/root/install/cubrid-php/src/php_cubrid.c:2897: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_load_from_glo':
/root/install/cubrid-php/src/php_cubrid.c:2933: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'zif_cubrid_send_glo':
/root/install/cubrid-php/src/php_cubrid.c:2980: warning: 'zend_get_parameters_ex' is deprecated (declared at /usr/local/php-5.3.1/include/php/Zend/zend_API.h:222)
/root/install/cubrid-php/src/php_cubrid.c: In function 'cubrid_add_index_array':
/root/install/cubrid-php/src/php_cubrid.c:3391: error: 'tsrm_ls' undeclared (first use in this function)
/root/install/cubrid-php/src/php_cubrid.c:3391: error: (Each undeclared identifier is reported only once
/root/install/cubrid-php/src/php_cubrid.c:3391: error: for each function it appears in.)
/root/install/cubrid-php/src/php_cubrid.c: In function 'cubrid_add_assoc_array':
/root/install/cubrid-php/src/php_cubrid.c:3436: error: 'tsrm_ls' undeclared (first use in this function)
make: *** [php_cubrid.lo] Error 1

Articles

7 8 9 10 11 12 13 14 15 16