From 61b47cdaf021d08a6443d89f4f09150ad583459c Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 8 Jul 2003 02:59:51 +0000 Subject: sync functionality with libmcve 3.2 --- ext/mcve/php_mcve.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/mcve/php_mcve.h') diff --git a/ext/mcve/php_mcve.h b/ext/mcve/php_mcve.h index bad723662b..81f4cd979e 100644 --- a/ext/mcve/php_mcve.h +++ b/ext/mcve/php_mcve.h @@ -26,7 +26,7 @@ extern zend_module_entry mcve_module_entry; #define mcve_module_ptr &mcve_module_entry #define phpext_mcve_ptr mcve_module_ptr -#define PHP_MCVE_VERSION "3.0" +#define PHP_MCVE_VERSION "3.2" #define MCVE_CONST (CONST_CS | CONST_PERSISTENT) @@ -40,6 +40,7 @@ PHP_FUNCTION(mcve_destroyconn); PHP_FUNCTION(mcve_setdropfile); PHP_FUNCTION(mcve_setip); PHP_FUNCTION(mcve_setssl); +PHP_FUNCTION(mcve_setssl_files); PHP_FUNCTION(mcve_setblocking); PHP_FUNCTION(mcve_settimeout); PHP_FUNCTION(mcve_verifyconnection); -- cgit v1.2.1