summaryrefslogtreecommitdiff
path: root/ext/msql/php_msql.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-07-05 13:13:28 +0000
committerPierre Joye <pajoye@php.net>2008-07-05 13:13:28 +0000
commitf0d28fafa85b35f12ab7a4e1213319fa2c21523c (patch)
tree640bb1aef4537509e35beecd56cb0c3a6fe13477 /ext/msql/php_msql.c
parent5deede0da46dae31f4ed99ef21deadc854482a19 (diff)
downloadphp-git-f0d28fafa85b35f12ab7a4e1213319fa2c21523c.tar.gz
-MFH: fix build (function was never implemented), even if noone uses it (or complains about broken build ;)
Diffstat (limited to 'ext/msql/php_msql.c')
-rw-r--r--ext/msql/php_msql.c2
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 */