diff options
| author | Brad House <bradmssw@php.net> | 2005-07-18 20:10:07 +0000 |
|---|---|---|
| committer | Brad House <bradmssw@php.net> | 2005-07-18 20:10:07 +0000 |
| commit | 936e199d382ffa855546a006cffc498e59c10cd6 (patch) | |
| tree | f7d1e71135578ef9abb0f204d17e88a0786c5d8e /ext/mcve/php_mcve.h | |
| parent | e77c65f08129851bdf5f66c0113be11650a23e2c (diff) | |
| download | php-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.h | 4 |
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); |
