History log of /PHP-8.4/ext/soap/soap.c (Results 151 – 175 of 581)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2
# 515b0508 17-Jan-2018 Dmitry Stogov

Use ZVAL_COPY() instead og ZVAL_DUP(), because fault is an object


# c5c9a694 17-Jan-2018 Dmitry Stogov

Use ZVAL_DUP() instead of zval_copy_ctor()


Revision tags: php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27
# 64002648 31-Dec-2017 Gabriel Caruso

Trailing whitespaces

Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>


# a6519d05 02-Jan-2018 Xinchen Hui

year++


# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++


# ccd4716e 02-Jan-2018 Xinchen Hui

year++


Revision tags: php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, l, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1
# 02463737 04-Nov-2017 Anton Artamonov

Fixed bug #70469

Don't generate an E_ERROR if we've already thrown an exception.
This interacts badly with error_get_last() checks.


# 9e709e2f 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment


# 084c17fe 29-Nov-2017 Dmitry Stogov

Use zend_string_tolower() where it's possible (to avoid reallocations).
Allow zend_string_tolower_ex() to create parsistent strings


# 1dfcd1af 04-Nov-2017 Anton Artamonov

Fixed bug #70469

Don't generate an E_ERROR if we've already thrown an exception.
This interacts badly with error_get_last() checks.


# a308000f 30-Oct-2017 Fabien Villepinte

Fix bug #75464 Wrong reflection on SoapClient::__setSoapHeaders


# 97ff1c92 30-Oct-2017 Fabien Villepinte

Fix bug #75461 Wrong reflection on SoapServer:setClass


Revision tags: php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25
# cbc8f832 22-Oct-2017 Anatol Belski

Simplify tsrm cache update


Revision tags: php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24
# 44e0b79a 19-Sep-2017 Dmitry Stogov

Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values.


Revision tags: php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1
# dc00b6cf 05-Sep-2017 Nikita Popov

Fix assertion failure in SoapFault ctor

Resetting the IAP on a shared array violates COW. I'm replacing this
with code to look up indexes 0 and 1, even though this is not
strictly th

Fix assertion failure in SoapFault ctor

Resetting the IAP on a shared array violates COW. I'm replacing this
with code to look up indexes 0 and 1, even though this is not
strictly the same.

show more ...


# 002856cd 05-Sep-2017 Nikita Popov

Use zpp_throw() in SOAP constructors

These were probably overlooked because they use PHP4 style
constructors :/


Revision tags: php-7.1.9, php-7.2.0RC1, php-7.0.23, php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1, php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3
# 205807f6 25-Jun-2017 Nikita Popov

Move va_copy compatibility code into zend_portability.h

Previously this was defined in zend.c and php.h and also handled
in another way in soap.c.


Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2
# 40ecad34 19-Jun-2017 Dmitry Stogov

Fixed wrong usage of old ZPP API.


Revision tags: php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1, php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# afb6ca25 22-Dec-2016 Anatol Belski

Finish remaining replacement uint => uint32_t

Tthe core should be normalized now, no uints anymore


Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0
# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run


Revision tags: php-5.6.29RC1, php-7.0.14RC1
# 0da5cb5f 21-Nov-2016 Anatol Belski

Backport 15ac4904 to 5.6


# 685b1292 20-Nov-2016 Craig Duncan

Fix bug #73538

Remove any previous default headers and replace with the specified
ones, as documented, and as is the case when a single header is
passed.


12345678910>>...24