| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* PHP-7.0:
too many dashes
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-7.0:
Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5) Include WSDL cache version number into file name
|
| |
| |
| |
| | |
Include WSDL cache version number into file name
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
This allows us to unfork a bunch of tests for Windows.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-7.0:
add test for bug #73452
Backport 15ac4904 to 5.6
|
| |\
| | |
| | |
| | |
| | |
| | | |
* PHP-5.6:
add test for bug #73452
Backport 15ac4904 to 5.6
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove any previous default headers and replace with the specified
ones, as documented, and as is the case when a single header is
passed.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Don't update proprties inplace.
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
* PHP-5.6:
add test for bug #73037
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Name verification was failing because the OpenSSL extension was picking
the proxy server's address when guessing which name to compare to the
SSL certificate. This scenario is already handled for stream wrappers
in http_fopen_wrapper.c. This patch applies the same fix to the SOAP
extension: when a proxy is used, set peer_name explicitly on the stream
context.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | | |
(cherry picked from commit 256b150a963337eeea5d42e3769ebf5ae45f50c8)
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.6:
Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"
|
| | |
| | |
| | |
| | | |
This reverts commit f9a699f6c3aa7acea922242a0f14731f6b829742.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.0:
skip this test for now as it seems to have issues running dev server
Fixed bug #73037 SoapServer reports Bad Request when gzipped
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-5.6:
skip this test for now as it seems to have issues running dev server
Fixed bug #73037 SoapServer reports Bad Request when gzipped
|
| | | |
|
| | |
| | |
| | |
| | | |
(cherry picked from commit 410c68788ae4826807e8ced3f4a02e676142b22a)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The error handler is overloaded with the SOAP one. However the SOAP
handler eventually wants to access some of its globals. This won't
work as long as the SOAP globals aren't initialized. The use case
is when an error is thrown before RINIT went through. As the call
order is arbitrary, the safest is to wait when all the modules
called their RINIT.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #73037 SoapServer reports Bad Request when gzipped
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
exception
Squashed commit of the following:
commit 8b45fa2acb8cd92542a39e1e4720fe1f4fabc26c
Author: Dmitry Stogov <dmitry@zend.com>
Date: Thu Jun 16 01:52:50 2016 +0300
Separate slow path of ZEND_RECV into a cold function.
commit 9e18895ee59c64c93a96b1ba3061355c4663e962
Author: Dmitry Stogov <dmitry@zend.com>
Date: Wed Jun 15 23:26:28 2016 +0300
Required argument can't be IS_UNDEF anymore.
commit 662db66e3943d4455c65e4f987bb54abf724ecb2
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue May 31 17:14:50 2016 +0300
Replace "Missing argument" warning by "Too few arguments" exception.
|
| | |
| | |
| | |
| | | |
insignificant renaming and white-space changes
|
| | |
| | |
| | |
| | | |
This reverts commit bac6fdb0c52c924e726c5a78de8858bf27b6586b.
|
| | |
| | |
| | |
| | | |
Also use zval_ptr_dtor_nogc() everywhere in Zend in favor of zval_dtor()
|