2007-12-26 14:50:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:48:51 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-26 14:50:54 +00:00
|
|
|
|
|
|
|
<chapter xml:id="sca.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
&reftitle.setup;
|
|
|
|
|
|
|
|
<!-- {{{ Requirements -->
|
|
|
|
<section xml:id="sca.requirements">
|
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
If you want to use SCA to consume or produce Web services then you
|
|
|
|
need PHP 5.2.0 or later, built with the soap extension enabled. If you
|
|
|
|
just want to use local components, and do not wish to use the Web
|
|
|
|
service bindings, then this version of SCA for PHP will also run with
|
|
|
|
PHP 5.1.6.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
SCA is packaged along with SDO in one combined package on PECL.
|
|
|
|
See http://www.php.net/sdo#sdo.installation for installing the
|
|
|
|
SCA_SDO package from PECL. The SCA code must be on the include path of
|
|
|
|
your PHP installation, for example if it is installed as
|
|
|
|
/usr/local/lib/php/SCA, the include_path directive must include
|
|
|
|
/usr/local/lib/php
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
2010-02-17 20:56:51 +00:00
|
|
|
<!-- {{{ Installation -->
|
|
|
|
<section xml:id="sca.installation">
|
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
&pecl.info;
|
|
|
|
<link xlink:href="&url.pecl.package;sca">&url.pecl.package;sca</link>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
&pecl.windows.download;
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
2007-12-26 14:50:54 +00:00
|
|
|
<!-- {{{ Configuration -->
|
|
|
|
<section xml:id="sca.configuration">
|
|
|
|
&reftitle.runtime;
|
|
|
|
&no.config;
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<!-- {{{ Resources -->
|
|
|
|
<section xml:id="sca.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-12-26 14:50:54 +00:00
|
|
|
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
|
|
|
|
-->
|
|
|
|
|