From: Pierre Joye Date: Sat, 5 Jul 2008 13:13:28 +0000 (+0000) Subject: -MFH: fix build (function was never implemented), even if noone uses it (or complain... X-Git-Tag: php-5.3.0alpha1~501 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0d28fafa85b35f12ab7a4e1213319fa2c21523c;p=php -MFH: fix build (function was never implemented), even if noone uses it (or complains about broken build ;) --- 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 */