Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add test only (bug doesn't exists in 7.1) | Xinchen Hui | 2017-02-23 | 1 | -0/+27 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-02-23 | 0 | -0/+0 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #74152 (if statement says true to a null variable) | |||||
| * | Fixed bug #74152 (if statement says true to a null variable) | Xinchen Hui | 2017-02-23 | 3 | -2/+40 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-02-23 | 1 | -0/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #74148 (ReflectionFunction incorrectly reports the number of arguments) | |||||
| * | Fixed bug #74148 (ReflectionFunction incorrectly reports the number of ↵ | Xinchen Hui | 2017-02-23 | 2 | -0/+3 | |
| | | | | | | | | arguments) | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-02-22 | 0 | -0/+0 | |
|\ \ | |/ | | | | | | | * PHP-7.0: report about OpenSSL 1.1 not supported during configure | |||||
| * | report about OpenSSL 1.1 not supported during configure | Remi Collet | 2017-02-22 | 1 | -2/+4 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-22 | 2 | -6/+10 | |
|\ \ | |/ | | | | | | | | | * PHP-7.0: pull-request/2393: stop fpm make install clobbering dot d configuration | |||||
| * | pull-request/2393: | Coenraad Loubser | 2017-02-22 | 2 | -6/+10 | |
| | | | | | | | | stop make install from clobbering default dot d configuration | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-02-21 | 1 | -1/+0 | |
|\ \ | |/ | | | | | | | * PHP-7.0: too many dashes | |||||
| * | too many dashes | Dmitry Stogov | 2017-02-21 | 1 | -1/+0 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-02-21 | 1 | -2/+13 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5) Include WSDL cache version number into file name | |||||
| * | Increase WSDL cache version (7.0 wsdl cache is incomatible with PHP-5) | Dmitry Stogov | 2017-02-21 | 1 | -2/+13 | |
| | | | | | | | | Include WSDL cache version number into file name | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Remi Collet | 2017-02-19 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: fix test for libzip 1.2.0 | |||||
| * | fix test for libzip 1.2.0 | Remi Collet | 2017-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-02-18 | 1 | -0/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: initialize valid_symbol_table, important for the main thread | |||||
| * | initialize valid_symbol_table, important for the main thread | Anatol Belski | 2017-02-18 | 1 | -0/+1 | |
| | | | | | | | | to prevent php_errormsg population on invalid symlol_table | |||||
* | | Fixed #74099 - Memory leak with openssl_encrypt() | andrewnester | 2017-02-17 | 3 | -3/+22 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-17 | 2 | -41/+47 | |
|\ \ | |/ | ||||||
| * | Fixed bug #74105 | Benjamin Robin | 2017-02-17 | 2 | -41/+47 | |
| | | | | | | | | | | If getrandom syscall is unavailable (ENOSYS), try to fallback on /dev/urandom. | |||||
* | | Unused var | Xinchen Hui | 2017-02-17 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-16 | 2 | -1/+9 | |
|\ \ | |/ | ||||||
| * | Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address). | Ondřej Surý | 2017-02-16 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | The AddressSanitizer doesn't support RTLD_DEEPBIND resulting in erratic errors when deinitializing phar module and possibly others. Clang use __has_feature() macro to indicate compilation with AddressSanitizer while gcc uses __SANITIZE_ADDRESS__ define. Fixes bug #73677. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-16 | 1 | -194/+127 | |
|\ \ | |/ | ||||||
| * | Fix memory errors in url rewriter | Nikita Popov | 2017-02-16 | 2 | -234/+179 | |
| | | | | | | | | Strings aren't terminated here... | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-16 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Fix autoload_func_info destruction | Nikita Popov | 2017-02-16 | 1 | -3/+3 | |
| | | | | | | | | | | Can't reference the function ptr after the closure has been destroyed. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-16 | 2 | -9/+27 | |
|\ \ | |/ | ||||||
| * | Make the ftp and stream tests more reliable. | Mitch Hagstrand | 2017-02-16 | 1 | -9/+23 | |
| | | | | | | | | | | | | The tests can sometimes fail because it chooses a passive port for ftp that is already in use. This makes the test attempt multiple times to find a free port. | |||||
| * | Add json dep to test | Nikita Popov | 2017-02-16 | 2 | -4/+4 | |
| | | ||||||
* | | [ci skip] update NEWS | Anatol Belski | 2017-02-15 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-02-15 | 0 | -0/+0 | |
|\ \ | |/ | | | | | | | * PHP-7.0: [ci skip] update NEWS | |||||
| * | [ci skip] update NEWS | Anatol Belski | 2017-02-15 | 1 | -0/+2 | |
| | | ||||||
* | | skip test | Anatol Belski | 2017-02-15 | 1 | -0/+1 | |
| | | | | | | | | The code path not available on Windows. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-02-15 | 3 | -1/+27 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #74090 stream_get_contents maxlength>-1 returns empty string | |||||
| * | Fixed bug #74090 stream_get_contents maxlength>-1 returns empty string | Anatol Belski | 2017-02-15 | 3 | -1/+27 | |
| | | ||||||
* | | Fixed test in travis | Xinchen Hui | 2017-02-15 | 1 | -0/+1 | |
| | | ||||||
* | | Make it slower | Xinchen Hui | 2017-02-15 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed test | Xinchen Hui | 2017-02-15 | 1 | -1/+1 | |
| | | ||||||
* | | Add a test for hard_timeout(bug #74093) | Xinchen Hui | 2017-02-15 | 1 | -0/+18 | |
| | | ||||||
* | | Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed ↵ | Xinchen Hui | 2017-02-15 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | not written in error_log) Use a different exit code for hard_timeout, 124 is used by linux timeout:http://man7.org/linux/man-pages/man1/timeout.1.html "If the command times out, and --preserve-status is not set, then exit with status 124" | |||||
* | | Update NEWS | Xinchen Hui | 2017-02-13 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-02-13 | 3 | -52/+112 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite) | |||||
| * | Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite) | Xinchen Hui | 2017-02-13 | 4 | -52/+114 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 4 | -19/+4 | |
|\ \ | |/ | ||||||
| * | Revert "Fixed bug #74035" | Nikita Popov | 2017-02-12 | 3 | -15/+4 | |
| | | | | | | | | This reverts commit 9ffc6ca62f53431a4b32b30cdda8180142f47cdb. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Derick Rethans | 2017-02-12 | 8 | -3/+169 | |
|\ \ | |/ | ||||||
| * | Upgrade timelib to 2017.01 | Derick Rethans | 2017-02-12 | 9 | -3/+180 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - Fixed bug #72719 (Relative datetime format ignores weekday on sundays only). - Fixed bug #73294 (DateTime wrong when date string is negative). - Fixed bug #73489 (wrong timestamp when call setTimeZone multi times with UTC offset). - Fixed bug #73858 (first/last day of' flag is not being reset). - Fixed bug #73942 ($date->modify('Friday this week') doesn't return a Friday if $date is a Sunday). - Fixed bug #74057 (wrong day when using "this week" in strtotime). | |||||
* | | Update NEWS | Xinchen Hui | 2017-02-12 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-02-12 | 2 | -18/+67 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-7.0: Fixed bug #74084 (Out of bound read - zend_mm_alloc_small) Conflicts: Zend/zend_operators.c |