mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
set icap to deprecated. Added a note, that icap will no longer supported and
removed in near future. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67008 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a5b950133b
commit
c8905824a1
1 changed files with 12 additions and 6 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue