summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'pull-request/500'Anatol Belski2013-11-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/500: limit virtual_cwd_activate() duplicated call to ZTS only reverted the previous commit, both calls are needed in TS mode virtual_cwd_activate() should be called only in one place back to do_alloca() removed unnecessary call simplify the state free macros compact the code to preserve the error info after state freeing back to do_alloca(), reverted the wrong replacement enabled windows to use stack in both ts/nts mode, some more fixes moved to do_alloca() usage where appropriate fixed invalid free fixed virtual cwd header in phar updated NEWS fixed all the places where last error could be lost preserve the error code applied and fixed the original patch initial move on renaming files and fixing includes Conflicts: ext/opcache/ZendAccelerator.c
| * initial move on renaming files and fixing includesAnatol Belski2013-10-171-1/+1
| |
* | - Moved allocation to if block to make Coverity happyFelipe Pena2013-10-191-9/+10
|/
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-2/+2
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2012-03-211-3/+7
|\ | | | | | | | | | | | | | | | | * PHP-5.3: Fixed bug #49853 (Soap Client stream context header option ignored) Conflicts: NEWS ext/soap/php_sdl.c
| * Fixed bug #49853 (Soap Client stream context header option ignored)Dmitry Stogov2012-03-211-3/+7
| |
| * Fixed bug #60887 (SoapClient ignores user_agent option and sends no ↵Dmitry Stogov2012-03-051-0/+7
| | | | | | | | User-Agent header)
| * Fixed basic HTTP authentication for WSDL sub requests.Dmitry Stogov2012-02-011-2/+2
| |
| * Fixed basic HTTP authentication for WSDL sub requestsDmitry Stogov2012-02-011-0/+34
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
| |
| * This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-4/+4
| | | | | | | | | | 87th time while struggling with an annoying SOAP service.
| * Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable ↵Dmitry Stogov2010-05-051-1/+10
| | | | | | | | endpoints). (Justin Dearing)
* | Fixed bug #60887 (SoapClient ignores user_agent option and sends no ↵Dmitry Stogov2012-03-051-0/+7
| | | | | | | | User-Agent header)
* | Fixed basic HTTP authentication for WSDL sub requests.Dmitry Stogov2012-02-011-2/+2
| |
* | Fixed basic HTTP authentication for WSDL sub requestsDmitry Stogov2012-02-011-0/+34
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Add php_ignore_value() macro to suppress unused return value warningsRasmus Lerdorf2011-05-161-1/+1
| | | | | | | | | | | | from gcc. There are times when we really don't care about the return value and this will cleanly tell gcc.
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | Fixed WSDL loading using https through proxyDmitry Stogov2010-11-081-4/+7
| |
* | Added TSRMLS macros into php_get_current_user()Kalle Sommer Nielsen2010-09-231-1/+1
| |
* | - use TSRMLS_D/C with php_stream_context_allocPierre Joye2010-09-161-3/+3
| |
* | This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-4/+4
| | | | | | | | | | 87th time while struggling with an annoying SOAP service.
* | Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable ↵Dmitry Stogov2010-05-051-1/+10
|/ | | | endpoints). (Justin Dearing)
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fixed bug #49144 (import of schema from different host transmits original ↵Dmitry Stogov2009-08-171-0/+60
| | | | authentication details)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error ↵Dmitry Stogov2008-12-011-0/+12
| | | | message)
* Fixed SOAP binding selectionDmitry Stogov2008-06-181-2/+2
|
* - Fixed bug #44811 (Improve error message when creating a new SoapClient ↵David Coallier2008-05-071-1/+7
| | | | that contains invalid data)
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Fixed bug #42952 (soap cache file is created with insecure permissions)Dmitry Stogov2007-11-231-3/+11
|
* Fixed bug #41337 WSDL parsing doesn't ignore non soap bindingsDmitry Stogov2007-05-211-1/+1
|
* Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings)Dmitry Stogov2007-05-101-1/+9
|
* use safe_emallocStanislav Malyshev2007-02-231-5/+5
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Optimize out zend_hash_num_elements() callIlia Alshanetsky2006-12-211-2/+2
|
* Small hash table optimizationIlia Alshanetsky2006-11-301-1/+1
|
* Added ability to make SOAP call userspace PHP<->XML convertersDmitry Stogov2006-09-201-4/+0
|
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-58/+58
|
* Fixed bug #37862 (Integer pointer comparison to numeric value)Dmitry Stogov2006-06-261-1/+1
|
* Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and ↵Dmitry Stogov2006-04-191-107/+147
| | | | | | | | | | 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.
* Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching ↵Dmitry Stogov2006-04-181-5/+10
| | | | code in multithread WS). (Andrei, Dmitry)
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-171-5/+5
| | | | | persistent.
* Fixed several bugs in new "caching WSDL in memory" codeDmitry Stogov2006-04-171-23/+32
| | | | | Re-enabled disk cache
* ZTS fixDmitry Stogov2006-04-101-1/+1
|
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-091-6/+970
| | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor.