Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept bool in SoapClient::__doRequest | Nikita Popov | 2020-10-08 | 1 | -5/+5 |
* | Merge branch 'PHP-7.4' | Dmitry Stogov | 2020-09-30 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Dmitry Stogov | 2020-09-30 | 1 | -2/+2 |
| |\ | |||||
| | * | 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 |
* | | | Consolidate new union type ZPP macro names | Máté Kocsis | 2020-09-11 | 1 | -1/+1 |
* | | | Simplify error type filter | twosee | 2020-09-10 | 1 | -12/+2 |
* | | | Promote warnings to exceptions in ext/soap and ext/xmlwriter | Máté Kocsis | 2020-09-01 | 1 | -56/+58 |
* | | | Merge branch 'PHP-7.4' into master | Christoph M. Becker | 2020-08-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-08-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix HTTP response status code | Christoph M. Becker | 2020-08-18 | 1 | -1/+1 |
| * | | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -2/+2 |
* | | | Add all the missing parameter types to stubs | Máté Kocsis | 2020-08-13 | 1 | -64/+70 |
* | | | Accept zend_object* in zend_update_property | Nikita Popov | 2020-08-07 | 1 | -1/+1 |
* | | | Accept zend_object in zend_read_property | Nikita Popov | 2020-08-07 | 1 | -6/+6 |
* | | | 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 | 1 | -4/+19 |
* | | | Move SOAP_SERVER_BEGIN_CODE() after zpp | Nikita Popov | 2020-07-21 | 1 | -35/+37 |
* | | | 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 |
* | | | Make exit() unwind properly | Nikita Popov | 2020-06-29 | 1 | -8/+12 |
* | | | Add ZVAL_OBJ_COPY macro | Nikita Popov | 2020-06-17 | 1 | -4/+2 |
* | | | Pass zend_string message to zend_error_cb | Nikita Popov | 2020-06-05 | 1 | -46/+17 |
* | | | Implement #47074: phpinfo() reports "On" as 1 for the some extensions | Christoph M. Becker | 2020-06-04 | 1 | -1/+1 |
* | | | Fix [-Wundef] warning in SOAP extension | George Peter Banyard | 2020-05-20 | 1 | -6/+6 |
* | | | Add macro to get ini target address | Nikita Popov | 2020-04-27 | 1 | -10/+1 |
* | | | Generate function entries from stubs | Máté Kocsis | 2020-04-20 | 1 | -114/+7 |
* | | | Use RETURN_THROWS() in various places | Máté Kocsis | 2020-01-03 | 1 | -14/+14 |
* | | | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -14/+14 |
* | | | zend_parse_parameters_throw() is obsolete | Christoph M. Becker | 2019-11-01 | 1 | -4/+4 |
* | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | | | Convert soap functions arginfo to php stubs | Craig Duncan | 2019-09-20 | 1 | -177/+33 |
* | | | Check zpp before other errors in SoapServer::addSoapHeader() | Nikita Popov | 2019-08-30 | 1 | -4/+4 |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-06-28 | 1 | -6/+11 |
|\ \ \ | |/ / | |||||
| * | | Reduce overhead | Dmitry Stogov | 2019-06-28 | 1 | -6/+11 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-27 | 1 | -6/+30 |
|\ \ \ | |/ / | |||||
| * | | Fix persistent XML memory leaks in SOAP | Nikita Popov | 2019-06-27 | 1 | -6/+30 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-26 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Fix xml doc leak in soap | Nikita Popov | 2019-06-26 | 1 | -5/+5 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-20 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | SOAP: Avoid indexing into null pointer | Nikita Popov | 2019-06-20 | 1 | -1/+2 |
* | | | Add do...while(0) for RETURN_* and ZVAL_* APIs | twosee | 2019-06-12 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-05-28 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros | Dmitry Stogov | 2019-05-28 | 1 | -2/+4 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Try to fix windows build | Nikita Popov | 2019-04-12 | 1 | -1/+1 |
| * | | Avoid unitialized variable warning in soap | Nikita Popov | 2019-04-12 | 1 | -22/+28 |
* | | | Avoid unitialized variable warning in soap | Nikita Popov | 2019-04-12 | 1 | -22/+28 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-12 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix SOAP bailout handling | Nikita Popov | 2019-04-12 | 1 | -3/+3 |