php-src/ext/soap
Nikita Popov 5d3cf577aa 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.
2015-06-11 23:23:57 +02:00
..
interop typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -08:00
tests Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
config.m4 fix arg order, CFLAGS is the fifth arg in m4 2014-10-17 16:03:40 +02:00
config.w32 improve searchability for libxml2 headers 2015-05-10 22:22:03 +02:00
CREDITS
package.xml typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -08:00
php_encoding.c Make convert_to_* safe with rc>1 2015-06-11 23:23:57 +02:00
php_encoding.h bump year 2015-01-15 23:27:30 +08:00
php_http.c Merge branch 'PHP-5.5' into PHP-5.6 2015-03-03 16:27:35 +08:00
php_http.h bump year 2015-01-15 23:27:30 +08:00
php_packet_soap.c bump year 2015-01-15 23:27:30 +08:00
php_packet_soap.h bump year 2015-01-15 23:27:30 +08:00
php_schema.c fix uninitialized value warn 2015-02-11 11:46:28 +01:00
php_schema.h bump year 2015-01-15 23:27:30 +08:00
php_sdl.c bump year 2015-01-15 23:27:30 +08:00
php_sdl.h bump year 2015-01-15 23:27:30 +08:00
php_soap.h cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
php_xml.c - Fix merge 2015-02-16 13:09:40 -02:00
php_xml.h bump year 2015-01-15 23:27:30 +08:00
soap.c Use fast method to check if first arguments should be passed by reference (not tested onbig endian). 2015-04-22 21:46:13 +03:00
TODO Merge branch 'pull-request/341' 2013-06-10 14:30:59 -07:00
TODO.old typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -08:00