cvs: php4 /ext/icap/ php_icap.c
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvshholzgra959119653@cvsserver> |
hholzgra Wed May 24 00:07:33 2000 EDT
Modified files:
/php4/ext/icap php_icap.c
Log:
some protos fixed
commented out yet not implemented function icap_popen() from functiontabe
Index: php4/ext/icap/php_icap.c
diff -u php4/ext/icap/php_icap.c:1.11 php4/ext/icap/php_icap.c:1.12
--- php4/ext/icap/php_icap.c:1.11 Tue May 23 11:33:37 2000
+++ php4/ext/icap/php_icap.c Wed May 24 00:07:33 2000
@@ -81,7 +81,9 @@
function_entry icap_functions[] = {
PHP_FE(icap_open, NULL)
+/* for now it's obviously a dummy
PHP_FE(icap_popen, NULL)
+*/
PHP_FE(icap_reopen, NULL)
PHP_FE(icap_fetch_event, NULL)
PHP_FE(icap_list_events, NULL)
@@ -502,7 +504,7 @@
/* }}} */
-/* {{{ proto string icap_rename(int stream_id, string src_calendar, string dest_calendar)
+/* {{{ proto string icap_rename_calendar(int stream_id, string src_calendar, string dest_calendar)
Rename a calendar*/
PHP_FUNCTION(icap_rename_calendar)
{
@@ -534,7 +536,7 @@
-/* {{{ proto int icap_reopen(int stream_id, array date, array time)
+/* {{{ proto int icap_list_alarms(int stream_id, array date, array time)
List alarms for a given time */
PHP_FUNCTION(icap_list_alarms)
{
@@ -688,7 +690,6 @@
PHP_FUNCTION(icap_popen)
{
}
-
/* {{{ proto string icap_store_event(int stream_id, object event)
Store an event */