]> granicus.if.org Git - php/commitdiff
dont have these library functiosn yet
authorMark Musone <musone@php.net>
Tue, 17 Aug 1999 16:55:01 +0000 (16:55 +0000)
committerMark Musone <musone@php.net>
Tue, 17 Aug 1999 16:55:01 +0000 (16:55 +0000)
ext/icap/php3_icap.c

index 8591e7f4afbdc4811178c2c6ed61c3bfce200d55..6f7f5bdd5c2559fa56508e21b9033690ae7a81c8 100644 (file)
@@ -306,8 +306,8 @@ void php3_icap_expunge(INTERNAL_FUNCTION_PARAMETERS)
                RETURN_FALSE;
        }
 
-       cal_expunge (icap_le_struct->icap_stream);
-
+/*     cal_expunge (icap_le_struct->icap_stream);
+*/
        RETURN_TRUE;
 }
 /* }}} */
@@ -465,6 +465,7 @@ void php3_icap_create_calendar(INTERNAL_FUNCTION_PARAMETERS)
                php3_error(E_WARNING, "Unable to find stream pointer");
                RETURN_FALSE;
        }
+/*
        if (icap_create(icap_le_struct->icap_stream,calendar->value.str.val)) 
          {
            RETURN_TRUE;
@@ -473,6 +474,7 @@ void php3_icap_create_calendar(INTERNAL_FUNCTION_PARAMETERS)
          {
            RETURN_FALSE;
          }
+*/
 }
 /* }}} */
 
@@ -499,8 +501,10 @@ void php3_icap_rename_calendar(INTERNAL_FUNCTION_PARAMETERS)
                php3_error(E_WARNING, "Unable to find stream pointer");
                RETURN_FALSE;
        }
+/*
        if(icap_rename(icap_le_struct->icap_stream,src_calendar->value.str.val,dest_calendar->value.str.val)) {RETURN_TRUE;}
        else {RETURN_FALSE; }
+*/
 }
 /* }}} */