From: <ama...@us...> - 2003-08-05 06:19:32
|
Update of /cvsroot/binaryphp/binaryphp/functions/mysql In directory sc8-pr-cvs1:/tmp/cvs-serv4995/functions/mysql Added Files: mysql.cpp Log Message: finished cleaning up the functions dir --- NEW FILE: mysql.cpp --- #define MYSQL_ASSOC 1 #define MYSQL_NUM 2 #define MYSQL_BOTH 3 php_var global_mysql; |