| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Insert a lot more DEREFs. Some may not be necessary, but better
safe than sorry. I'm thinking the soap_hash_str_find_deref function
should become part of the zend_hash API -- we need this in many
places.
|
| |
| |
| |
| |
| |
| |
| | |
If the response includes both fields with simple types (which get
concatenated into an XML string) and a complex type (which is parsed
into an object), then the object will parsed into the same zval as the
simple types and will overwrite the string.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the response includes both fields with simple types (which get
concatenated into an XML string) and a complex type (which is parsed
into an object), then the object will parsed into the same zval as the
simple types and will overwrite the string.
(cherry picked from commit 26287132c0c48e52dbaf1ac44c1d2f0d0d9b0cf7)
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Also handle another case of bug #71996.
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.
|
|/
|
|
| |
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* PHP-5.6:
Happy new year (Update copyright to 2016)
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
regression)
This was a typo introduced in c8eaca013a3922e8383def6158ece2b63f6ec483
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
Improve fix for bug 67741
Added type checks
Added type checks
|
| | | |
|
| | |
| | |
| | |
| | | |
appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
|
| | | |
|
| | |
| | |
| | |
| | | |
semantick changes).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
While at it also fix some type checks in iconv and drop dead and
unported code in standard/filters.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.6:
Added type checks
Update NEWS
Conflicts:
NEWS
ext/soap/php_encoding.c
ext/soap/soap.c
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
* PHP-5.5:
Added type checks
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-5.4:
Added type checks
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| |\ \ \ \
| | |/ / /
| | | | /
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
* 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().
|
| | |\ \
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
Added type checks
Conflicts:
ext/soap/soap.c
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |\
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-5.3:
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
contains itself)
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
87th time while struggling with an annoying SOAP service.
|
| | | | |
| | | | |
| | | | |
| | | | | |
returned from function)
|
| | | | | |
|
| | | | | |
|