Commit Graph

563 Commits

Author SHA1 Message Date
Ilia Alshanetsky
ca5cd2f52b MFB: Fixed bug #47131 (SOAP Extension ignores "user_agent" ini setting). 2009-01-19 21:58:13 +00:00
Felipe Pena
5a3b59995f - New test 2009-01-05 22:19:23 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Dmitry Stogov
03a2f54d50 Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message) 2008-12-01 09:50:18 +00:00
Dmitry Stogov
2c70ca4ab0 Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection) 2008-11-28 14:21:08 +00:00
Dmitry Stogov
e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
Dmitry Stogov
ba9d662784 Fixed bug #44882 (SOAP extension object decoding bug) 2008-11-27 14:50:06 +00:00
Dmitry Stogov
8cdff55a26 Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter) 2008-11-27 11:25:52 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
0e27614ff9 - Fixed bug #46389 (NetWare needs small patch for _timezone) (patch by guenter at php.net) 2008-10-26 01:58:25 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Arnaud Le Blanc
51f7cc3925 initialize optional vars 2008-10-21 23:36:17 +00:00
Dmitry Stogov
f63e084292 ws 2008-10-16 15:49:38 +00:00
Dmitry Stogov
3a2e5da3c7 Fixed bug #43723 (SOAP not sent properly from client for <choice>) 2008-10-16 15:37:11 +00:00
Dmitry Stogov
d8effdba55 Added ability to send user defined HTTP headers with SOAP request 2008-10-01 13:13:49 +00:00
Dmitry Stogov
22223dbd36 Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float) 2008-10-01 08:43:21 +00:00
Felipe Pena
e27148f736 - Added E_ERROR in constructors 2008-09-15 18:04:18 +00:00
Felipe Pena
edb34ed424 - Changed error level E_ERROR into E_WARNING in parameter validation 2008-09-08 19:34:48 +00:00
Felipe Pena
07b487ba79 - Removed the doubled error message (the error level is no longer E_ERROR) 2008-09-07 02:51:19 +00:00
Dmitry Stogov
ad34c85f51 Disabled warning messages in SoapClient constructor 2008-09-01 14:55:42 +00:00
Arnaud Le Blanc
0225470dc5 Fix tests: need simplexml 2008-07-23 09:12:50 +00:00
Arnaud Le Blanc
4e641ae41f Fix tests: soap tests in schema/ needs the xml extension 2008-07-23 08:55:39 +00:00
Dmitry Stogov
ed72680e09 Fixed test 2008-07-22 07:13:18 +00:00
Felipe Pena
7ef0126412 - Added arginfo 2008-07-22 01:46:43 +00:00
Dmitry Stogov
b5ae77e33d Fixed SOAP binding selection 2008-06-18 07:24:14 +00:00
Felipe Pena
9f2d50a887 - Removed unnecessary SKIPIF (unicode/tests/*)
- Removed non-unicode tests (tests that uses SKIPIF like "die('skip unicode.semantics=on');")
2008-06-09 15:54:08 +00:00
Felipe Pena
554810af62 - Removed UEXPECT(F) 2008-05-27 03:22:42 +00:00
David Soria Parra
d94c197637 Coding style 2008-05-20 13:28:31 +00:00
David Soria Parra
60b27ed62a Allow non-long values for proxy_port, connection_timeout and convert them 2008-05-20 13:15:01 +00:00
Antony Dovgal
9b028e77b3 fix test names 2008-05-14 13:05:55 +00:00
Dmitry Stogov
7a42f42d13 Fixed test 2008-05-08 09:15:20 +00:00
Antony Dovgal
47040f4eb0 fix test 2008-05-08 07:09:03 +00:00
David Coallier
b9af1cc162 - Test for bug #44811 2008-05-07 15:45:56 +00:00
David Coallier
0e2f6d8c6f - Fixed bug #44811 (Improve error message when creating new SoapClient
that contains invalid data)
2008-05-07 15:45:02 +00:00
Joe Orton
e15c6ca077 Fix another case of a broken stream->fd cast in 64-bit builds. 2008-04-04 12:58:32 +00:00
Dmitry Stogov
76faa5ff6b Fixed SIGSEGV because of access to uninitialized data 2008-03-04 12:47:36 +00:00
Felipe Pena
a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Rasmus Lerdorf
ce9bce1fa7 Missing footer comment 2008-02-22 05:05:50 +00:00
Antony Dovgal
82df944f6a more cosmetics 2008-02-15 09:35:47 +00:00
Dmitry Stogov
21205c0ca0 Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set the HTTP Status) 2008-02-15 06:51:41 +00:00
Dmitry Stogov
d7e75fd692 Fixed wrong type cast 2008-01-16 06:15:19 +00:00
Dmitry Stogov
b4573d5531 Fixed broken soap.wsdl_cache_enabled 2008-01-09 16:46:06 +00:00
Dmitry Stogov
54ab73bf2e Remplemented support for SplArray using Traversable interface. 2008-01-09 13:50:17 +00:00
Nuno Lopes
1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Dmitry Stogov
eb572d0093 Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry) 2007-12-27 13:10:32 +00:00
Dmitry Stogov
86eaf4bd1e Fixed bug #42952 (soap cache file is created with insecure permissions) 2007-11-23 10:02:53 +00:00
Etienne Kneuss
4faad51ab1 Fix typos 2007-11-13 23:37:09 +00:00
Dmitry Stogov
d96b6fe0c1 Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) 2007-11-13 15:10:28 +00:00