mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
configure options for fam
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155132 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8799687c66
commit
0a25c7e3fd
2 changed files with 37 additions and 2 deletions
32
reference/fam/configure.xml
Normal file
32
reference/fam/configure.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?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
|
||||
-->
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue