summaryrefslogtreecommitdiff
path: root/ext/mcve/php_mcve.h
diff options
context:
space:
mode:
authorBrad House <bradmssw@php.net>2005-07-18 20:10:07 +0000
committerBrad House <bradmssw@php.net>2005-07-18 20:10:07 +0000
commit936e199d382ffa855546a006cffc498e59c10cd6 (patch)
treef7d1e71135578ef9abb0f204d17e88a0786c5d8e /ext/mcve/php_mcve.h
parente77c65f08129851bdf5f66c0113be11650a23e2c (diff)
downloadphp-git-936e199d382ffa855546a006cffc498e59c10cd6.tar.gz
sync missing functions from libmonetra-5
Diffstat (limited to 'ext/mcve/php_mcve.h')
-rw-r--r--ext/mcve/php_mcve.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mcve/php_mcve.h b/ext/mcve/php_mcve.h
index 531891ca87..dbce848425 100644
--- a/ext/mcve/php_mcve.h
+++ b/ext/mcve/php_mcve.h
@@ -51,6 +51,10 @@ PHP_FUNCTION(m_destroyconn);
PHP_FUNCTION(m_setdropfile);
PHP_FUNCTION(m_setip);
PHP_FUNCTION(m_setssl);
+#if LIBMONETRA_VERSION >= 050000
+PHP_FUNCTION(m_setssl_cafile);
+PHP_FUNCTION(m_responsekeys);
+#endif
PHP_FUNCTION(m_setssl_files);
PHP_FUNCTION(m_setblocking);
PHP_FUNCTION(m_settimeout);