php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62090 compile error with php 5.4.3
Submitted: 2012-05-21 12:05 UTC Modified: 2017-10-24 04:22 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:3 (100.0%)
From: HMWiesinger at gmx dot at Assigned:
Status: Suspended Package: mysqlnd_uh (PECL)
PHP Version: 5.4.3 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: HMWiesinger at gmx dot at
New email:
PHP Version: OS:

 

 [2012-05-21 12:05 UTC] HMWiesinger at gmx dot at
Description:
------------
I grabbed the latest code from svn (revision 325766) and tried to compile it 
against php 5.4.3, 
but it failed with the following error:

 cc -I. -I/usr/src/sbo_tmp/mysqlnd_uh-r325766 -DPHP_ATOM_INC -
I/usr/src/sbo_tmp/mysqlnd_uh-r325766/include -I/usr/src/sbo_tmp/mysqlnd_uh-
r325766/main -I/usr/src/sbo_tmp/mysqlnd_uh-r325766 -I/usr/include/php -
I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -
I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -fPIC 
-c /usr/src/sbo_tmp/mysqlnd_uh-r325766/php_mysqlnd_uh.c  -fPIC -DPIC -o 
.libs/php_mysqlnd_uh.o
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_query_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:198:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘query’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_init_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:221:48: error: 
‘MYSQLND’ has no member named ‘net’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:225:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘init’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks.c: In function 
‘zif_mysqlnd_uh_convert_to_mysqlnd’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks.c:523:13: warning: 
assignment makes pointer from integer without a cast [enabled by default]
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_escape_string_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:329:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘escape_string’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_set_charset_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:354:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘set_charset’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_send_query_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:378:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘send_query’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_reap_query_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:386:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘reap_query’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_use_result_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:402:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘use_result’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_store_result_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:423:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘store_result’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_next_result_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:430:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘next_result’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_stmt_init_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:446:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘stmt_init’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_more_results_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:479:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘more_results’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_shutdown_server_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:504:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘shutdown_server’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_refresh_server_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:528:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘refresh_server’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_ping_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:535:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘ping’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_kill_connection_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:554:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘kill_connection’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_select_db_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:579:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘select_db’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_change_user_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:625:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘change_user’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_server_dump_debug_information_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:634:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named 
‘server_dump_debug_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_error_no_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:635:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_error_no’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_error_str_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:636:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_error_str’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_sqlstate_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:637:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_sqlstate’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_thread_id_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:638:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_thread_id’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_statistics_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:663:27: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_statistics’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_server_version_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:671:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_server_version’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_server_information_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:672:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_server_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_server_statistics_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:697:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_server_statistics’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_host_information_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:705:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_host_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_protocol_information_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:706:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_protocol_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_last_message_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:707:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_last_message’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_charset_name_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:708:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘charset_name’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_list_fields_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:729:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘list_fields’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_list_method_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:758:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘list_method’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_last_insert_id_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:766:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_last_insert_id’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_affected_rows_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:767:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_affected_rows’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_warning_count_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:768:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_warning_count’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_get_field_count_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:769:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘get_field_count’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_set_server_option_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:789:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘set_server_option’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_set_client_option_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:904:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘set_client_option’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_query_read_result_set_header_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:964:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named 
‘query_read_result_set_header’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_simple_command_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:997:33: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘simple_command’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_simple_command_handle_response_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1028:33: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘simple_command_handle_response’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_restart_psession_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1036:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘restart_psession’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_send_close_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1037:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘send_close’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_ssl_set_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1065:33: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘ssl_set’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_end_psession_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1087:33: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘end_psession’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_free_contents_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1113:27: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘free_contents’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_result_init_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1130:32: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘result_init’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_set_autocommit_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1155:33: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘set_autocommit’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_tx_commit_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1162:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘tx_commit’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘php_mysqlnd_uh_conn_tx_rollback_pub’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1163:1: error: 
‘struct st_mysqlnd_conn_methods’ has no member named ‘tx_rollback’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c: In function 
‘mysqlnd_uh_minit_register_hooks_connection’:
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1184:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘query’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1185:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘init’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1187:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘escape_string’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1188:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘set_charset’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1189:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘send_query’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1190:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘reap_query’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1191:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘use_result’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1192:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘store_result’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1193:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘next_result’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1194:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘more_results’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1195:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘stmt_init’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1196:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘shutdown_server’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1197:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘refresh_server’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1198:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘ping’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1199:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘kill_connection’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1200:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘select_db’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1201:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘server_dump_debug_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1202:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘change_user’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1203:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_error_no’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1204:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_error_str’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1205:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_sqlstate’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1206:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_thread_id’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1207:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_statistics’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1208:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_server_version’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1209:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘get_server_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1210:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘get_server_statistics’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1211:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘get_host_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1212:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘get_protocol_information’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1213:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_last_message’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1214:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘charset_name’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1215:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘list_fields’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1216:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘list_method’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1217:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_last_insert_id’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1218:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_affected_rows’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1219:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_warning_count’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1220:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘get_field_count’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1221:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘set_server_option’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1222:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘set_client_option’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1224:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘query_read_result_set_header’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1225:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘simple_command’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1226:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named 
‘simple_command_handle_response’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1227:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘restart_psession’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1228:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘send_close’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1229:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘ssl_set’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1234:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘end_psession’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1235:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘free_contents’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1238:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘set_autocommit’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1239:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘tx_commit’
/usr/src/sbo_tmp/mysqlnd_uh-r325766/mysqlnd_uh_hooks_connection.c:1240:25: 
error: ‘struct st_mysqlnd_conn_methods’ has no member named ‘tx_rollback’
make: *** [mysqlnd_uh_hooks_connection.lo] Error 1
make: *** Waiting for unfinished jobs....


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-22 22:26 UTC] felipe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: dsp
 [2012-08-25 09:44 UTC] HMWiesinger at gmx dot at
Seeing that there's no action on this in 3 months, I assume getting mysqlnd_uh to 
work with php 5.4 is not very high on anyone's priority list.
If this is not going to happen anytime soon, I would appreciate some pointers on 
how I can fix this myself. I tried having a look at the code already, but I don't 
really have a clue where to start :/
 [2012-11-16 05:44 UTC] dsp@php.net
Sorry, it's indeed not very high on my todolist atm, but I'll see what i can do.
 [2017-10-24 04:22 UTC] kalle@php.net
-Status: Assigned +Status: Suspended -Assigned To: dsp +Assigned To:
 [2017-10-24 04:22 UTC] kalle@php.net
I'm gonna suspend this report as the mysqlnd_uh had not a release since 2010, if activity comes back to this package, it should be re-opened
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC