Dmitry Stogov
|
d0afbfb509
|
Fixed bug #47273 (Encoding bug in SoapServer->fault)
|
2009-08-26 14:05:48 +00:00 |
|
Dmitry Stogov
|
5fea6def76
|
Fixed bug #49144 (import of schema from different host transmits original authentication details)
|
2009-08-17 18:23:48 +00:00 |
|
Felipe Pena
|
3bc8b0519d
|
- Drop unused code
|
2009-06-15 17:57:05 +00:00 |
|
Felipe Pena
|
8f83dcdb0a
|
- Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers) patch by David Zülke <david.zuelke at bitextender.com>
|
2009-06-15 17:25:28 +00:00 |
|
Kalle Sommer Nielsen
|
de20dd7ac8
|
Fix build
|
2009-06-04 08:18:32 +00:00 |
|
Ilia Alshanetsky
|
8768015b07
|
MFB: Fixed bug #46386 (Digest authentication with SOAP module fails against
MSSQL SOAP services)
|
2009-06-03 12:40:01 +00:00 |
|
Felipe Pena
|
6d34e06a2f
|
- Dropped *_TEXT* macros in favor of unicode macros direct usage
|
2009-05-25 14:32:15 +00:00 |
|
Arnaud Le Blanc
|
8e05c72f25
|
Fix skipif
|
2009-05-20 10:08:23 +00:00 |
|
Pierre Joye
|
5466a9caee
|
- MFB: make it loud when libxml is missing or the dep is not present
|
2009-04-22 19:07:11 +00:00 |
|
Kalle Sommer Nielsen
|
fa7559e4fa
|
Fixed Windows build
|
2009-04-01 09:38:41 +00:00 |
|
Felipe Pena
|
b474e18f6c
|
- Removed unused variables
|
2009-03-26 22:16:48 +00:00 |
|
Felipe Pena
|
8ecf8ede1f
|
- Removed:
- UG(unicode) checks
- pcre_cache_entry.unicode_mode
- Changed:
- ZEND_STR_TYPE -> IS_UNICODE
- convert_to_text -> convert_to_unicode
- convert_to_text_ex -> convert_to_unicode_ex
(Felipe, Steph)
|
2009-03-26 20:02:53 +00:00 |
|
Marcus Boerger
|
d4f5b3f0a9
|
- This is PHP 6 - if this ... ever gets out
|
2009-03-10 23:40:06 +00:00 |
|
Dmitry Stogov
|
51b4f3426e
|
Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)
|
2009-02-18 13:25:59 +00:00 |
|
Felipe Pena
|
c59abf287f
|
- Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)
|
2009-02-02 09:59:49 +00:00 |
|
Dmitry Stogov
|
bc37ae8223
|
Fixed bug #46419 (Elements of associative arrays with NULL value are lost)
|
2009-01-26 11:20:22 +00:00 |
|
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 |
|