X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pq.h;h=fc67bf0d132ecaf31c817327b825b6805afdcaf2;hp=cd7b3ab34b37aff980773ee2a060a3c9f79c6687;hb=6abdd023da1fdda411f3f974c484ccbcae3b9c81;hpb=60f1c75340bc24e1d2e11a71906b683c76b6293f diff --git a/src/php_pq.h b/src/php_pq.h index cd7b3ab..fc67bf0 100644 --- a/src/php_pq.h +++ b/src/php_pq.h @@ -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 | + | Copyright (c) 2013, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -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;