History log of /PHP-7.0/ext/soap/soap.c (Results 76 – 100 of 406)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.15, php-5.4.31
# 42c4bcae 14-Jul-2014 Dmitry Stogov

Fixed ZTS build


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 0a77dcd4 02-Jul-2014 Dmitry Stogov

Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are executing something.


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1
# aebb23e4 26-Sep-2013 Boro Sitnikovski

Bug 49898
__getCookies() method implementation


# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


# a004c4fa 28-May-2014 Dmitry Stogov

Avoid in-place modification


# 9eb89ddd 23-May-2014 Dmitry Stogov

Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros.


# 87591db5 16-May-2014 Dmitry Stogov

Restored __destructor() behavior


# f28e0b0d 16-May-2014 Pierre Joye

fix TS build


# 9b8b55bc 15-May-2014 Dmitry Stogov

Fixed handling of compressed SOAP requests


# 7cb20d59 15-May-2014 Dmitry Stogov

Fixed support for SOAP_PERSISTENCE_SESSION


# f0da9882 15-May-2014 Dmitry Stogov

Buffer has to be reallocated on each loop iteration


# 2709d4f1 15-May-2014 Dmitry Stogov

Buffer has to be reallocated on each loop iteration


# 3610c5cf 15-May-2014 Dmitry Stogov

key->len doesn't include trailing space anymore


# 3e131b41 15-May-2014 Dmitry Stogov

Fixed memory leaks


# 6f984ab1 15-May-2014 Dmitry Stogov

Fixed SoapFault handling


# 4c4df859 15-May-2014 Dmitry Stogov

Fixed SOAP error handling


# 76ada8d5 15-May-2014 Dmitry Stogov

Array with var_args must not be deallocated any more


# 281663f7 15-May-2014 Dmitry Stogov

Removed support for old-style resource destructors (only ext/soap used it)


# c446e575 14-May-2014 Dmitry Stogov

ext/soap support for phpng (incomplete - just compilable)


# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# 1886292e 12-Dec-2013 Dmitry Stogov

Fixed ext/soap/tests/bugs/bug54911.phpt


12345678910>>...17