History log of /php-src/ext/soap/php_encoding.c (Results 76 – 100 of 350)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8e487aef 30-Aug-2016 Nikita Popov

Fixed bug #71996

Revision tags: php-7.1.0alpha2
# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings

Revision tags: php-7.0.8, php-5.6.23
# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.

Revision tags: php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1, php-7.0.6
# 6499162f 28-Apr-2016 Dmitry Stogov

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.

show more ...

Revision tags: php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1
# c45f7b97 08-Apr-2016 Xinchen Hui

Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables)

Revision tags: php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# c140bbb5 25-Jan-2016 Antony Dovgal

check for NULL and avoid crashes

Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# ed35de78 01-Jan-2016 Lior Kaplan

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Happy new year (Update copyright to 2016)


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)

Revision tags: php-7.0.2RC1
# 4531d2c5 21-Dec-2015 Xinchen Hui

Fixed typo

Revision tags: 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, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4
# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().

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, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 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, php-7.0.0alpha2
# 5d3cf577 11-Jun-2015 Nikita Popov

Make convert_to_* safe with rc>1

This only involves switching zval_dtor to zval_ptr_dtor for arrays
and making the convert_to_object for arrays a bit more generic.

All the other

Make convert_to_* safe with rc>1

This only involves switching zval_dtor to zval_ptr_dtor for arrays
and making the convert_to_object for arrays a bit more generic.

All the other changes outside zend_operators.c just make use of
this new ability (use COPY instead of DUP).

What's still missing: Proper references handling. I've seen many
convert_to* calls that will break when a reference is used.

Also fixes bug #69788.

show more ...

Revision tags: 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
# f22a5bd7 10-May-2015 Anatol Belski

fix timezone usage in soap for vc14

Revision tags: php-5.6.9RC1, php-5.5.25RC1
# 40e465e3 25-Apr-2015 Nikita Popov

Clean up some type conversions

While at it also fix some type checks in iconv and drop dead and
unported code in standard/filters.

Revision tags: php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# 86bbacfd 25-Mar-2015 Xinchen Hui

Merge branch 'PHP-5.5' into PHP-5.6


# 76c1ec5e 25-Mar-2015 Xinchen Hui

Bug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, regression)

This was a typo introduced in c8eaca013a3922e8383def6158ece2b63f6ec483

# 0ce7b4c8 24-Mar-2015 Dmitry Stogov

Removed unused functions

Revision tags: 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
# 6cb3b941 03-Mar-2015 Reeze Xia

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Improve fix for bug 67741
Added type checks
Added type checks


# 143cc672 03-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Added type checks
Update NEWS

Conflicts:
NEWS
ext/soap/php_encoding.c
ext/soap/soap.c


# c433f19a 03-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Added type checks


# b3ac3522 03-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Added type checks


# c8eaca01 03-Mar-2015 Dmitry Stogov

Added type checks

# dd50ed8a 03-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Added type checks
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
Check variable type before its usage as IS_ARRAY.
Fixed a

Merge branch 'PHP-5.6'

* PHP-5.6:
Added type checks
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
Check variable type before its usage as IS_ARRAY.
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

Conflicts:
ext/soap/php_encoding.c
ext/soap/php_http.c
ext/soap/soap.c

show more ...


# 26827a01 03-Mar-2015 Dmitry Stogov

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Added type checks
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
Check variable type before its usage as IS_ARRAY.

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Added type checks
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
Check variable type before its usage as IS_ARRAY.
Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

show more ...


12345678910>>...14