- fix build (function was never implemented), even if noone uses it (or complained about broken build ;)

This commit is contained in:
Pierre Joye 2008-07-05 13:12:57 +00:00
parent d71c16bd93
commit 60dbdea125

View File

@ -80,9 +80,7 @@ const zend_function_entry msql_functions[] = {
PHP_FALIAS(msql_fieldlen, msql_field_len, NULL)
PHP_FALIAS(msql_fieldtype, msql_field_type, NULL)
PHP_FALIAS(msql_fieldflags, msql_field_flags, NULL)
PHP_FALIAS(msql_regcase, sql_regcase, NULL)
PHP_FALIAS(msql_affected_rows, msql_affected_rows, NULL)
/* for downwards compatability */