Commit graph

57 commits

Author SHA1 Message Date
Adam Harvey
9993b89faf Apply a patch from tom [at] samplonius.org to note that the SOAP error handler
will send SOAP fault responses when an error occurs.

Fixes doc bug #54319 (use_soap_error_handler() doc is misleading).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328344 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-13 05:37:10 +00:00
Jakub Vrana
d3c871ae1e Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +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
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
Mehdi Achour
993609cea4 Add missing returnvalues sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277596 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 21:51:02 +00:00
Michael Maclean
830c15a660 Make true/false values into entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276168 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-19 21:33:44 +00:00
Damien Seguy
ce95eb3e54 true, false and classname
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275979 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-17 10:01:12 +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
Jakub Vrana
6125c0100d Initializers - part 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 12:08:51 +00:00
Herman J. Radtke III
e4b89704fa Documentation and examples for the SoapClient->__setLocation() method.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269570 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-23 18:42:29 +00:00
Herman J. Radtke III
099d4688bf Updated soap-soapheader-construct.xml with an example that explains the necessary steps to generate attributes in the SOAP Header xml.
Added soap-soapclient-setsoapheaders.xml for missing SoapClient->__setSoapHeaders method.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269496 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-21 23:09:40 +00:00
Jakub Vrana
b9495ff937 Document SoapClient options (bug #44493)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268477 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 10:49:09 +00:00
Rudy Nappée
685a03b4b3 * No () in refnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263467 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-24 21:54:47 +00:00
Nuno Lopes
6ce699973b use __soapCall instead of __call in the example, as the last is deprecated. (per user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243091 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-28 19:34:19 +00:00
Jakub Vrana
cf7559c1a7 Document typemap (bug #41490)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241400 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 08:05:34 +00:00
Jakub Vrana
02149ae11d Other options
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241298 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 09:41:58 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
06318cb340 Added one_way parameter (5.1.3)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230206 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-19 00:30:45 +00:00
Mehdi Achour
b7ea20212c Fix #37909: Mention WSDL cache disabling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227828 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-22 02:35:20 +00:00
Mehdi Achour
5837c98d90 Fix #39798: trigger_error can only by used with E_USER_*
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225982 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-29 00:52:17 +00:00
Hannes Magnusson
ae24c586b0 The second arguments isnt optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220696 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-28 11:41:07 +00:00
Jean-Sébastien Goupil
e387a2fb2e add explication thanks to #38665
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219874 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-13 02:53:46 +00:00
Oliver Albers
dca2de1c58 user contributed notes included
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218776 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-24 07:38:41 +00:00
Adam Trachtenberg
902abed4f9 fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203396 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-21 19:40:08 +00:00
Nuno Lopes
6d156c7cae fix example, per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200876 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-19 20:38:01 +00:00
Adam Trachtenberg
94a79da735 fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198938 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-21 15:05:30 +00:00
Jakub Vrana
1cffddca23 Fix parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189003 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-22 10:39:10 +00:00
Jakub Vrana
e406b9ff26 Whoops, reverting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188353 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-14 10:20:03 +00:00
Jakub Vrana
69ef67351c Refpurposes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188352 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-14 10:17:03 +00:00
Jakub Vrana
9c43f894a1 Fix parameters and function names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185775 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-04 09:39:11 +00:00
Jakub Vrana
14694ba7de Fix parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185463 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-29 15:55:18 +00:00
Jakub Vrana
9b87277553 Fix void return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184127 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-11 08:27:32 +00:00
Kenneth Schwartz
c6d3fdfecf WS Fix (no tabs)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181878 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:14:11 +00:00
Dave Barr
009d44bfcf Fix minor spelling/punctuation mistakes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179740 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 04:13:17 +00:00
Yannick Torres
beff4c3de5 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179009 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-06 21:24:41 +00:00
Dmitry Stogov
f08186baa1 1. New function SoapClient->__callSoap() is a replacement for old derecated SoapClient->__call().
2. Description of SoapClient->__doRequest() method.
3. Description of additional options for SoapClient and SoapServer constructors.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178444 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-28 14:02:11 +00:00
Mehdi Achour
2e52786463 Add SoapClient->__setCookie() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177779 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-20 18:37:44 +00:00
Jakub Vrana
4cffafa967 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177407 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-17 10:51:20 +00:00
Sean Coates
fb2a556169 grammar (not finished)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177333 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-16 05:28:55 +00:00
Mehdi Achour
506f19c995 add SoapClient->getLastRequestHeaders(), SoapClient->getLastResponseHeaders(), SoapClient->doRequest(), SoapServer->fault() and use_soap_error_handler()
# not documenting soap_encode_to_xx() and SoapServer->map() as the soap maintainer think about removing these functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176815 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-10 03:02:33 +00:00
Mehdi Achour
5528dd40df Switch ref.soap to the new structure
# Changed filenames and ids to follow the other OO references
# This also fix #30464


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176801 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-10 00:46:17 +00:00
Jakub Vrana
af3c7cfad9 Typo (bug #31437)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176615 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-07 09:45:14 +00:00
Jakub Vrana
28a256225c Change "object" to specific objects
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172545 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-12 12:53:22 +00:00
Jakub Vrana
31e02322db Nuke PHP syntax errors (including bug #30717)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172267 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-08 12:10:21 +00:00
Mehdi Achour
2fbd63f056 fix syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167679 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-31 02:15:48 +00:00
Dave Barr
5aa855b67e - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Dave Barr
9d0a1e7664 - Fix #29195 and #29196.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163418 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-15 23:00:52 +00:00
Mehdi Achour
7c0b6b0f9f typo
# thank you Davey


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159737 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-26 19:20:23 +00:00
Kenneth Schwartz
66d402ae4e extract: minor revision
others:  use <void/>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153220 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-09 10:38:14 +00:00
Mehdi Achour
8951ffd42f finally solved this issue
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152923 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-04 17:07:20 +00:00