@@ -60,9 +60,11 @@ function_entry mcve_functions[] = {
60
60
PHP_FE (m_setdropfile , NULL )
61
61
PHP_FE (m_setip , NULL )
62
62
PHP_FE (m_setssl , NULL )
63
+ #if BRAD_0
63
64
#if LIBMONETRA_VERSION >= 050000
64
65
PHP_FE (m_setssl_cafile , NULL )
65
66
PHP_FE (m_responsekeys , NULL )
67
+ #endif
66
68
#endif
67
69
PHP_FE (m_setssl_files , NULL )
68
70
PHP_FE (m_settimeout , NULL )
@@ -738,6 +740,7 @@ PHP_FUNCTION(m_setssl)
738
740
}
739
741
/* }}} */
740
742
743
+ #if BRAD_0
741
744
#if LIBMONETRA_VERSION >= 050000
742
745
/* {{{ proto int m_setssl_cafile(resource conn, string cafile)
743
746
Set SSL CA (Certificate Authority) file for verification of server
@@ -762,6 +765,7 @@ PHP_FUNCTION(m_setssl_cafile)
762
765
}
763
766
/* }}} */
764
767
#endif
768
+ #endif
765
769
766
770
/* {{{ proto int m_setssl_files(resource conn, string sslkeyfile, string sslcertfile)
767
771
Set certificate key files and certificates if server requires client certificate
@@ -1179,6 +1183,7 @@ PHP_FUNCTION(m_responseparam)
1179
1183
}
1180
1184
/* }}} */
1181
1185
1186
+ #if BRAD_0
1182
1187
#if LIBMONETRA_VERSION >= 050000
1183
1188
/* {{{ proto array m_responsekeys(resource conn, long identifier)
1184
1189
Returns array of strings which represents the keys that can be used
@@ -1208,6 +1213,7 @@ PHP_FUNCTION(m_responsekeys)
1208
1213
}
1209
1214
/* }}} */
1210
1215
#endif
1216
+ #endif
1211
1217
1212
1218
/* {{{ proto string m_getuserparam(resource conn, long identifier, int key)
1213
1219
Get a user response parameter */
0 commit comments