php-doc-en/reference/mcve/configure.xml
Daniel Egeberg 96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00

61 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="mcve.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>
&pecl.moved;
</para>
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;mcve">&url.pecl.package;mcve</link>.
</para>
<para>
&pecl.windows.download;
</para>
<para>
If installing without specifying the libmonetra path,
PHP will attempt to look in the default LibMonetra Install location
(<filename>/usr/local</filename>). If Monetra (MCVE) is in a non-standard
location, run configure with: <option
role="configure">--with-mcve=$mcve_path</option>, where $mcve_path
is the path to your MCVE/Monetra installation. Please note that
MCVE/Monetra support requires that $mcve_path/lib and $mcve_path/include
exist, and include <filename>mcve.h</filename> or
<filename>monetra.h</filename> under the include directory and
<filename>libmcve.so</filename> and/or <filename>libmcve.a</filename>
and/or <filename>libmonetra.so</filename> and/or
<filename>libmonetra.a</filename> under the lib directory.
</para>
<para>
Since MCVE/Monetra has true server/client separation, there are no
additional requirements for running PHP with MCVE support. To test
your MCVE/Monetra extension in PHP, you may connect to
testbox.monetra.com on port 8333 for IP, or port 8444 for SSL using
the MCVE/Monetra PHP API.
Use 'vitale' for your username, and 'test' for your password.
Additional information about test facilities are available at
<link xlink:href="&url.mcve.home;">&url.mcve.home;</link>.
</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:"~/.phpdoc/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
-->