History log of /PHP-7.3/ext/soap/php_http.c (Results 26 – 50 of 209)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# eaf4e771 22-Feb-2016 Stanislav Malyshev

Fix bug #71610: Type Confusion Vulnerability - SOAP / make_http_soap_request()


Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1
# 88a69ffa 15-Oct-2015 Xinchen Hui

Fixed bug #70715 (Segmentation fault inside soap client)


# a2cfcdfb 15-Oct-2015 Xinchen Hui

Fixed bug #70709 (SOAP Client generates Segfault)


Revision tags: php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4
# 5cccd6c5 23-Sep-2015 Dmitry Stogov

Fixed memory leak and avoid reallocations


Revision tags: php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# c96d08b2 26-Jul-2015 Stanislav Malyshev

Fix bug #70081: check types for SOAP variables


Revision tags: php-5.6.12RC1, php-7.0.0beta2
# deeb6379 16-Jul-2015 Xinchen Hui

Fixed bug #70079 (Segmentation fault after more than 100 SoapClient calls)


# 07f88452 07-Aug-2015 Anatol Belski

fix datatype


Revision tags: php-7.0.0beta1, php-5.6.11
# 0de0c4ac 09-Jul-2015 Xinchen Hui

Fixed Bug #70032 (make_http_soap_request calls zend_hash_get_current_key_ex(,,,NULL))


Revision tags: php-5.5.27, php-5.4.43
# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# 0c136a2a 03-Mar-2015 Dmitry Stogov

Added type checks


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# 94280990 02-Feb-2015 Xinchen Hui

Cleanup resource handling APIs


Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 2d212b42 23-Dec-2014 Nikita Popov

Drop duplicate arg from hash_get_current_key_ex


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# 2a7de9fd 21-Sep-2014 Nikita Popov

Rename smart_str_append to smart_str_append_smart_str

It's used only rarely and I'm running out of append names...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1
# c7206771 04-Sep-2014 Nikita Popov

Fix SOAP warnings


# e015bb03 04-Sep-2014 Nikita Popov

Fix invalid zend_string free in soap

By making get_http_headers() return the zend_string* directly.


# 9befa8c5 03-Sep-2014 Philip Hofstetter

fix bug #67955

this fixes a regression from 6c2a8068207a02b3d7ae7416a9967dad0a81e61f.

smart_str_appendl is expecting the length as the length of the string,
but key_length is th

fix bug #67955

this fixes a regression from 6c2a8068207a02b3d7ae7416a9967dad0a81e61f.

smart_str_appendl is expecting the length as the length of the string,
but key_length is the byte length of the key, including the 0
terminator.

As such, the cookie name appeneded to the header would now also include
the 0 terminator of the key name which then would be sent to the server.

show more ...


Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


123456789