Revision tags: php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1 |
|
#
5429bfb5 |
| 18-Jun-2008 |
Dmitry Stogov |
Fixed SOAP binding selection
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
c5b386b8 |
| 07-May-2008 |
David Coallier |
- Fixed bug #44811 (Improve error message when creating a new SoapClient that contains invalid data)
|
Revision tags: php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
1a9e668a |
| 23-Nov-2007 |
Dmitry Stogov |
Fixed bug #42952 (soap cache file is created with insecure permissions)
|
Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1 |
|
#
7d1dbff7 |
| 21-May-2007 |
Dmitry Stogov |
Fixed bug #41337 WSDL parsing doesn't ignore non soap bindings
|
Revision tags: RELEASE_1_2_0 |
|
#
fb045249 |
| 10-May-2007 |
Dmitry Stogov |
Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)
|
Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6 |
|
#
9d3e446d |
| 23-Feb-2007 |
Stanislav Malyshev |
use safe_emalloc
|
Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
1783b0e4 |
| 21-Dec-2006 |
Ilia Alshanetsky |
Optimize out zend_hash_num_elements() call
|
Revision tags: php-5.2.1RC1 |
|
#
c42d25dc |
| 30-Nov-2006 |
Ilia Alshanetsky |
Small hash table optimization
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
f5d7dac3 |
| 20-Sep-2006 |
Dmitry Stogov |
Added ability to make SOAP call userspace PHP<->XML converters
|
Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1 |
|
#
ee1dc90d |
| 11-Jul-2006 |
Dmitry Stogov |
Nuke signed/unsigned compiler warnings
|
Revision tags: php-4.4.3RC2 |
|
#
de85c9cd |
| 26-Jun-2006 |
Dmitry Stogov |
Fixed bug #37862 (Integer pointer comparison to numeric value)
|
Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
68906dbe |
| 19-Apr-2006 |
Dmitry Stogov |
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
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.
show more ...
|
#
349bcd74 |
| 18-Apr-2006 |
Dmitry Stogov |
Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching code in multithread WS). (Andrei, Dmitry)
|
#
cfaf6406 |
| 17-Apr-2006 |
Andrei Zmievski |
Some encodings were assumed to be default and, thus, were not made persistent.
|
#
7330c323 |
| 17-Apr-2006 |
Dmitry Stogov |
Fixed several bugs in new "caching WSDL in memory" code Re-enabled disk cache
|
#
c261351a |
| 10-Apr-2006 |
Dmitry Stogov |
ZTS fix
|
#
06ef71fe |
| 09-Apr-2006 |
Andrei Zmievski |
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.
|
Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2 |
|
#
bccf4bd9 |
| 06-Feb-2006 |
Antony Dovgal |
MFH: initialize variables and reduce the number of warnings
|
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
Revision tags: php-5.1.2RC1, RELEASE_1_1_1 |
|
#
eef44c60 |
| 09-Dec-2005 |
Dmitry Stogov |
Fixed possible SIGSEGV (Rob Richards)
|
Revision tags: RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2 |
|
#
13af4c9a |
| 28-Nov-2005 |
Dmitry Stogov |
Fixed bug #35399 (Since fix of bug #35273 SOAP decoding of soapenc:base64binary fails)
|
Revision tags: php-5.1.1, php-5.1.0 |
|
#
8b4e1abd |
| 18-Nov-2005 |
Dmitry Stogov |
Fixed bug #35273 (Error in mapping soap - java types)
|
Revision tags: php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1 |
|
#
a0dd931d |
| 24-Oct-2005 |
Dmitry Stogov |
Fixed bug #34950 (Unable to get WSDL through proxy)
|