georg           Sat Jan  5 12:32:27 2002 EDT

  Modified files:              
    /phpdoc/en/functions        icap.xml 
  Log:
  
  set icap to deprecated. Added a note, that icap will no longer supported and
  removed in near future.
  
  
Index: phpdoc/en/functions/icap.xml
diff -u phpdoc/en/functions/icap.xml:1.16 phpdoc/en/functions/icap.xml:1.17
--- phpdoc/en/functions/icap.xml:1.16   Sat Dec 15 09:57:56 2001
+++ phpdoc/en/functions/icap.xml        Sat Jan  5 12:32:27 2002
@@ -1,16 +1,22 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
  <reference id="ref.icap">
-  <title>ICAP Functions</title>
+  <title>ICAP Functions [deprecated]</title>
   <titleabbrev>ICAP</titleabbrev>
-
   <partintro>
    <simpara>
     To get these functions to work, you have to compile PHP with
     <option role="configure">--with-icap</option>. That requires the
-    icap library to be installed. Grab the latest version from <ulink
-    url="&url.icap;">&url.icap;</ulink> and compile and install it.
-   </simpara>
+    icap library to be installed, which is not longer supported and available.
+    </simpara>
+    <note>
+     <simpara>
+      Icap will be removed in near future. Neither this module, nor
+      those versions of icap library are supported any longer. If you
+      want to use calendar capabilites in php, use <link
+      linkend="ref.mcal">mcal</link> instead.
+     </simpara>
+    </note>
   </partintro>
 
   <refentry id="function.icap-open">


Reply via email to