bound vars
[m6w6/ext-pq] / src / php_pq.h
index cd7b3ab34b37aff980773ee2a060a3c9f79c6687..fc67bf0d132ecaf31c817327b825b6805afdcaf2 100644 (file)
@@ -1,12 +1,12 @@
 /*
     +--------------------------------------------------------------------+
-    | PECL :: pq                                                       |
+    | PECL :: pq                                                         |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 20013, Michael Wallner <mike@php.net>                |
+    | Copyright (c) 2013, Michael Wallner <mike@php.net>                |
     +--------------------------------------------------------------------+
 */
 
@@ -14,7 +14,7 @@
 #ifndef PHP_PQ_H
 #define PHP_PQ_H
 
-#define PHP_PQ_EXT_VERSION "0.1.0"
+#define PHP_PQ_EXT_VERSION "1.0.0dev"
 
 int pq_module_number;
 zend_module_entry pq_module_entry;
@@ -32,13 +32,6 @@ zend_module_entry pq_module_entry;
 #      include "TSRM.h"
 #endif
 
-PHP_MINIT_FUNCTION(pq);
-PHP_MSHUTDOWN_FUNCTION(pq);
-PHP_RINIT_FUNCTION(pq);
-PHP_RSHUTDOWN_FUNCTION(pq);
-PHP_MINFO_FUNCTION(pq);
-
-
 /* 
 ZEND_BEGIN_MODULE_GLOBALS(pq)
        long  global_value;