Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix buildPHP-8.0.2 | Nikita Popov | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | Fix bug #80672 - Null Dereference in SoapClient | Stanislav Malyshev | 2021-02-02 | 4 | -14/+37 |
| | |||||
* | Update ext/soap parameter names | Nikita Popov | 2020-10-08 | 4 | -65/+45 |
| | | | | Closes GH-6300. | ||||
* | Accept bool in SoapClient::__doRequest | Nikita Popov | 2020-10-08 | 4 | -9/+9 |
| | | | | $one_way is a boolean argument. | ||||
* | Merge branch 'PHP-7.4' | Dmitry Stogov | 2020-09-30 | 1 | -2/+0 |
|\ | | | | | | | | | * PHP-7.4: Fixed incorrect error message | ||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Dmitry Stogov | 2020-09-30 | 1 | -2/+0 |
| |\ | | | | | | | | | | | | | * PHP-7.3: Fixed incorrect error message | ||||
| | * | Fixed incorrect error message | George Peter Banyard | 2020-09-30 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2020-09-30 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: Fixed incorrect logical condition | ||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Dmitry Stogov | 2020-09-30 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.3: Fixed incorrect logical condition | ||||
| | * | Fixed incorrect logical condition | George Peter Banyard | 2020-09-30 | 1 | -2/+2 |
| | | | |||||
* | | | Consolidate the usage of "either" and "one of" in error messages | Máté Kocsis | 2020-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes GH-6173 | ||||
* | | | Run tidy | Nikita Popov | 2020-09-18 | 8 | -26/+26 |
| | | | | | | | | | | | | | | | This should fix most of the remaining issues with tabs and spaces being mixed in tests. | ||||
* | | | Allow http tests to run in parallel by using ephemeral ports | Sara Golemon | 2020-09-17 | 1 | -9/+5 |
| | | | |||||
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-09-17 | 1 | -6/+25 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: ext/soap: Compare Set-Cookie header case-insensitively | ||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-09-17 | 1 | -6/+25 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.3: ext/soap: Compare Set-Cookie header case-insensitively | ||||
| | * | ext/soap: Compare Set-Cookie header case-insensitively | Gabríel Arthúr Pétursson | 2020-09-17 | 1 | -6/+25 |
| | | | | | | | | | | | | Closes GH-6143. | ||||
* | | | Consolidate new union type ZPP macro names | Máté Kocsis | 2020-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | They will now follow the canonical order of types. Older macros are left intact due to maintaining BC. Closes GH-6112 | ||||
* | | | Simplify error type filter | twosee | 2020-09-10 | 1 | -12/+2 |
| | | | | | | | | | | | | Closes GH-6049. | ||||
* | | | Improve error messages mentioning parameters instead of arguments | Máté Kocsis | 2020-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes GH-5999 | ||||
* | | | Add "const". Move constant strings to read-only memory. | Dmitry Stogov | 2020-09-07 | 1 | -1/+1 |
| | | | |||||
* | | | Use the canonical order of types in array|string ZPP error messages | Máté Kocsis | 2020-09-04 | 1 | -1/+1 |
| | | | |||||
* | | | Promote warnings to exceptions in ext/soap and ext/xmlwriter | Máté Kocsis | 2020-09-01 | 5 | -72/+94 |
| | | | | | | | | | | | | Closes GH-5998 | ||||
* | | | Merge branch 'PHP-7.4' | Matteo Beccati | 2020-08-18 | 2 | -2/+95 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked" | ||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Matteo Beccati | 2020-08-18 | 2 | -2/+95 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.3: Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked" | ||||
| | * | Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: ↵ | Matteo Beccati | 2020-08-18 | 2 | -2/+95 |
| | | | | | | | | | | | | chunked" | ||||
* | | | Merge branch 'PHP-7.4' into master | Christoph M. Becker | 2020-08-18 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: Fix HTTP response status code | ||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-08-18 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.3: Fix HTTP response status code | ||||
| | * | Fix HTTP response status code | Christoph M. Becker | 2020-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | Add all the missing parameter types to stubs | Máté Kocsis | 2020-08-13 | 4 | -92/+113 |
| | | | | | | | | | | | | Closes GH-5955 | ||||
* | | | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 6 | -0/+6 |
| | | | | | | | | | | | | Closes GH-5958 | ||||
* | | | Accept zend_object* in zend_update_property | Nikita Popov | 2020-08-07 | 2 | -2/+2 |
| | | | |||||
* | | | Accept zend_object* in zend_unset_property | Nikita Popov | 2020-08-07 | 1 | -1/+1 |
| | | | |||||
* | | | Accept zend_object in zend_read_property | Nikita Popov | 2020-08-07 | 2 | -7/+7 |
| | | | |||||
* | | | Add a bunch of missing argument types to stubs | Máté Kocsis | 2020-08-03 | 2 | -3/+3 |
| | | | |||||
* | | | Use zend_call_method in SoapFault::__toString() | Nikita Popov | 2020-07-23 | 1 | -11/+3 |
| | | | |||||
* | | | Separate __call and __soapCall implementations | Nikita Popov | 2020-07-21 | 4 | -11/+24 |
| | | | | | | | | | | | | | | | This is overly pedantic, but allows us to enable more arginfo consistency checks. | ||||
* | | | Move SOAP_SERVER_BEGIN_CODE() after zpp | Nikita Popov | 2020-07-21 | 1 | -35/+37 |
| | | | | | | | | | | | | | | | | | | This is still very dubious, because there are lots of other "returns" between the BEGIN and END -- won't that end up not restoring the original state? | ||||
* | | | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes GH-5590 | ||||
* | | | Remove no_separation flag | Nikita Popov | 2020-07-07 | 1 | -1/+0 |
| | | | |||||
* | | | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -55/+29 |
| | | | | | | | | | | | | Closes GH-5758 | ||||
* | | | Replace EXPECTF when possible | Fabien Villepinte | 2020-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes GH-5779 | ||||
* | | | Make exit() unwind properly | Nikita Popov | 2020-06-29 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exit() is now internally implemented by throwing an exception, performing a normal stack unwind and a clean shutdown. This ensures that no persistent resource leaks occur. The exception is internal, cannot be caught and does not result in the execution of finally blocks. This may be relaxed in the future. Closes GH-5768. | ||||
* | | | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hash is used to check whether the arginfo file needs to be regenerated. PHP-Parser will only be downloaded if this is actually necessary. This ensures that release artifacts will never try to regenerate stubs and thus fetch PHP-Parser, as long as you do not modify any files. Closes GH-5739. | ||||
* | | | Add ZVAL_OBJ_COPY macro | Nikita Popov | 2020-06-17 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | For the common ZVAL_OBJ + GC_ADDREF pattern. This mirrors the existing ZVAL_STR_COPY API. | ||||
* | | | Pass zend_string message to zend_error_cb | Nikita Popov | 2020-06-05 | 1 | -46/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the zend_error_cb API simpler, and avoid formatting the same message in multiple places. It should be noted that the passed zend_string is always non-persistent, so if you want to store it persistently somewhere, you may still need to duplicate it. The last_error_message is cleared a bit more aggressive, to make sure it doesn't hang around across allocator life-cycles. Closes GH-5639. | ||||
* | | | Implement #47074: phpinfo() reports "On" as 1 for the some extensions | Christoph M. Becker | 2020-06-04 | 1 | -1/+1 |
| | | | | | | | | | | | | What is modified as boolean, should also be displayed as boolean. | ||||
* | | | Fix [-Wundef] warning in SOAP extension | George Peter Banyard | 2020-05-20 | 2 | -7/+7 |
| | | | |||||
* | | | Trim trailing whitespaces and fix code style | Rod Elias | 2020-05-12 | 1 | -21/+21 |
| | | | | | | | | | | | | Closes GH-5554. | ||||
* | | | Make float to string casts locale-independent | Máté Kocsis | 2020-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | From now on, float to string casting will always behave locale-independently. RFC: https://wiki.php.net/rfc/locale_independent_float_to_string Closes GH-5224 Co-authored-by: George Peter Banyard <girgias@php.net> | ||||
* | | | Merge branch 'PHP-7.4' | Xinchen Hui | 2020-04-29 | 1 | -0/+63 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.4: Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be called). |