diff options
Diffstat (limited to 'ext/msql/php_msql.c')
-rw-r--r-- | ext/msql/php_msql.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c index de5920cfa4..fb5ddcdc01 100644 --- a/ext/msql/php_msql.c +++ b/ext/msql/php_msql.c @@ -81,8 +81,6 @@ const zend_function_entry msql_functions[] = { 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 */ |