Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-03-27 | 1 | -1/+1 |
|\ | |||||
| * | Consider phpdbg as cli | Samuele Kaplun | 2019-03-27 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2019-03-02 | 1 | -7/+3 |
|\ \ | |/ | |||||
| * | Fix shared module generation on AIX bug #77676 | Kevin Adler | 2019-03-02 | 1 | -7/+3 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Derick Rethans | 2019-02-07 | 1 | -37/+71 |
|\ \ | |/ | |||||
| * | Use pkg-config for ICU, as the old icu-config has been deprecated | Derick Rethans | 2019-02-07 | 1 | -32/+66 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -55/+55 |
* | | Fix #76510: file_exists() stopped working for phar:// | Christoph M. Becker | 2018-09-11 | 1 | -0/+36 |
* | | Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS | Peter Kokot | 2018-07-31 | 1 | -1/+0 |
* | | Fix AC_RUN_IFELSE calls when cross-compiling | Peter Kokot | 2018-07-30 | 1 | -1/+1 |
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE | Peter Kokot | 2018-07-30 | 1 | -105/+98 |
* | | Upgrade deprecated AC_OUTPUT macro calls | Peter Kokot | 2018-07-29 | 1 | -1/+1 |
* | | Remove unused PHP_PROG_LEX macro | Peter Kokot | 2018-07-29 | 1 | -51/+0 |
* | | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -55/+55 |
* | | Replace obsolete AC_TRY_CPP with AC_PREPROC_IFELSE | Peter Kokot | 2018-07-25 | 1 | -2/+3 |
* | | Remove obsolete macro AC_DECL_YYTEXT | Peter Kokot | 2018-07-25 | 1 | -7/+0 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Add missing autoconf m4 quotes | Peter Kokot | 2018-07-03 | 1 | -2/+2 |
* | | Use recommended way to handle utf*.h headers and obsolete symbols | Anatol Belski | 2018-04-05 | 1 | -0/+4 |
* | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-04-05 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-04-05 | 1 | -2/+2 |
| |\ | |||||
| | * | Rename var | Anatol Belski | 2018-04-05 | 1 | -2/+2 |
* | | | Fix comparison | Anatol Belski | 2018-04-05 | 1 | -1/+1 |
* | | | Use recommended options for explicit UnicodeString constructors | Anatol Belski | 2018-04-05 | 1 | -0/+3 |
* | | | Revert the automatic namespace addition | Anatol Belski | 2018-03-31 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-03-28 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-03-28 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76153 Intl compilation fails with icu4c 61.1 | Anatol Belski | 2018-03-28 | 1 | -0/+3 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-03-23 | 1 | -20/+0 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75722: Rework valgrind detection | Michael Heimpold | 2018-03-23 | 1 | -20/+0 |
* | | | Optimized base64_encode/decode with SIMD instructions | Xinchen Hui | 2018-02-12 | 1 | -1/+22 |
* | | | Merge branch 'master' of git.php.net:/php-src | Xinchen Hui | 2018-02-10 | 1 | -28/+53 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-7.2' | Joe | 2018-02-08 | 1 | -28/+53 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe | 2018-02-08 | 1 | -28/+53 |
| | |\ \ | | | |/ | |||||
| | | * | Fixes bug #75871 Use pkg-config for libxml2 if available | Pedro Magalhães | 2018-02-08 | 1 | -28/+53 |
* | | | | Fixed cpu feature check in reslover functions | Xinchen Hui | 2018-02-10 | 1 | -0/+19 |
|/ / / | |||||
* | | | Optimized php_addslashes with SSE4.2 instructions | Xinchen Hui | 2018-01-15 | 1 | -0/+21 |
|/ / | |||||
* | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-06-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-06-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix configure error | Peter Kokot | 2017-06-22 | 1 | -1/+1 |
| | * | Add OpenSSL 1.1.0 support to PHP 7.0 | Jakub Zelenka | 2017-04-07 | 1 | -4/+2 |
| | * | report about OpenSSL 1.1 not supported during configure | Remi Collet | 2017-02-22 | 1 | -2/+4 |
* | | | Exclude warm-up requests from callgrind profile. | Dmitry Stogov | 2017-05-31 | 1 | -0/+20 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-10 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-10 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Prevent fd leak in readdir_r that causes false negative on readdir_r implemen... | Ondřej Surý | 2017-01-10 | 1 | -1/+4 |
| | * | fix build broken by #2124 | Joe Watkins | 2017-01-06 | 1 | -0/+3 |
* | | | fix bad merge | Joe Watkins | 2017-01-06 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-06 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | fix acinclude, messed up by bad merge #2124 | Joe Watkins | 2017-01-06 | 1 | -0/+3 |