| e191cb6 |
|
13-May-2013 |
Anatol Belski <ab@php.net> |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: fix heap overflow warnings on win x64 debug crt
|
| 156576f |
|
13-May-2013 |
Anatol Belski <ab@php.net> |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: fix heap overflow warnings on win x64 debug crt
|
| fe21acc |
|
13-May-2013 |
Anatol Belski <ab@php.net> |
fix heap overflow warnings on win x64 debug crt
/php-src/ext/soap/soap.c
|
| c782cf7 |
|
30-Apr-2013 |
Dmitry Stogov <dmitry@zend.com> |
Added SoapClient constructor option 'ssl_method' to specify ssl method
/php-src/ext/soap/soap.c
|
| 702b436 |
|
07-Feb-2013 |
Dmitry Stogov <dmitry@zend.com> |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Check if soap.wsdl_cache_dir confirms to open_basedir
|
| cc4c318 |
|
07-Feb-2013 |
Dmitry Stogov <dmitry@zend.com> |
Check if soap.wsdl_cache_dir confirms to open_basedir
/php-src/ext/soap/soap.c
|
| 0a7395e |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/soap/soap.c
|
| a2045ff |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year~
/php-src/ext/soap/soap.c
|
| 7f7cff0 |
|
29-Nov-2012 |
Dmitry Stogov <dmitry@zend.com> |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests) Conflicts: NEWS ext/soap/soap.c
|
| dc2192c |
|
29-Nov-2012 |
Dmitry Stogov <dmitry@zend.com> |
Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests)
/php-src/ext/soap/soap.c
|
| b025b9d |
|
27-Jun-2012 |
Johannes Schlüter <johannes@php.net> |
Fix #62432 ReflectionMethod random corrupt memory on high concurrent This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
/php-src/ext/soap/soap.c
|
| e4ca0ed |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/soap/soap.c
|
| 4e19825 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/soap/soap.c
|
| d1432d4 |
|
28-Nov-2011 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
/php-src/ext/soap/soap.c
|
| 66b3819 |
|
28-Nov-2011 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
/php-src/ext/soap/soap.c
|
| 34bb8d8 |
|
18-Nov-2011 |
Pierrick Charron <pierrick@php.net> |
Added new SoapClient option "keep_alive". FR #60329
/php-src/ext/soap/soap.c
|
| 23e4385 |
|
25-Jul-2011 |
Felipe Pena <felipe@php.net> |
- Make usage of new PHP_FE_END macro
/php-src/ext/soap/soap.c
|
| 4b30846 |
|
25-Jul-2011 |
Felipe Pena <felipe@php.net> |
- Make usage of new PHP_FE_END macro
/php-src/ext/soap/soap.c
|
| ebf9db5 |
|
18-Jun-2011 |
Felipe Pena <felipe@php.net> |
- Added missing arginfos for void params and void param checks
/php-src/ext/soap/soap.c
|
| 2b309c8 |
|
18-Jun-2011 |
Felipe Pena <felipe@php.net> |
- Added missing arginfos for void params and void param checks
/php-src/ext/soap/soap.c
|
| a2390fc |
|
27-May-2011 |
Stanislav Malyshev <stas@php.net> |
MFH: Fixed crash on recursive error handler invocation
/php-src/ext/soap/soap.c
|
| 2ee837a |
|
17-May-2011 |
Dmitry Stogov <dmitry@php.net> |
Fixed crash on recursive error handler invocation
/php-src/ext/soap/soap.c
|
| 179b9d0 |
|
19-Mar-2011 |
Felipe Pena <felipe@php.net> |
- Fixed bug #54312 (soap_version logic bug) Patch by: tom at samplonius dot org
/php-src/ext/soap/soap.c
|
| ab7992f |
|
19-Mar-2011 |
Felipe Pena <felipe@php.net> |
- Fixed bug #54312 (soap_version logic bug) Patch by: tom at samplonius dot org
/php-src/ext/soap/soap.c
|
| 34a9ff9 |
|
03-Feb-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warnings caused by var re-declaration
/php-src/ext/soap/soap.c
|
| 7a23458 |
|
03-Feb-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warnings caused by var re-declaration
/php-src/ext/soap/soap.c
|
| 927bf09 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/soap/soap.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/soap/soap.c
|
| 5a7bd45 |
|
16-Sep-2010 |
Pierre Joye <pajoye@php.net> |
- cleanup ze1/ze2
/php-src/ext/soap/soap.c
|
| ed58636 |
|
16-Sep-2010 |
Pierre Joye <pajoye@php.net> |
- use TSRMLS_D/C with php_stream_context_alloc
/php-src/ext/soap/soap.c
|
| aa0ed26 |
|
16-Sep-2010 |
Pierre Joye <pajoye@php.net> |
- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert
/php-src/ext/soap/soap.c
|
| f2df6a4 |
|
15-Sep-2010 |
Dmitry Stogov <dmitry@php.net> |
- Improved memory usage . zend_function.pass_rest_by_reference is replaced by ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags . zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE in zend_function.fn_flags . zend_arg_info.required_num_args removed. it was needed only for internal functions. Now the first arg_info for internal function (which has special meaning) is represented by zend_internal_function_info structure. . zend_op_array.size, size_var, size_literal, current_brk_cont, backpatch_count moved into CG(context), because they are used only during compilation. . zend_op_array.start_op is moved into EG(start_op), because it's used only for 'interactive' execution of single top-level op-array. . zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in zend_op_array.fn_flags. . op_array.vars array is trimmed (reallocated) during pass_two. . zend_class_entry.constants_updated is replaced by ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags . the size of zend_class_entry is reduced by sharing the same memory space by different information for internal and user classes. See zend_class_inttry.info union.
/php-src/ext/soap/soap.c
|
| 0d4720a |
|
09-Jun-2010 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #51273 (Faultstring property does not exist when the faultstring is empty) # Patch by dennis at transip dot nl
/php-src/ext/soap/soap.c
|
| 400769f |
|
09-Jun-2010 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #51273 (Faultstring property does not exist when the faultstring is empty) # Patch by dennis at transip dot nl
/php-src/ext/soap/soap.c
|
| 11d24c1 |
|
31-May-2010 |
Michael Wallner <mike@php.net> |
* implement new output API, fixing some bugs and implementing some feature requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering.
/php-src/ext/soap/soap.c
|
| 42d25dc |
|
28-May-2010 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com)
/php-src/ext/soap/soap.c
|
| 5f678b5 |
|
28-May-2010 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com)
/php-src/ext/soap/soap.c
|
| 1c0ed34 |
|
24-Apr-2010 |
Felipe Pena <felipe@php.net> |
- Fixed memory leak
/php-src/ext/soap/soap.c
|
| f958186 |
|
24-Apr-2010 |
Felipe Pena <felipe@php.net> |
- Fixed memory leak
/php-src/ext/soap/soap.c
|
| ca91906 |
|
25-Mar-2010 |
Michael Maclean <mgdm@php.net> |
Remove some more calls to TSRMLS_FETCH()
/php-src/ext/soap/soap.c
|
| af49e58 |
|
12-Mar-2010 |
Jani Taskinen <jani@php.net> |
- Reverted r296062 and r296065
/php-src/ext/soap/soap.c
|
| 06f072c |
|
11-Mar-2010 |
Jani Taskinen <jani@php.net> |
MFH: Improved / fixed output buffering (Michael Wallner)
/php-src/ext/soap/soap.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/soap/soap.c
|
| a94558c |
|
08-Dec-2009 |
Felipe Pena <felipe@php.net> |
- Added MAKE_COPY_ZVAL(ppzv, pzv) macro
/php-src/ext/soap/soap.c
|
| 60ef4a1 |
|
26-Aug-2009 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #47273 (Encoding bug in SoapServer->fault)
/php-src/ext/soap/soap.c
|
| 42bb8ed |
|
18-Feb-2009 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)
/php-src/ext/soap/soap.c
|
| 6caf16d |
|
02-Feb-2009 |
Felipe Pena <felipe@php.net> |
- MFH: Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)
/php-src/ext/soap/soap.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/soap/soap.c
|
| 7d4fd3f |
|
27-Nov-2008 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
/php-src/ext/soap/soap.c
|
| f80d26e |
|
27-Nov-2008 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
/php-src/ext/soap/soap.c
|
| fc2fb50 |
|
17-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/soap/soap.c
|
| 7a37fa2 |
|
02-Nov-2008 |
Felipe Pena <felipe@php.net> |
- Revert ZEND_BEGIN_ARG_INFO change
/php-src/ext/soap/soap.c
|
| df10005 |
|
24-Oct-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/php-src/ext/soap/soap.c
|
| 1d5ba8b |
|
21-Oct-2008 |
Arnaud Le Blanc <lbarnaud@php.net> |
MFH: initialize optional vars
/php-src/ext/soap/soap.c
|
| 2fced40 |
|
15-Sep-2008 |
Felipe Pena <felipe@php.net> |
MFH: - Added E_ERROR in constructors
/php-src/ext/soap/soap.c
|
| 6a2729e |
|
09-Sep-2008 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed a compiler warning
/php-src/ext/soap/soap.c
|
| c3cda40 |
|
08-Sep-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Changed error level E_ERROR into E_WARNING in parameter validation
/php-src/ext/soap/soap.c
|
| 166ea70 |
|
07-Sep-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Removed the doubled error message (the error level is no longer E_ERROR)
/php-src/ext/soap/soap.c
|
| 41840d5 |
|
01-Sep-2008 |
Dmitry Stogov <dmitry@php.net> |
Disabled warning messages in SoapClient constructor
/php-src/ext/soap/soap.c
|
| 1d5c800 |
|
22-Jul-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added arginfo
/php-src/ext/soap/soap.c
|
| bdd6712 |
|
22-Jun-2008 |
Felipe Pena <felipe@php.net> |
- New parameter parsing API
/php-src/ext/soap/soap.c
|
| 6e34cbf |
|
20-May-2008 |
David Soria Parra <dsp@php.net> |
Coding style
/php-src/ext/soap/soap.c
|
| d5befc7 |
|
20-May-2008 |
David Soria Parra <dsp@php.net> |
MFH: Allow non-long values for proxy_port, connection_timeout and convert them
/php-src/ext/soap/soap.c
|
| 84a8bb0 |
|
10-Mar-2008 |
Felipe Pena <felipe@php.net> |
MFH: New way for check void parameters
/php-src/ext/soap/soap.c
|
| 29eac88 |
|
04-Mar-2008 |
Dmitry Stogov <dmitry@php.net> |
Fixed SIGSEGV because of access to uninitialized data
/php-src/ext/soap/soap.c
|
| 7b6238c |
|
15-Feb-2008 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #43507 (SOAPFault HTTP Status 500 - would like to be able to set the HTTP Status)
/php-src/ext/soap/soap.c
|
| a498d64 |
|
16-Jan-2008 |
Dmitry Stogov <dmitry@php.net> |
Fixed wrong type cast
/php-src/ext/soap/soap.c
|
| 9c64182 |
|
09-Jan-2008 |
Dmitry Stogov <dmitry@php.net> |
Fixed broken soap.wsdl_cache_enabled
/php-src/ext/soap/soap.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/soap/soap.c
|
| 1bf9059 |
|
13-Nov-2007 |
Etienne Kneuss <colder@php.net> |
MFH: fix typos
/php-src/ext/soap/soap.c
|
| b710c61 |
|
13-Nov-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
/php-src/ext/soap/soap.c
|
| db3496f |
|
01-Nov-2007 |
Dmitry Stogov <dmitry@php.net> |
Another fix for bug #42773
/php-src/ext/soap/soap.c
|
| 2f51afe |
|
01-Nov-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown)
/php-src/ext/soap/soap.c
|
| bf0d170 |
|
01-Nov-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #42773 (WSDL error causes HTTP 500 Response)
/php-src/ext/soap/soap.c
|
| 400101a |
|
30-Oct-2007 |
Dmitry Stogov <dmitry@php.net> |
Use heap-allocated return value
/php-src/ext/soap/soap.c
|
| 4b4d634 |
|
07-Oct-2007 |
Yiduo (David) Wang <davidw@php.net> |
MFH: Added macros for managing zval refcounts and is_ref statuses
/php-src/ext/soap/soap.c
|
| 6c810b0 |
|
27-Sep-2007 |
Dmitry Stogov <dmitry@php.net> |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
/php-src/ext/soap/soap.c
|
| e56466e |
|
05-Sep-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #42214 (SoapServer sends clients internal PHP errors)
/php-src/ext/soap/soap.c
|
| 8364701 |
|
31-Aug-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #42359 (xsd:list type not parsed)
/php-src/ext/soap/soap.c
|
| fdf96be |
|
31-Aug-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl)
/php-src/ext/soap/soap.c
|
| 8589a7f |
|
01-Aug-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #42151 (__destruct functions not called after catching a SoapFault exception)
/php-src/ext/soap/soap.c
|
| 6c5e9cc |
|
13-Jul-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI result in major slowdown
/php-src/ext/soap/soap.c
|
| 0f6e099 |
|
27-May-2007 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #41477 (no arginfo about SoapClient::__soapCall()).
/php-src/ext/soap/soap.c
|
| 0a63bd4 |
|
06-May-2007 |
Ilia Alshanetsky <iliaa@php.net> |
Allow SOAP extension's handler() to work even when always_populate_raw_post_data is off. # Tests will be updated in the next few days
/php-src/ext/soap/soap.c
|
| 3721cb9 |
|
02-May-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL)
/php-src/ext/soap/soap.c
|
| 36c6ad9 |
|
02-Apr-2007 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #37013 (server hangs when returning circular object references)
/php-src/ext/soap/soap.c
|
| 3ee54ce |
|
20-Mar-2007 |
Dmitry Stogov <dmitry@php.net> |
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
/php-src/ext/soap/soap.c
|
| cc04404 |
|
27-Feb-2007 |
Ilia Alshanetsky <iliaa@php.net> |
snprintf() -> slprintf() # Part 1
/php-src/ext/soap/soap.c
|
| 50ea267 |
|
24-Feb-2007 |
Marcus Boerger <helly@php.net> |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
/php-src/ext/soap/soap.c
|
| 84a827e |
|
18-Jan-2007 |
Antony Dovgal <tony2001@php.net> |
MFH
/php-src/ext/soap/soap.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/soap/soap.c
|
| 557838e |
|
03-Oct-2006 |
Ilia Alshanetsky <iliaa@php.net> |
Last set of zend_hash_init() optimizations
/php-src/ext/soap/soap.c
|
| f537599 |
|
28-Sep-2006 |
Hannes Magnusson <bjori@php.net> |
MFH: fix arginfo&proto
/php-src/ext/soap/soap.c
|
| fa6c04c |
|
25-Sep-2006 |
Dmitry Stogov <dmitry@php.net> |
Removed warning about unreferenced local variable
/php-src/ext/soap/soap.c
|
| f7f180f |
|
22-Sep-2006 |
Dmitry Stogov <dmitry@php.net> |
Prevent access to dead zval
/php-src/ext/soap/soap.c
|
| f5d7dac |
|
20-Sep-2006 |
Dmitry Stogov <dmitry@php.net> |
Added ability to make SOAP call userspace PHP<->XML converters
/php-src/ext/soap/soap.c
|
| ed26032 |
|
15-Sep-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed memory leak
/php-src/ext/soap/soap.c
|
| 8166284 |
|
04-Sep-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #38700 (SoapClient::__getTypes never returns)
/php-src/ext/soap/soap.c
|
| 92f1b46 |
|
24-Aug-2006 |
Dmitry Stogov <dmitry@php.net> |
Added SoapServer::setObject() method (it is a simplified version of SoapServer::setClass() method).
/php-src/ext/soap/soap.c
|
| 1354aa9 |
|
31-Jul-2006 |
Dmitry Stogov <dmitry@php.net> |
Prevented possible double call in case of fault
/php-src/ext/soap/soap.c
|
| 53025ca |
|
31-Jul-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed crash in SoapClient::__setSoapHeaders()
/php-src/ext/soap/soap.c
|
| a602a3e |
|
11-Jul-2006 |
Dmitry Stogov <dmitry@php.net> |
Nuke signed/unsigned compiler warnings
/php-src/ext/soap/soap.c
|
| ee1dc90 |
|
11-Jul-2006 |
Dmitry Stogov <dmitry@php.net> |
Nuke signed/unsigned compiler warnings
/php-src/ext/soap/soap.c
|
| 795a482 |
|
10-Jul-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)
/php-src/ext/soap/soap.c
|
| 10371b0 |
|
26-May-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24)
/php-src/ext/soap/soap.c
|
| 93851eb |
|
25-May-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #37278 (SOAP not respecting uri in __soapCall)
/php-src/ext/soap/soap.c
|
| 77c1b56 |
|
10-May-2006 |
Marcus Boerger <helly@php.net> |
- Update after api changes
/php-src/ext/soap/soap.c
|
| a34755e |
|
03-May-2006 |
Dmitry Stogov <dmitry@php.net> |
MFH
/php-src/ext/soap/soap.c
|
| 68906db |
|
19-Apr-2006 |
Dmitry Stogov <dmitry@php.net> |
Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and LIMIT for memory cache. Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can be enabled whit configuartion directive "soap.wsdl_cache = WSDL_CACHE_MEMORY" or "soap.wsdl_cache = WSDL_CACHE_BOTH" or derectly in SoapClent/SoapServer constructor: $ws = new SoapClient($wsdl, array("cache_wsdl"=>WSDL_CACHE_BOTH)) Disk and memory caches use the same TTL value - "soap.wsdl_cache_ttl". Configuration directive "soap.wsdl_cache_limit" restricts the number of cached wsdl files in memory. Adding new files into full memory cache will delete oldest files from it. Note that, each PHP process or thread uses it's own memory cache.
/php-src/ext/soap/soap.c
|
| 874a221 |
|
14-Apr-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed calling header functions through __call()
/php-src/ext/soap/soap.c
|
| f897cff |
|
13-Apr-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #37054 (SoapClient Error Fetching http headers)
/php-src/ext/soap/soap.c
|
| 06ef71f |
|
09-Apr-2006 |
Andrei Zmievski <andrei@php.net> |
Speed up SoapClient/SoapServer constructors by caching WSDL structures in memory. All WSDL files will be cached, unless turned off via an option to the constructor.
/php-src/ext/soap/soap.c
|
| 9e26f6c |
|
24-Mar-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed SoapFault::getMessage()
/php-src/ext/soap/soap.c
|
| dbe881d |
|
23-Mar-2006 |
Marcus Boerger <helly@php.net> |
- Fix build
/php-src/ext/soap/soap.c
|
| 1122f64 |
|
21-Mar-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed compatibility with auto_globals_jit
/php-src/ext/soap/soap.c
|
| bafba66 |
|
21-Mar-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #36721 (The SoapServer is not able to send a header that it didn't receive)
/php-src/ext/soap/soap.c
|
| 7ffc24b |
|
10-Mar-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)
/php-src/ext/soap/soap.c
|
| d46b474 |
|
03-Mar-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed crash
/php-src/ext/soap/soap.c
|
| 622347b |
|
03-Mar-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies)
/php-src/ext/soap/soap.c
|
| 65cca0d |
|
02-Mar-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #36388 (ext/soap crashes when throwing exception and session persistence). (David)
/php-src/ext/soap/soap.c
|
| 7360540 |
|
07-Feb-2006 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #36083 (SoapClient waits for responses on one-way operations)
/php-src/ext/soap/soap.c
|
| bccf4bd |
|
06-Feb-2006 |
Antony Dovgal <tony2001@php.net> |
MFH: initialize variables and reduce the number of warnings
/php-src/ext/soap/soap.c
|
| 8911fac |
|
06-Feb-2006 |
Antony Dovgal <tony2001@php.net> |
MFH: initialize variable and make gcc happy
/php-src/ext/soap/soap.c
|
| 7dc9be7 |
|
02-Feb-2006 |
Dmitry Stogov <dmitry@php.net> |
Bug #36226 Inconsistent handling when passing potential arrays
/php-src/ext/soap/soap.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/soap/soap.c
|
| eef44c6 |
|
09-Dec-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed possible SIGSEGV (Rob Richards)
/php-src/ext/soap/soap.c
|
| 3e669bc |
|
06-Dec-2005 |
foobar <sniper@php.net> |
MFH: nuke php3 legacy
/php-src/ext/soap/soap.c
|
| 88edad9 |
|
07-Nov-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #35091 (SoapClient leaks memory)
/php-src/ext/soap/soap.c
|
| 4a6faad |
|
19-Oct-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed memory leak in ZTS mode
/php-src/ext/soap/soap.c
|
| 6cbe6d7 |
|
05-Oct-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed throwing exceptions derived from SoapFault
/php-src/ext/soap/soap.c
|
| d09fbaa |
|
03-Oct-2005 |
Dmitry Stogov <dmitry@php.net> |
MFH (Bug #34643 wsdl default value)
/php-src/ext/soap/soap.c
|
| 4329db2 |
|
27-Sep-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #34643 (wsdl default value has no effect)
/php-src/ext/soap/soap.c
|
| 9023667 |
|
12-Sep-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed)
/php-src/ext/soap/soap.c
|
| f286018 |
|
17-Aug-2005 |
foobar <sniper@php.net> |
MFH
/php-src/ext/soap/soap.c
|
| cf1b4cf |
|
17-Aug-2005 |
Zeev Suraski <zeev@php.net> |
Introduce SoapClient::__setSoapHeaders()
/php-src/ext/soap/soap.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/soap/soap.c
|
| e07d2f4 |
|
20-Jul-2005 |
Dmitry Stogov <dmitry@php.net> |
"_local_cert" and "_passphrase" properties moved into "_stream_context". As a result now it is possible to use certificates during access WSDL files.
/php-src/ext/soap/soap.c
|
| 3b5af6d |
|
19-Jul-2005 |
Wez Furlong <wez@php.net> |
Remove stale #ifdefs (this is PHP 5 only code). Add a stream_context option to the SoapClient constructor; this allows generic stream context options to be set without having to add code to the SoapClient every time a context option is added.
/php-src/ext/soap/soap.c
|
| 61d6c4e |
|
06-Jul-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed SIGSEGV during error processing on some systems (linux/ppc)
/php-src/ext/soap/soap.c
|
| cd8adc0 |
|
16-Jun-2005 |
Brian France <bfrance@php.net> |
ifdef'ed the code but not the includes
/php-src/ext/soap/soap.c
|
| d3a6652 |
|
03-Jun-2005 |
George Schlossnagle <gschlossnagle@php.net> |
[Move from branch] On architectures that support va_copy (specifically x86_64 linux distros), if you use va_list args more than once, you can corrupt memory - you need to use va_copy instead. man va_copy for details. Also, derefrencing a void * to a long on 64 bit is totally uncool.
/php-src/ext/soap/soap.c
|
| dac8f96 |
|
31-May-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed usage of uninicialized variable
/php-src/ext/soap/soap.c
|
| 9b57f5f |
|
30-May-2005 |
foobar <sniper@php.net> |
- Fixed bug #33185 (--enable-session=shared does not build)
/php-src/ext/soap/soap.c
|
| 8056035 |
|
11-May-2005 |
Antony Dovgal <tony2001@php.net> |
fix both win and gcc compile errors
/php-src/ext/soap/soap.c
|
| 6568dea |
|
11-May-2005 |
Antony Dovgal <tony2001@php.net> |
fix gcc-2.95 problems (reported by Adam Maccabee Trachtenberg)
/php-src/ext/soap/soap.c
|
| e0b3a79 |
|
10-May-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed transparent SoapFault passing
/php-src/ext/soap/soap.c
|
| bd996f2 |
|
10-May-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed SIGSEGV
/php-src/ext/soap/soap.c
|
| bd06b24 |
|
21-Apr-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed wrong SoapFault codes. The codes MUST be namespace qualified.
/php-src/ext/soap/soap.c
|
| 9d2de24 |
|
20-Apr-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #32776 (SOAP doesn't support one-way operations)
/php-src/ext/soap/soap.c
|
| d8b50c8 |
|
20-Apr-2005 |
Dmitry Stogov <dmitry@php.net> |
space -> tab
/php-src/ext/soap/soap.c
|
| e31bc5a |
|
23-Mar-2005 |
Dmitry Stogov <dmitry@php.net> |
Allow define connection timeout throught "connection_timeout" option in SoapClient constructor.
/php-src/ext/soap/soap.c
|
| 4ecbf17 |
|
23-Mar-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #31695 (Cannot redefine endpoint when using WSDL)
/php-src/ext/soap/soap.c
|
| fedbd21 |
|
22-Mar-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
/php-src/ext/soap/soap.c
|
| 713622d |
|
20-Mar-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed SoapFault::details passing
/php-src/ext/soap/soap.c
|
| 625b79c |
|
04-Feb-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple parts)
/php-src/ext/soap/soap.c
|
| 3c31410 |
|
02-Feb-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 Continue" response)
/php-src/ext/soap/soap.c
|
| 83e6e40 |
|
02-Feb-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #31755 (Cannot create SOAP header in no namespace)
/php-src/ext/soap/soap.c
|
| 9506325 |
|
31-Jan-2005 |
Dmitry Stogov <dmitry@php.net> |
Empty "detail" was removed from SoapFault object.
/php-src/ext/soap/soap.c
|
| 6e8d3e9 |
|
31-Jan-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed memory allocation bug
/php-src/ext/soap/soap.c
|
| d5d127c |
|
28-Jan-2005 |
Dmitry Stogov <dmitry@php.net> |
Memory leak was fixed
/php-src/ext/soap/soap.c
|
| a343fc8 |
|
20-Jan-2005 |
Dmitry Stogov <dmitry@php.net> |
Support for HTTP error codes
/php-src/ext/soap/soap.c
|
| c35353e |
|
20-Jan-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #30901 (can't send cookies with soap envelop). void SoapClient::__setCookie(string name [, string value])
/php-src/ext/soap/soap.c
|
| a830b0f |
|
20-Jan-2005 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #31422 (No Error-Logging on SoapServer-Side).
/php-src/ext/soap/soap.c
|
| 56025c6 |
|
20-Jan-2005 |
Dmitry Stogov <dmitry@php.net> |
Support for HTTPS with digital certificates.
/php-src/ext/soap/soap.c
|
| 3f0c234 |
|
14-Dec-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #30994 (SOAP server unable to handle request with references).
/php-src/ext/soap/soap.c
|
| df49115 |
|
16-Nov-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed possible usage of un-initialized variable.
/php-src/ext/soap/soap.c
|
| a9a5dbd |
|
16-Nov-2004 |
Dmitry Stogov <dmitry@php.net> |
Class mapping was implemented (Bug #29385 Soapserver always uses std class).
/php-src/ext/soap/soap.c
|
| 9c5661f |
|
09-Nov-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
/php-src/ext/soap/soap.c
|
| 75c2a2e |
|
04-Nov-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #30685 (Malformed SOAPClient http header reequest).
/php-src/ext/soap/soap.c
|
| 7a14908 |
|
16-Sep-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed crash with SoapFault and register_shutdown_function().
/php-src/ext/soap/soap.c
|
| 2a63e78 |
|
15-Sep-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed possible crash
/php-src/ext/soap/soap.c
|
| 12752a4 |
|
13-Sep-2004 |
Dmitry Stogov <dmitry@php.net> |
Change soap's ctors to __construct(), rename SoapClient->__call() to SoapClinet->__soapCall().
/php-src/ext/soap/soap.c
|
| f8181ba |
|
10-Sep-2004 |
Dmitry Stogov <dmitry@php.net> |
SoapClient->__call() is renamed to SoapClient->__soap_call().
/php-src/ext/soap/soap.c
|
| 621795e |
|
09-Sep-2004 |
Marcus Boerger <helly@php.net> |
Fix __call's method signature
/php-src/ext/soap/soap.c
|
| 855f359 |
|
26-Aug-2004 |
Dmitry Stogov <dmitry@php.net> |
Memory leaks were fixed
/php-src/ext/soap/soap.c
|
| 6078001 |
|
26-Aug-2004 |
Dmitry Stogov <dmitry@php.net> |
Merged bug fixes from PHP_5_0.
/php-src/ext/soap/soap.c
|
| de46ba2 |
|
10-Aug-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #28969 (Wrong data encoding of special characters).
/php-src/ext/soap/soap.c
|
| 31757a6 |
|
20-Jul-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed incorrect HTTP headers in SOAP response
/php-src/ext/soap/soap.c
|
| 96fc48b |
|
19-Jul-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #28985 (__getTypes() returning nothing on complex WSDL).
/php-src/ext/soap/soap.c
|
| e0f33c5 |
|
19-Jul-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #29061 (soap extension segfaults).
/php-src/ext/soap/soap.c
|
| e35bc2e |
|
19-Jul-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed memory leak (related to new implementation of empty strings)
/php-src/ext/soap/soap.c
|
| 2ec89aa |
|
13-Jul-2004 |
Zeev Suraski <zeev@php.net> |
Add {{{ proto's
/php-src/ext/soap/soap.c
|
| b5aa8db |
|
06-Jul-2004 |
Sebastian Bergmann <sebastian@php.net> |
Fix ZTS build.
/php-src/ext/soap/soap.c
|
| 8ad22e4 |
|
06-Jul-2004 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #28751 (SoapServer does not call _autoload())
/php-src/ext/soap/soap.c
|
| d9226a1 |
|
21-Jun-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for HTTP redirection.
/php-src/ext/soap/soap.c
|
| 99a0504 |
|
27-May-2004 |
Dmitry Stogov <dmitry@php.net> |
Memory leaks were fixed
/php-src/ext/soap/soap.c
|
| 2b3e184 |
|
27-May-2004 |
Dmitry Stogov <dmitry@php.net> |
BUGFIX: Prevent crash on error in send_http_soap_request()
/php-src/ext/soap/soap.c
|
| 38ef28e |
|
20-May-2004 |
Dmitry Stogov <dmitry@php.net> |
Allowing user defined SOAP transports with SoapClient::__doRequest()
/php-src/ext/soap/soap.c
|
| 2d6770f |
|
12-May-2004 |
Marcus Boerger <helly@php.net> |
- Added missing UNREGISTER_INI_ENTRIES
/php-src/ext/soap/soap.c
|
| 962ab19 |
|
05-May-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for classes with __call() method on server side.
/php-src/ext/soap/soap.c
|
| 7bddbd7 |
|
05-May-2004 |
Dmitry Stogov <dmitry@php.net> |
php_error() -> php_error_docref() (Marcus, Dmitry)
/php-src/ext/soap/soap.c
|
| 0d42248 |
|
15-Apr-2004 |
Dmitry Stogov <dmitry@php.net> |
Calls to zend_exception_error() were removed.
/php-src/ext/soap/soap.c
|
| 6f6ef6d |
|
02-Apr-2004 |
Dmitry Stogov <dmitry@php.net> |
SoapClint support for multiple hosts (through WSDL) with cookies.
/php-src/ext/soap/soap.c
|
| 40bb734 |
|
01-Apr-2004 |
Dmitry Stogov <dmitry@php.net> |
Some small improvments, support for new style constructors, support for exceptions other then SoapFault
/php-src/ext/soap/soap.c
|
| 1ed6bb3 |
|
30-Mar-2004 |
Dmitry Stogov <dmitry@php.net> |
Using studlyCaps names.
/php-src/ext/soap/soap.c
|
| d0a4801 |
|
18-Mar-2004 |
Ilia Alshanetsky <iliaa@php.net> |
s/emalloc/safe_emalloc/ where appropriate.
/php-src/ext/soap/soap.c
|
| d05665a |
|
27-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
fix: Incorrect error message
/php-src/ext/soap/soap.c
|
| 81f05c1 |
|
25-Feb-2004 |
Ard Biesheuvel <abies@php.net> |
Wordsize fixes
/php-src/ext/soap/soap.c
|
| ab968b3 |
|
25-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
HTTP compression (memory leak was fixed)
/php-src/ext/soap/soap.c
|
| 32b6d2f |
|
25-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
HTTP compression support (gzip and deflate)
/php-src/ext/soap/soap.c
|
| 0b0eb80 |
|
24-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL support for <soap:headerfault> was implemented
/php-src/ext/soap/soap.c
|
| 0dadb2b |
|
19-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
fix: prevent possible crash
/php-src/ext/soap/soap.c
|
| 15ccb3b |
|
19-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault>
/php-src/ext/soap/soap.c
|
| cbec795 |
|
18-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
fix: SoapFault constructor fixed to confirm documentation.
/php-src/ext/soap/soap.c
|
| 7edf9bc |
|
17-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
support for XMLSchema <element> nillable attribute
/php-src/ext/soap/soap.c
|
| 168dc36 |
|
17-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Encoding of ommited tail parameters as NULLs
/php-src/ext/soap/soap.c
|
| 939a8d4 |
|
16-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Prevent processing SOAP headers with invalid namespace in WSDL mode.
/php-src/ext/soap/soap.c
|
| b21756c |
|
13-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Source cleanup
/php-src/ext/soap/soap.c
|
| 81af85c |
|
13-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Old in-memory WSDL cache was removed (it was already switched off by #ifdef)
/php-src/ext/soap/soap.c
|
| dcb3189 |
|
13-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
SoapClient::__getTypes and SoapClient::__getFunctions were fixed to return proper information
/php-src/ext/soap/soap.c
|
| 69eb004 |
|
12-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
fix: possible crash was fixed
/php-src/ext/soap/soap.c
|
| 30171a7 |
|
12-Feb-2004 |
Zeev Suraski <zeev@php.net> |
zend_default_classes.h -> zend_exceptions.h
/php-src/ext/soap/soap.c
|
| 07e3413 |
|
12-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Using zend_throw_exception_object() instead of EG(exception).
/php-src/ext/soap/soap.c
|
| 6096b09 |
|
11-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Now SoapClient uses excptions as default method for error reporting
/php-src/ext/soap/soap.c
|
| 20add78 |
|
10-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL caching was implemented
/php-src/ext/soap/soap.c
|
| a55f6cb |
|
09-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Allowing to report SOAP Fault with "return new SoapFault(...)"
/php-src/ext/soap/soap.c
|
| 3b19e19 |
|
09-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_POST_DATA).
/php-src/ext/soap/soap.c
|
| 59ab20b |
|
06-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
optimization
/php-src/ext/soap/soap.c
|
| 6ae97a5 |
|
06-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL cache was disabled by default (see WSDL_CACHE macro) WSDL related memory leaks were fixed
/php-src/ext/soap/soap.c
|
| 88c1168 |
|
06-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Free XML documents after WSDL parsing (they no longer need).
/php-src/ext/soap/soap.c
|
| c22d7cf |
|
06-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
PHP5 and WIN32 support was improved
/php-src/ext/soap/soap.c
|
| 5082737 |
|
05-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
PHP API was changed (see readme.html for more details).
/php-src/ext/soap/soap.c
|
| 2c1dcf3 |
|
05-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL parsing speedup. Source cleanup.
/php-src/ext/soap/soap.c
|
| 6257291 |
|
04-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
SoapServer::fault() method was implemented Unnecesurry namespaces was removed form SOAP fault responces
/php-src/ext/soap/soap.c
|
| 9fa7d1c |
|
04-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP Headers was implemented (near complete)
/php-src/ext/soap/soap.c
|
| 75e4f43 |
|
03-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Initial support for client-part SOAP headers (very incomlete)
/php-src/ext/soap/soap.c
|
| b1c77fc |
|
02-Feb-2004 |
Marcus Boerger <helly@php.net> |
TSRM fixes
/php-src/ext/soap/soap.c
|
| 840526f |
|
02-Feb-2004 |
Dmitry Stogov <dmitry@php.net> |
Server-part support for SOAP Headers was implemented (incomplete)
/php-src/ext/soap/soap.c
|
| 4b74d4f |
|
30-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Server part support for "document" style encoding was implemented
/php-src/ext/soap/soap.c
|
| b81645e |
|
30-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP 1.2 specification conformity was improved
/php-src/ext/soap/soap.c
|
| c33d480 |
|
29-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
PHP4 support HTTP proxy support for PHP4 Using persistent PHP streams for HTTP connections
/php-src/ext/soap/soap.c
|
| e439a1a |
|
29-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
fix: "Authors" corrected
/php-src/ext/soap/soap.c
|
| 5ab77a9 |
|
29-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for HTTP proxies was implemented
/php-src/ext/soap/soap.c
|
| 9d2f84e |
|
29-Jan-2004 |
Derick Rethans <derick@php.net> |
- Add our standard header
/php-src/ext/soap/soap.c
|
| 49b9c59 |
|
29-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...)
/php-src/ext/soap/soap.c
|
| 6cf3c85 |
|
28-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Error reoprting improved by prefix New 'HTTP' fault code Source cleanup
/php-src/ext/soap/soap.c
|
| 2238e4b |
|
28-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Add namespaces to <Envelope> (not ot subnodes)
/php-src/ext/soap/soap.c
|
| a6c94a8 |
|
27-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP Fault uses HTTP status code 500
/php-src/ext/soap/soap.c
|
| 6eeec41 |
|
27-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
fix: error handling
/php-src/ext/soap/soap.c
|
| 1e5ebeb |
|
26-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for SOAP 1.2 Fault/Code/Value and Fault/Reason/Text
/php-src/ext/soap/soap.c
|
| 9387d78 |
|
26-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP 1.2 Fault support (Code,Reason,Datail instead of faultcode,faultstring,...)
/php-src/ext/soap/soap.c
|
| fbead64 |
|
26-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for SOAP 1.2 RPC binding (<rpc:result>)
/php-src/ext/soap/soap.c
|
| e3cfa02 |
|
26-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
XML Schema support (decoding of xsi:nil with attributes) Source Cleanup
/php-src/ext/soap/soap.c
|
| 67886b8 |
|
20-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
XML Schema support - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate)
/php-src/ext/soap/soap.c
|
| a68777e |
|
19-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
XML Scheam support
/php-src/ext/soap/soap.c
|
| a5d11dc |
|
19-Jan-2004 |
Marcus Boerger <helly@php.net> |
Fix refcounting in ZE2
/php-src/ext/soap/soap.c
|
| ba4c4cd |
|
19-Jan-2004 |
Marcus Boerger <helly@php.net> |
Fix some warnings
/php-src/ext/soap/soap.c
|
| a7974a8 |
|
18-Jan-2004 |
Marcus Boerger <helly@php.net> |
Fix memory corruption
/php-src/ext/soap/soap.c
|
| 1dcf246 |
|
16-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL support was improved support for message/part element attribute was implemented support for portType operation input/output name attribute was implemented
/php-src/ext/soap/soap.c
|
| 9bf8d5b |
|
16-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
faultcode/faultstring mismatch was fixed
/php-src/ext/soap/soap.c
|
| ad648d8 |
|
16-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where implemented
/php-src/ext/soap/soap.c
|
| d0f5bd0 |
|
15-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP 1.2 support was improved
/php-src/ext/soap/soap.c
|
| 7c01c77 |
|
15-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for SOAP 1.2 array encoding/decoding was implemented
/php-src/ext/soap/soap.c
|
| ef9e734 |
|
15-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP 1.2 support was improved
/php-src/ext/soap/soap.c
|
| fb52edb |
|
15-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP 1.2 support was improved
/php-src/ext/soap/soap.c
|
| fc69cc8 |
|
14-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP message must not contain a Document Type Declaration
/php-src/ext/soap/soap.c
|
| 8f0ea19 |
|
14-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL: encoding rpc/document and encoded/literal
/php-src/ext/soap/soap.c
|
| 3961fec |
|
13-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Source ceanup
/php-src/ext/soap/soap.c
|
| 98ff80d |
|
13-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL: support for multiple services/ports/bindings was implemented
/php-src/ext/soap/soap.c
|
| fceb95f |
|
13-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
XML parsing warnings and notices were disabled.
/php-src/ext/soap/soap.c
|
| 51c86ab |
|
13-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Support for WSDL <operation> without <input> message
/php-src/ext/soap/soap.c
|
| a02de43 |
|
12-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Small error reporting fixes
/php-src/ext/soap/soap.c
|
| 29fe458 |
|
12-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL support: support for wsdl import
/php-src/ext/soap/soap.c
|
| 170476d |
|
10-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
BUGFIX: server006.phpt
/php-src/ext/soap/soap.c
|
| 9a3cdc6 |
|
09-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
Source cleanup.
/php-src/ext/soap/soap.c
|
| d9328fb |
|
09-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
BUGFIX: close string with smart_str_0()
/php-src/ext/soap/soap.c
|
| 5e57f97 |
|
09-Jan-2004 |
Wez Furlong <wez@php.net> |
let soap build with php5
/php-src/ext/soap/soap.c
|
| 577439e |
|
09-Jan-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed build.
/php-src/ext/soap/soap.c
|
| 792b0e8 |
|
09-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP Encoding/Decoding were improved.
/php-src/ext/soap/soap.c
|
| f5a3f25 |
|
09-Jan-2004 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compile failure of session extension is not present.
/php-src/ext/soap/soap.c
|
| dd5ce0c |
|
08-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
SOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2)
/php-src/ext/soap/soap.c
|
| ecbad18 |
|
08-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
HTTP Authentication was implemented
/php-src/ext/soap/soap.c
|
| 107a87c |
|
06-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
WSDL support was improved
/php-src/ext/soap/soap.c
|
| de6184e |
|
05-Jan-2004 |
Dmitry Stogov <dmitry@php.net> |
PHP5 support, better encoding and WSDL support, interop round 2 base and groupB
/php-src/ext/soap/soap.c
|
| 0e2f675 |
|
14-Mar-2003 |
Alan Knowles <alan_k@php.net> |
fixes to enable module building
/php-src/ext/soap/soap.c
|
| b68739f |
|
05-Mar-2003 |
Wez Furlong <wez@php.net> |
- Remove legacy non-streams code (as discussed with Brad). - Make get_http_header_value() work using case-insensitive compares for the header names, as per relevant RFC's. - General performance boost for get_http_headers(). - Fix a crash bug when a malformed URL is passed to the soap client. - Implement https:// support in the the soap client. (does not verify the remote server certificate; it provides an encrypted link only). - Provide a hook for libxml to parse files using any registered PHP wrapper, including https://, ftps:// and any user-space streams.
/php-src/ext/soap/soap.c
|
| 8e5aaa0 |
|
04-Mar-2003 |
Wez Furlong <wez@php.net> |
Miscellaneous compilation warning, coding standards, build related, memory leak and segfault related fixes. The simple soap client/server code examples now run without leaking or segfaulting.
/php-src/ext/soap/soap.c
|
| 2c1b3b7 |
|
26-Feb-2003 |
Brad LaFountain <rodif_bl@php.net> |
changes in the past shouldn't have compiled.
/php-src/ext/soap/soap.c
|
| f8656a7 |
|
08-Feb-2003 |
Andrey Hristov <andrey@php.net> |
adding a note.
/php-src/ext/soap/soap.c
|
| 550def5 |
|
08-Feb-2003 |
Andrey Hristov <andrey@php.net> |
making it compilable under ZE2 (PHP5). NOTE : Even it is compilable there is an compilation warning because of that handle_function_call is deprecated in ZE2 (#if 0). Look like there will is a problem with __call().
/php-src/ext/soap/soap.c
|
| 05ff5da |
|
14-Jan-2003 |
Andrey Hristov <andrey@php.net> |
Migrated to C style comments.
/php-src/ext/soap/soap.c
|
| ffeb57a |
|
13-Jan-2003 |
Andrey Hristov <andrey@php.net> |
Modifying TS build. Migrating to _ex API for hash traversal.
/php-src/ext/soap/soap.c
|
| cd2ce96 |
|
11-Jan-2003 |
Andrey Hristov <andrey@php.net> |
reverting
/php-src/ext/soap/soap.c
|
| 53656f1 |
|
10-Jan-2003 |
Andrey Hristov <andrey@php.net> |
skipping unneeded copy
/php-src/ext/soap/soap.c
|
| 7c1d2ff |
|
14-Aug-2002 |
Brad LaFountain <rodif_bl@php.net> |
some more doc/lit stuff some more wsdl stuff
/php-src/ext/soap/soap.c
|
| a8326d6 |
|
07-Aug-2002 |
Brad LaFountain <rodif_bl@php.net> |
Sync with Sourceforge CVS
/php-src/ext/soap/soap.c
|
| da1a01e |
|
14-Jul-2002 |
Shane Caraveo <shane@php.net> |
a few fixes fix __isfault fix decimal encoding fix a couple crashers in release builds by initializing variables set http to 1.0 since 1.1 features are not really supported
/php-src/ext/soap/soap.c
|
| a51e6a9 |
|
08-Jul-2002 |
Shane Caraveo <shane@php.net> |
a little more whitespace fix
/php-src/ext/soap/soap.c
|
| ec3b1f1 |
|
08-Jul-2002 |
Shane Caraveo <shane@php.net> |
fix the line ending problems in the files
/php-src/ext/soap/soap.c
|
| f8875ad |
|
07-Jul-2002 |
Shane Caraveo <shane@php.net> |
import php-soap library from sourceforge
/php-src/ext/soap/soap.c
|