null+****@clear*****
null+****@clear*****
2012年 2月 1日 (水) 16:20:30 JST
Kouhei Sutou 2012-02-01 16:20:30 +0900 (Wed, 01 Feb 2012) New Revision: 00c268fe286551f48d62efb3d9815847f12a59e4 Log: [php] support PHP 5.4. Patch by Daiki Ueno. Thanks!!! Modified files: bindings/php/groonga.c Modified: bindings/php/groonga.c (+1 -1) =================================================================== --- bindings/php/groonga.c 2012-02-01 13:08:03 +0900 (4d61b2e) +++ bindings/php/groonga.c 2012-02-01 16:20:30 +0900 (ef70247) @@ -10,7 +10,7 @@ void grn_ctx_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) grn_ctx_close(ctx); } -function_entry groonga_functions[] = { +zend_function_entry groonga_functions[] = { PHP_FE(grn_ctx_init , grn_ctx_init_arg_info) PHP_FE(grn_ctx_close , grn_ctx_close_arg_info) PHP_FE(grn_ctx_connect , grn_ctx_connect_arg_info)