summaryrefslogtreecommitdiff
path: root/ext/soap
Commit message (Expand)AuthorAgeFilesLines
* Apply tidy formattingNikita Popov2020-02-031-2/+2
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-242-1/+642
|\
| * Make test independent of online XSD schemaChristoph M. Becker2020-01-242-1/+642
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-231-4/+4
|\ \ | |/
| * Fix bug76348.phptNikita Popov2020-01-232-4/+5
* | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+0
* | Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* | Use ZEND_HASH_FOREACH APIs in a few more placesNikita Popov2019-07-161-13/+5
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-121-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-121-2/+2
| |\
| | * Use TRY_ADDREF/TRY_DELREF in soapNikita Popov2019-07-121-2/+2
* | | Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-112-3/+5
* | | Add server conflict to soap custom content type testNikita Popov2019-07-111-0/+2
* | | Reduce overheadDmitry Stogov2019-06-281-6/+11
* | | Fix persistent XML memory leaks in SOAPNikita Popov2019-06-273-8/+46
* | | Fix xml doc leak in soapNikita Popov2019-06-261-5/+5
* | | SOAP: Avoid indexing into null pointerNikita Popov2019-06-201-1/+2
* | | Avoid signed shift ub in php_sdlNikita Popov2019-06-191-1/+1
* | | Fix various instances of memcpy null ubNikita Popov2019-06-191-1/+3
* | | Suppress int to char conversion warningsNikita Popov2019-06-121-4/+4
* | | Use labs() on long integerNikita Popov2019-06-121-1/+3
* | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-2/+4
* | | Mark bug44811.phpt as an online testNikita Popov2019-05-221-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-221-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-2/+2
| |\ \ | | |/
| | * Use a different URL in bug44811.phptNikita Popov2019-05-221-2/+2
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-212-2/+98
| |\ \ | | |/
| | * Support content_type stream context option in soapVincent JARDIN2019-05-212-2/+98
* | | Support content_type stream context option in soapVincent JARDIN2019-05-132-2/+98
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-05-1136-6852/+6856
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-05-1137-7037/+7041
| |\ \ | | |/
| | * Convert CRLF to LF in *.wsdl filesPeter Kokot2019-05-1137-7037/+7041
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-293-9/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-293-9/+28
| |\ \ | | |/
| | * Fixed bug #77945Nikita Popov2019-04-293-9/+28
* | | Rename --enable-libxml to --with-libxml to meet naming guidelinesHugh McMaster2019-04-181-1/+1
* | | Use PKG_CHECK_MODULES to detect libxml2Hugh McMaster2019-04-181-2/+0
* | | Remove support for --with-libxml-dirHugh McMaster2019-04-181-9/+0
* | | Try to fix windows buildNikita Popov2019-04-121-1/+1
* | | Avoid unitialized variable warning in soapNikita Popov2019-04-121-22/+28
* | | Fix SOAP bailout handlingNikita Popov2019-04-121-3/+3
* | | Regroup expressions in php_schema.c to avoid array bounds warningsNikita Popov2019-04-121-3/+4
* | | Mark bug76348.phpt as online testNikita Popov2019-03-201-0/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-15228-239/+239
* | | Remove function_table var from the callerc9s2019-03-111-2/+2
* | | Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+10
* | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERSPeter Kokot2019-03-041-1/+1
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+2