summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation warningsDmitry Stogov2016-06-233-11/+11
* Fixed compilation warningsDmitry Stogov2016-06-222-90/+90
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-213-4/+4
* Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-162-2/+2
* Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without i...Dmitry Stogov2016-05-061-1/+1
* Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1
* Refactor zval cleanup into single functionBob Weinand2016-05-051-1/+1
* - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-13/+8
* Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* Merge branch 'PHP-7.0'Xinchen Hui2016-04-081-0/+1
|\
| * Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables)Xinchen Hui2016-04-081-0/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-10/+0
|\ \ | |/
| * Eliminate usages of _PP macrosNikita Popov2016-03-031-10/+0
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-032-2/+2
|\ \ | |/
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
|/
* Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()Stanislav Malyshev2016-02-212-0/+17
* check for NULL and avoid crashesAntony Dovgal2016-01-251-2/+10
* port 4308c868f94df1f2b99e80038ba5ea1076d919a7 to 7.0Anatol Belski2016-01-141-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0114-14/+14
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0114-14/+14
* | Fixed typoXinchen Hui2015-12-211-2/+1
* | Fixed bug #70993 (Array key references break argument processing)Xinchen Hui2015-11-301-0/+1
* | Fixed bug #70940 Segfault in soep / type_to_stringRemi Collet2015-11-191-2/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2015-11-121-1/+3
|\ \ | |/
| * Fixed bug #70900 (SoapClient systematic out of memory error)Dmitry Stogov2015-11-121-1/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2015-11-073-1/+207
|\ \ | |/
| * Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attributeMatteo Beccati2015-11-073-1/+207
* | Fixed memory leak in php_stream_context_set_option()Dmitry Stogov2015-10-291-1/+1
* | Fixed bug #70715 (Segmentation fault inside soap client)Xinchen Hui2015-10-151-1/+5
* | Fixed bug #70709 (SOAP Client generates Segfault)Xinchen Hui2015-10-151-1/+6
* | 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