From f0d28fafa85b35f12ab7a4e1213319fa2c21523c Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 5 Jul 2008 13:13:28 +0000 Subject: -MFH: fix build (function was never implemented), even if noone uses it (or complains about broken build ;) --- ext/msql/php_msql.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/msql/php_msql.c') 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 */ -- cgit v1.2.1