From 60dbdea125bce7e850a00cf47178199cfedb52e2 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 5 Jul 2008 13:12:57 +0000 Subject: [PATCH] - fix build (function was never implemented), even if noone uses it (or complained about broken build ;) --- ext/msql/php_msql.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c index b9af3316ca..5d174bd241 100644 --- a/ext/msql/php_msql.c +++ b/ext/msql/php_msql.c @@ -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 */ -- 2.40.0