[PHP-DEV] CVS update: php3/functions From: sas (php-dev <email protected>)
Date: 02/27/99

Date: Saturday February 27, 1999 @ 9:35
Author: sas

Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv16558

Modified Files:
        msql.c
Log Message:
add some aliases
Index: php3/functions/msql.c
diff -c php3/functions/msql.c:1.103 php3/functions/msql.c:1.104
*** php3/functions/msql.c:1.103 Sat Feb 6 14:36:01 1999
--- php3/functions/msql.c Sat Feb 27 09:35:03 1999
***************
*** 27,33 ****
     +----------------------------------------------------------------------+
   */
   
! /* $Id: msql.c,v 1.103 1999/02/06 19:36:01 sas Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
--- 27,33 ----
     +----------------------------------------------------------------------+
   */
   
! /* $Id: msql.c,v 1.104 1999/02/27 14:35:03 sas Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
***************
*** 101,111 ****
--- 101,117 ----
          {"msql_fetch_field", php3_msql_fetch_field, NULL},
          {"msql_field_seek", php3_msql_field_seek, NULL},
          {"msql_free_result", php3_msql_free_result, NULL},
+ {"msql_field_name", php3_msql_field_name, NULL},
+ {"msql_field_table", php3_msql_field_table, NULL},
+ {"msql_field_len", php3_msql_field_len, NULL},
+ {"msql_field_type", php3_msql_field_type, NULL},
+ {"msql_field_flags", php3_msql_field_flags, NULL},
          {"msql_fieldname", php3_msql_field_name, NULL},
          {"msql_fieldtable", php3_msql_field_table, NULL},
          {"msql_fieldlen", php3_msql_field_len, NULL},
          {"msql_fieldtype", php3_msql_field_type, NULL},
          {"msql_fieldflags", php3_msql_field_flags, NULL},
+
          {"msql_regcase", php3_sql_regcase, NULL},
          {"msql_affected_rows", php3_msql_affected_rows, NULL},
          /* for downwards compatability */

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>