betz Thu Apr 1 05:10:28 2004 EDT
Added files:
/phpdoc/en/reference/fam configure.xml
Modified files:
/phpdoc/en/reference/fam reference.xml
Log:
configure options for fam
http://cvs.php.net/diff.php/phpdoc/en/reference/fam/reference.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fam/reference.xml
diff -u phpdoc/en/reference/fam/reference.xml:1.4
phpdoc/en/reference/fam/reference.xml:1.5
--- phpdoc/en/reference/fam/reference.xml:1.4 Thu Apr 1 03:58:57 2004
+++ phpdoc/en/reference/fam/reference.xml Thu Apr 1 05:10:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<reference id="ref.fam">
<title>File Alteration Monitor Functions</title>
<titleabbrev>fam</titleabbrev>
@@ -28,11 +28,14 @@
&reftitle.required;
<para>
This extension uses the functions of the <ulink url="&url.fam.download;">
- FAM</ulink> library, devoloped by SGI.
+ FAM</ulink> library, devoloped by SGI. Therefore you have to download and
+ install the FAM library.
<!-- This extension requires ... version ... as available on ... -->
</para>
</section>
+ &reference.fam.configure;
+
<section id="fam.configuration">
&reftitle.runtime;
&no.config;
http://cvs.php.net/co.php/phpdoc/en/reference/fam/configure.xml?r=1.1&p=1
Index: phpdoc/en/reference/fam/configure.xml
+++ phpdoc/en/reference/fam/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="fam.installation">
&reftitle.install;
<para>
To use PHP's FAM support you must compile PHP <option
role="configure">--with-fam[=DIR]</option> where DIR is the
location of the directory containing the lib and include
directories.
</para>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->