Máté Kocsis
5770355a66
Various methodsynopsis updates based on recent stub changes
...
* Update ext/zip methodsynopses based on stubs
* Update resource-related ext/standard methodsynopses based on stubs
* Update ext/dom methodsynopses based on stubs
* Update ext/ffi methodsynopses based on stubs
* Update ext/fileinfo methodsynopses based on stubs
* Update ext/soap methodsynopses based on stubs
* Update ext/sodium methodsynopses based on stubs
* Update ext/ldap methodsynopses based on stubs
Closes GH-598.
2021-05-22 15:24:20 +02:00
Martin Samesch
ae0535a8ea
add refpurpose
2021-01-27 10:26:19 +01:00
Côme Chilliet
e64ea89bbe
Remove PHP4 constructors from ext/soap documentation
...
Contructors were still documented as aliases to classname::classname
with the real documentation in classname::classname.
Closes GH-332.
2021-01-22 14:26:20 +01:00
Christoph Michael Becker
40d440e3fd
Generate soap methodsynopses based on stubs
...
Closes GH-287.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352202 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-27 14:46:15 +00:00
Christoph Michael Becker
3e15d2894f
Remove more changelog entries, mostly from PHP 5.4 era
...
Patch contributed by Sobak <msobaczewski@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350656 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:15:17 +00:00
Christoph Michael Becker
be5b0f33a1
Remove more changelog entries, mostly from PHP 5.1 era
...
Patch contributed by Sobak <msobaczewski@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350653 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:45:57 +00:00
Christoph Michael Becker
20a8dc8be0
Fix parameter type
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345071 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-29 12:18:20 +00:00
Peter Cowburn
0dad2268d5
add missing svn properties, svn:eol-style and svn:keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Jakub Vrana
ccac706972
Add SoapClient::__getCookies
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344016 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 17:12:19 +00:00
Jakub Vrana
fa994a739c
Fix function signatures
...
Some of these probably deserve an entry in changelog, please add it if you have energy.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Christoph Michael Becker
4ad03c70ea
Fix typo
...
Patch provided by anon user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341254 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-01 16:17:20 +00:00
Christoph Michael Becker
d7ae20ad9e
Fix example title
...
Patch provided by anon user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340334 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-06 10:31:10 +00:00
Pieter Hordijk
964d983726
Changed variable name from $server to $client because we are working with the Soap**Client**
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339918 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-22 13:15:20 +00:00
Pasindu De Silva
a44a1e0b79
Minor typo, grammar and example Fixes (By Christoph Becker cmb@php.net)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336715 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-04 19:48:31 +00:00
Adam Harvey
7b7368ed3f
The soap_version option expects constants, but the documentation doesn't make
...
that clear.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331352 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-12 01:24:01 +00:00
Adam Harvey
71e2791e21
Use Rowan Collins' phrasing to note that SoapClient::__call() is only
...
deprecated for direct calls, not in general.
Fixes doc bug #65586 (Ambiguity over "deprecation" of SoapClient::__call).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331240 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-30 21:25:18 +00:00
Jakub Vrana
2cc21e8b35
Document SoapClient ssl_method
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330561 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-20 12:33:20 +00:00
Peter Cowburn
f293a04ebc
soapclient return value with exceptions option (doc #64065 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329616 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-02 14:29:16 +00:00
Adam Harvey
f05dbe5e23
Add an errors/exceptions section to SoapClient::SoapClient().
...
Fixes doc bug #54179 (SoapClient can emit warnings, but this is not
documented).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328320 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 09:35:29 +00:00
Adam Harvey
c29b5cf9aa
Add a note that SOAP arguments need to be associative in most cases.
...
Fixes doc bug #54100 (Example slightly wrong).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328317 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 04:08:43 +00:00
Jakub Vrana
b827a32fad
Use {class}::{method} instead of {class}->{method}
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 05:58:52 +00:00
Jakub Vrana
ea615c7fbf
Document public constructors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321902 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:38:27 +00:00
Jakub Vrana
d8b968e63c
Document public constructors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321901 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:33:58 +00:00
Justin Martin
f7ebc383ef
Clarified location option. Closes bug #55697 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320334 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 23:53:05 +00:00
Pierrick Charron
215c1d1916
WS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319647 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-21 18:29:17 +00:00
Pierrick Charron
1da6663976
Add changelog section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319596 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-21 03:10:24 +00:00
Pierrick Charron
105cf02515
Add documentation for the new keep_alive soap client option
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319595 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-21 03:03:52 +00:00
Peter Cowburn
e0cf7e9587
example method prototype compatible with parent method (go away, E_STRICT)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316781 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-14 19:42:26 +00:00
Richard Quadling
9142ea15d9
Improve example for SoapClient::__getFunctions() & SoapClient::__getTypes(). Fix bug #52217
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300897 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-01 09:15:35 +00:00
Yago Ferrer
66b2bd96db
Removing period at the end of refpurpose.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296056 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-11 05:29:30 +00:00
Yago Ferrer
515e3c0fe3
Removing period at the end of refpurpose.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296054 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-11 05:24:50 +00:00
Yago Ferrer
645b259f63
recieved response.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295610 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-01 01:21:50 +00:00
Kalle Sommer Nielsen
a1ee6b934f
Fixed bug #50658 (SoapClient::SoapClient documentation missing for authentication option)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293210 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 10:51:05 +00:00
Kalle Sommer Nielsen
3b3842390f
* Fixed #50428 (SOAPClient::SOAPClient documentation missing trace option)
...
* Fixed #50429 (SOAPClient::SOAPClient documentation doesn't specify default soap_version)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-21 12:11:27 +00:00
Jakub Vrana
1613146e32
Describe SoapHeader (bug #32410 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291207 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-23 14:35:48 +00:00
Jakub Vrana
2f97964573
Missing space
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289005 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 15:01:15 +00:00
Torben Wilson
af4410a7e1
Normalized the sgml-default-dtd-file local-variable line for those
...
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Jakub Vrana
3c41a5e29f
Fix return types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286741 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-03 15:00:10 +00:00
Nilgün Belma Bugüner
9511edb9f8
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283836 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:54:10 +00:00
Philip Olson
886d5315d2
Fixed examples, for both parse and deprecated errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277448 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-18 21:30:26 +00:00
Yannick Torres
632e0569b4
Use soap.wsdl.mode.only entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277182 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-15 11:06:31 +00:00
Carola 'Sammy' Kummert
70e7386448
fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276962 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-10 13:28:47 +00:00
Carola 'Sammy' Kummert
2f20cc1c72
fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276961 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-10 13:26:18 +00:00
Michael Maclean
297854946d
Re-add missing changelog section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276197 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-20 16:23:49 +00:00
Michael Maclean
a026462c5d
Convert more true/false values to entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276170 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-19 21:40:50 +00:00
Michael Maclean
8f7aa5e828
Some rephrasing to the third person, and remove an extraneous screen section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276013 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-17 17:04:18 +00:00
Michael Maclean
18a3b717d6
Update ext/soap docs to the new markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275958 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-16 21:27:28 +00:00