diff options
author | Brad House <bradmssw@php.net> | 2005-07-19 00:34:39 +0000 |
---|---|---|
committer | Brad House <bradmssw@php.net> | 2005-07-19 00:34:39 +0000 |
commit | 96a273a10d05cceb2e9737f55245853fa2b8980f (patch) | |
tree | 24b8ea3911189cb09691a79161523ee12aef8527 /ext/mcve/php_mcve.h | |
parent | db138c59d4f9e8e5d719ac6744d2ed9645100b99 (diff) | |
download | php-git-96a273a10d05cceb2e9737f55245853fa2b8980f.tar.gz |
\#if BRAD_0'd latest changes as requested until 5.1.0 release
Diffstat (limited to 'ext/mcve/php_mcve.h')
-rw-r--r-- | ext/mcve/php_mcve.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mcve/php_mcve.h b/ext/mcve/php_mcve.h index dbce848425..15f1869e0c 100644 --- a/ext/mcve/php_mcve.h +++ b/ext/mcve/php_mcve.h @@ -51,10 +51,12 @@ PHP_FUNCTION(m_destroyconn); PHP_FUNCTION(m_setdropfile); PHP_FUNCTION(m_setip); PHP_FUNCTION(m_setssl); +#if BRAD_0 #if LIBMONETRA_VERSION >= 050000 PHP_FUNCTION(m_setssl_cafile); PHP_FUNCTION(m_responsekeys); #endif +#endif PHP_FUNCTION(m_setssl_files); PHP_FUNCTION(m_setblocking); PHP_FUNCTION(m_settimeout); |