Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion reference/soap/book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

&reference.soap.setup;
&reference.soap.constants;
<!-- &reference.soap.examples; -->
&reference.soap.reference;

&reference.soap.soapclient;
Expand All @@ -28,6 +27,8 @@
&reference.soap.soapparam;
&reference.soap.soapvar;

&reference.soap.soap.sdl;
&reference.soap.soap.url;

</book>

Expand Down
57 changes: 57 additions & 0 deletions reference/soap/soap.sdl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<reference xmlns="http://docbook.org/ns/docbook" xml:id="class.soap-sdl" role="class">
<title>The Soap\Sdl class</title>
<titleabbrev>Soap\Sdl</titleabbrev>

<partintro>

<!-- {{{ Soap\Sdl intro -->
<section xml:id="soap-sdl.intro">
&reftitle.intro;
<simpara>
A fully opaque class which replaces a <literal>soap_sdl</literal> &resource; as of PHP 8.4.0.
</simpara>
</section>
<!-- }}} -->

<section xml:id="soap-sdl.synopsis">
&reftitle.classsynopsis;

<!-- {{{ Synopsis -->
<packagesynopsis>
<package>Soap</package>

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Sdl</classname>
</ooclass>
</classsynopsis>
</packagesynopsis>
<!-- }}} -->

</section>

</partintro>

</reference>
<!-- 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
-->
57 changes: 57 additions & 0 deletions reference/soap/soap.url.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<reference xmlns="http://docbook.org/ns/docbook" xml:id="class.soap-url" role="class">
<title>The Soap\Url class</title>
<titleabbrev>Soap\Url</titleabbrev>

<partintro>

<!-- {{{ Soap\Url intro -->
<section xml:id="soap-url.intro">
&reftitle.intro;
<simpara>
A fully opaque class which replaces a <literal>soap_url</literal> &resource; as of PHP 8.4.0.
</simpara>
</section>
<!-- }}} -->

<section xml:id="soap-url.synopsis">
&reftitle.classsynopsis;

<!-- {{{ Synopsis -->
<packagesynopsis>
<package>Soap</package>

<classsynopsis class="class">
<ooclass>
<modifier>final</modifier>
<classname>Url</classname>
</ooclass>
</classsynopsis>
</packagesynopsis>
<!-- }}} -->

</section>

</partintro>

</reference>
<!-- 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
-->
4 changes: 2 additions & 2 deletions reference/soap/soapclient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</fieldsynopsis>
<fieldsynopsis>
<modifier>private</modifier>
<type class="union"><type>resource</type><type>null</type></type>
<type class="union"><type>Soap\Sdl</type><type>null</type></type>
<varname linkend="soapclient.props.sdl">sdl</varname>
<initializer>null</initializer>
</fieldsynopsis>
Expand All @@ -84,7 +84,7 @@
</fieldsynopsis>
<fieldsynopsis>
<modifier>private</modifier>
<type class="union"><type>resource</type><type>null</type></type>
<type class="union"><type>Soap\Url</type><type>null</type></type>
<varname linkend="soapclient.props.httpurl">httpurl</varname>
<initializer>null</initializer>
</fieldsynopsis>
Expand Down
4 changes: 4 additions & 0 deletions reference/soap/versions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<!-- Functions -->
<function name="use_soap_error_handler" from="PHP 5, PHP 7, PHP 8"/>
<function name="is_soap_fault" from="PHP 5, PHP 7, PHP 8"/>

<!-- Methods -->
<function name="soap\sdl" from="PHP 8 &gt;= 8.4.0"/>

<function name="soap\url" from="PHP 8 &gt;= 8.4.0"/>

<function name="soapclient" from="PHP 5, PHP 7, PHP 8"/>
<function name="soapclient::__construct" from="PHP 5, PHP 7, PHP 8"/>
Expand Down