diff options
author | Brad House <bradmssw@php.net> | 2003-07-08 02:59:51 +0000 |
---|---|---|
committer | Brad House <bradmssw@php.net> | 2003-07-08 02:59:51 +0000 |
commit | 61b47cdaf021d08a6443d89f4f09150ad583459c (patch) | |
tree | 4386cabfdd441db34a329d08e30dd7405067bd66 /ext/mcve/php_mcve.h | |
parent | 0bef1de44890fc847a9d984e03a53f30ef8e1975 (diff) | |
download | php-git-61b47cdaf021d08a6443d89f4f09150ad583459c.tar.gz |
sync functionality with libmcve 3.2
Diffstat (limited to 'ext/mcve/php_mcve.h')
-rw-r--r-- | ext/mcve/php_mcve.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |