Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/xnpal.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.17 by youi, Mon Dec 6 07:22:38 2004 UTC revision 1.18 by aga, Mon Dec 6 11:35:06 2004 UTC
# Line 23  Line 23 
23  #include <arpa/inet.h>  #include <arpa/inet.h>
24    
25  // global variables  // global variables
 MYSQL *mysql = NULL;  
26    
27    PHP_MSHUTDOWN_FUNCTION(vpalmod)
28    {
29            uninitializeDB();
30            return SUCCESS;
31    }
32    
33  /* declaration of functions to be exported */  /* declaration of functions to be exported */
34  extern "C" {  extern "C" {
# Line 112  zend_module_entry vpalmod_module_entry = Line 116  zend_module_entry vpalmod_module_entry =
116      "Visiome Platform Abstract Layer",      "Visiome Platform Abstract Layer",
117      vpalmod_functions,      vpalmod_functions,
118      NULL,      NULL,
119      NULL,          PHP_MSHUTDOWN(vpalmod),
120      NULL,      NULL,
121      NULL,      NULL,
122      NULL,      NULL,

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26