summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-1/+1
* Cleanup: avoid reallocationsDmitry Stogov2015-09-241-23/+20
* Fixed memory leak and avoid reallocationsDmitry Stogov2015-09-243-85/+96
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-022-4/+28
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-012-44/+69
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-012-44/+69
| | |\
| | | * Fix bug #70388 - SOAP serialize_function_call() type confusionStanislav Malyshev2015-08-312-44/+69
* | | | add range check to ext/soapAnatol Belski2015-08-261-0/+5
* | | | Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)Xinchen Hui2015-08-101-0/+24
* | | | fix datatypeAnatol Belski2015-08-071-1/+1
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-3/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-10/+13
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-10/+13
| | |\ \ | | | |/
| | | * Fix bug #70081: check types for SOAP variablesStanislav Malyshev2015-07-261-10/+13
| | | * fix type in fix for #69085Remi Collet2015-04-131-3/+3
| | | * Fixed bug #69293Dmitry Stogov2015-03-271-1/+1
* | | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | | | online testXinchen Hui2015-07-281-0/+1
* | | | Fixed bug #70079 (Segmentation fault after more than 100 SoapClient calls)Xinchen Hui2015-07-161-0/+2
* | | | Fixed Bug #70032 (make_http_soap_request calls zend_hash_get_current_key_ex(,...Xinchen Hui2015-07-091-1/+1
* | | | Remove E_EXCEPTIONAaron Piotrowski2015-07-031-1/+1
* | | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-6/+6
* | | | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-2/+2
* | | | Cleanup exception ce APIAaron Piotrowski2015-07-031-4/+4
* | | | Cleanup (removed dead code)Dmitry Stogov2015-07-013-17/+0
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-306-125/+125
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-261-0/+27
|\ \ \ \ | |/ / /
| * | | slightly revised bug69462.phptChristoph M. Becker2015-06-261-1/+2
| * | | Test for bug #69462Tomasz Sawicki2015-06-261-0/+26
| * | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-04-131-3/+3
| |\ \ \ | | |/ /
| | * | fix type in fix for #69085Remi Collet2015-04-131-3/+3
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-251-1/+1
| |\ \ \ | | |/ /
| | * | Bug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, reg...Xinchen Hui2015-03-251-1/+1
* | | | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | | | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-12/+7
|\ \ \ \
| * | | | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-12/+7
* | | | | Make zend_get_exception_base static.Aaron Piotrowski2015-05-171-2/+2
* | | | | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-4/+4
|/ / / /
* | | | improve searchability for libxml2 headersAnatol Belski2015-05-101-1/+5
* | | | fix timezone usage in soap for vc14Anatol Belski2015-05-101-1/+1
* | | | Clean up some type conversionsNikita Popov2015-04-271-9/+3
* | | | Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-221-0/+1
* | | | Fixed use after freeDmitry Stogov2015-04-141-0/+1
* | | | Use new macrosXinchen Hui2015-04-081-1/+1
* | | | Finish PHP 4 constructor deprecationNikita Popov2015-03-315-7/+7
* | | | Deprecate PHP 4 constructorsAndrea Faulds2015-03-3148-98/+98
* | | | Convert fatal errors on improper access to static properties into EngineExcep...Dmitry Stogov2015-03-311-1/+12
* | | | Removed unused functionsDmitry Stogov2015-03-241-1/+1
* | | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-4/+2