Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -2/+2 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-01-24 | 2 | -1/+642 |
|\ | |||||
| * | Make test independent of online XSD schema | Christoph M. Becker | 2020-01-24 | 2 | -1/+642 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-01-23 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix bug76348.phpt | Nikita Popov | 2020-01-23 | 2 | -4/+5 |
* | | Cleanup of remaining E_STRICT in tests | George Peter Banyard | 2019-07-23 | 1 | -1/+0 |
* | | Report errors from stream read and write operations | Nikita Popov | 2019-07-22 | 1 | -4/+4 |
* | | Use ZEND_HASH_FOREACH APIs in a few more places | Nikita Popov | 2019-07-16 | 1 | -13/+5 |
* | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-07-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-12 | 1 | -2/+2 |
| |\ | |||||
| | * | Use TRY_ADDREF/TRY_DELREF in soap | Nikita Popov | 2019-07-12 | 1 | -2/+2 |
* | | | Switch to using shell-less proc_open() in various server tests | Nikita Popov | 2019-07-11 | 2 | -3/+5 |
* | | | Add server conflict to soap custom content type test | Nikita Popov | 2019-07-11 | 1 | -0/+2 |
* | | | Reduce overhead | Dmitry Stogov | 2019-06-28 | 1 | -6/+11 |
* | | | Fix persistent XML memory leaks in SOAP | Nikita Popov | 2019-06-27 | 3 | -8/+46 |
* | | | Fix xml doc leak in soap | Nikita Popov | 2019-06-26 | 1 | -5/+5 |
* | | | SOAP: Avoid indexing into null pointer | Nikita Popov | 2019-06-20 | 1 | -1/+2 |
* | | | Avoid signed shift ub in php_sdl | Nikita Popov | 2019-06-19 | 1 | -1/+1 |
* | | | Fix various instances of memcpy null ub | Nikita Popov | 2019-06-19 | 1 | -1/+3 |
* | | | Suppress int to char conversion warnings | Nikita Popov | 2019-06-12 | 1 | -4/+4 |
* | | | Use labs() on long integer | Nikita Popov | 2019-06-12 | 1 | -1/+3 |
* | | | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macros | Dmitry Stogov | 2019-05-28 | 1 | -2/+4 |
* | | | Mark bug44811.phpt as an online test | Nikita Popov | 2019-05-22 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-05-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-22 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Use a different URL in bug44811.phpt | Nikita Popov | 2019-05-22 | 1 | -2/+2 |
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-05-21 | 2 | -2/+98 |
| |\ \ | | |/ | |||||
| | * | Support content_type stream context option in soap | Vincent JARDIN | 2019-05-21 | 2 | -2/+98 |
* | | | Support content_type stream context option in soap | Vincent JARDIN | 2019-05-13 | 2 | -2/+98 |
* | | | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -2/+0 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Peter Kokot | 2019-05-11 | 36 | -6852/+6856 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2019-05-11 | 37 | -7037/+7041 |
| |\ \ | | |/ | |||||
| | * | Convert CRLF to LF in *.wsdl files | Peter Kokot | 2019-05-11 | 37 | -7037/+7041 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-04-29 | 3 | -9/+28 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-29 | 3 | -9/+28 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #77945 | Nikita Popov | 2019-04-29 | 3 | -9/+28 |
* | | | Rename --enable-libxml to --with-libxml to meet naming guidelines | Hugh McMaster | 2019-04-18 | 1 | -1/+1 |
* | | | Use PKG_CHECK_MODULES to detect libxml2 | Hugh McMaster | 2019-04-18 | 1 | -2/+0 |
* | | | Remove support for --with-libxml-dir | Hugh McMaster | 2019-04-18 | 1 | -9/+0 |
* | | | 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 |
* | | | Fix SOAP bailout handling | Nikita Popov | 2019-04-12 | 1 | -3/+3 |
* | | | Regroup expressions in php_schema.c to avoid array bounds warnings | Nikita Popov | 2019-04-12 | 1 | -3/+4 |
* | | | Mark bug76348.phpt as online test | Nikita Popov | 2019-03-20 | 1 | -0/+1 |
* | | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 228 | -239/+239 |
* | | | Remove function_table var from the caller | c9s | 2019-03-11 | 1 | -2/+2 |
* | | | Use EXPECT when possible | Gabriel Caruso | 2019-03-11 | 1 | -1/+1 |
* | | | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -4/+10 |
* | | | Replace PHP_TM_GMTOFF with AC_CHECK_MEMBERS | Peter Kokot | 2019-03-04 | 1 | -1/+1 |
* | | | Implement fine-grained conflict handling | Nikita Popov | 2019-02-20 | 1 | -0/+2 |