History log of /PHP-7.4/ext/soap/soap.c (Results 76 – 100 of 466)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, 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
# e201f01a 01-Sep-2015 Stanislav Malyshev

Fix bug #70388 - SOAP serialize_function_call() type confusion


# 150dead2 26-Aug-2015 Anatol Belski

add range check to ext/soap


Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# fbcc8239 03-Jul-2015 Aaron Piotrowski

Remove E_EXCEPTION


# ed1b6487 03-Jul-2015 Aaron Piotrowski

Switch position of ce in exception ce variable names


# a812a74c 03-Jul-2015 Aaron Piotrowski

Change zend_exception_get_default() to zend_exception_ce


# f9e9d3a4 03-Jul-2015 Aaron Piotrowski

Cleanup exception ce API

Removed recently added functions to get Error ce's and marked the old functions
fetching default_exception_ce and error_exception_ce as deprecated.


# 6daed13c 01-Jul-2015 Dmitry Stogov

Cleanup (removed dead code)


# 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
# 28d7bb97 23-Jun-2015 Rasmus Lerdorf

Fix more proto comments


Revision tags: 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
# 26b35cab 17-May-2015 Aaron Piotrowski

Make zend_get_exception_base static.

Soap extension can use other API functions.


# d042d088 16-May-2015 Aaron Piotrowski

Remodel exceptions based on Throwable interface

Added Throwable interface that exceptions must
implement in order to be thrown. BaseException
was removed, EngineException renamed to

Remodel exceptions based on Throwable interface

Added Throwable interface that exceptions must
implement in order to be thrown. BaseException
was removed, EngineException renamed to
Error, and TypeException and ParseException
renamed to TypeError and ParseError. Exception
and Error no longer extend a common base
class, rather they both implement the Throwable
interface.

show more ...


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1
# 15a5f61c 22-Apr-2015 Dmitry Stogov

Use fast method to check if first arguments should be passed by reference (not tested onbig endian).


Revision tags: php-5.6.8, php-5.5.24, php-5.4.40
# 3037665f 14-Apr-2015 Dmitry Stogov

Fixed use after free


# ff70b40d 13-Apr-2015 Remi Collet

fix type in fix for #69085


# c61ceef7 13-Apr-2015 Remi Collet

fix type in fix for #69085

(cherry picked from commit 085e9ddc26f37ce556b8fd787044746e726264b2)


# f23f7dfe 08-Apr-2015 Xinchen Hui

Use new macros


Revision tags: php-5.6.8RC1, php-5.5.24RC1
# 685ab95a 31-Mar-2015 Dmitry Stogov

Convert fatal errors on improper access to static properties into EngineExceptions


# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x


# 51856a76 19-Mar-2015 Dmitry Stogov

Fixed bug #69152


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation


# 026b0adc 10-Mar-2015 Dmitry Stogov

Fixed memory leaks


# 1c94ff05 09-Mar-2015 Dmitry Stogov

Implement engine exceptions

RFC: https://wiki.php.net/rfc/engine_exceptions_for_php7

Pending changes regarding naming of BaseException and whether it
should be an interface.


Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# c8eaca01 03-Mar-2015 Dmitry Stogov

Added type checks


# 0c136a2a 03-Mar-2015 Dmitry Stogov

Added type checks


12345678910>>...19