bradmssw                Mon Jul 18 20:34:39 2005 EDT

  Modified files:              
    /php-src/ext/mcve   mcve.c php_mcve.h 
  Log:
  \#if BRAD_0'd latest changes as requested until 5.1.0 release
  
http://cvs.php.net/diff.php/php-src/ext/mcve/mcve.c?r1=1.33&r2=1.34&ty=u
Index: php-src/ext/mcve/mcve.c
diff -u php-src/ext/mcve/mcve.c:1.33 php-src/ext/mcve/mcve.c:1.34
--- php-src/ext/mcve/mcve.c:1.33        Mon Jul 18 16:10:06 2005
+++ php-src/ext/mcve/mcve.c     Mon Jul 18 20:34:38 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: mcve.c,v 1.33 2005/07/18 20:10:06 bradmssw Exp $ */
+/* $Id: mcve.c,v 1.34 2005/07/19 00:34:38 bradmssw Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -60,10 +60,12 @@
        PHP_FE(m_setdropfile,                   NULL)
        PHP_FE(m_setip,                         NULL)
        PHP_FE(m_setssl,                        NULL)
+#if BRAD_0
 #if LIBMONETRA_VERSION >= 050000
        PHP_FE(m_setssl_cafile,                 NULL)
        PHP_FE(m_responsekeys,                  NULL)
 #endif
+#endif
        PHP_FE(m_setssl_files,                  NULL)
        PHP_FE(m_settimeout,                    NULL)
        PHP_FE(m_setblocking,                   NULL)
@@ -738,6 +740,7 @@
 }
 /* }}} */
 
+#if BRAD_0
 #if LIBMONETRA_VERSION >= 050000
 /* {{{ proto int m_setssl_cafile(resource conn, string cafile)
    Set SSL CA (Certificate Authority) file for verification of server
@@ -762,6 +765,7 @@
 }
 /* }}} */
 #endif
+#endif
 
 /* {{{ proto int m_setssl_files(resource conn, string sslkeyfile, string 
sslcertfile)
    Set certificate key files and certificates if server requires client 
certificate
@@ -1179,6 +1183,7 @@
 }
 /* }}} */
 
+#if BRAD_0
 #if LIBMONETRA_VERSION >= 050000
 /* {{{ proto array m_responsekeys(resource conn, long identifier)
    Returns array of strings which represents the keys that can be used
@@ -1208,6 +1213,7 @@
 }
 /* }}} */
 #endif
+#endif
 
 /* {{{ proto string m_getuserparam(resource conn, long identifier, int key)
    Get a user response parameter */
http://cvs.php.net/diff.php/php-src/ext/mcve/php_mcve.h?r1=1.16&r2=1.17&ty=u
Index: php-src/ext/mcve/php_mcve.h
diff -u php-src/ext/mcve/php_mcve.h:1.16 php-src/ext/mcve/php_mcve.h:1.17
--- php-src/ext/mcve/php_mcve.h:1.16    Mon Jul 18 16:10:06 2005
+++ php-src/ext/mcve/php_mcve.h Mon Jul 18 20:34:38 2005
@@ -16,7 +16,7 @@
    |          Chris Faulhaber <[EMAIL PROTECTED]>                            |
    +----------------------------------------------------------------------+
 */
-/* $Id: php_mcve.h,v 1.16 2005/07/18 20:10:06 bradmssw Exp $ */
+/* $Id: php_mcve.h,v 1.17 2005/07/19 00:34:38 bradmssw Exp $ */
 
 #ifndef _PHP_MCVE_H
 #define _PHP_MCVE_H
@@ -51,10 +51,12 @@
 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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to