]> granicus.if.org Git - php/commitdiff
- fix build (function was never implemented), even if noone uses it (or complained...
authorPierre Joye <pajoye@php.net>
Sat, 5 Jul 2008 13:12:57 +0000 (13:12 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 5 Jul 2008 13:12:57 +0000 (13:12 +0000)
ext/msql/php_msql.c

index b9af3316cac4b6eca045db43f4e72190c73df6ab..5d174bd241914e3d1be9bdd75ebd954951d128a1 100644 (file)
@@ -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 */