summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add test only (bug doesn't exists in 7.1)Xinchen Hui2017-02-231-0/+27
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-230-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 Hui2017-02-233-2/+40
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-231-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 Hui2017-02-232-0/+3
| | | | | | | | arguments)
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-220-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: report about OpenSSL 1.1 not supported during configure
| * report about OpenSSL 1.1 not supported during configureRemi Collet2017-02-221-2/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-02-222-6/+10
|\ \ | |/ | | | | | | | | * PHP-7.0: pull-request/2393: stop fpm make install clobbering dot d configuration
| * pull-request/2393:Coenraad Loubser2017-02-222-6/+10
| | | | | | | | stop make install from clobbering default dot d configuration
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-211-1/+0
|\ \ | |/ | | | | | | * PHP-7.0: too many dashes
| * too many dashesDmitry Stogov2017-02-211-1/+0
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-211-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 Stogov2017-02-211-2/+13
| | | | | | | | Include WSDL cache version number into file name
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-02-191-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: fix test for libzip 1.2.0
| * fix test for libzip 1.2.0Remi Collet2017-02-191-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-181-0/+1
|\ \ | |/ | | | | | | * PHP-7.0: initialize valid_symbol_table, important for the main thread
| * initialize valid_symbol_table, important for the main threadAnatol Belski2017-02-181-0/+1
| | | | | | | | to prevent php_errormsg population on invalid symlol_table
* | Fixed #74099 - Memory leak with openssl_encrypt()andrewnester2017-02-173-3/+22
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-172-41/+47
|\ \ | |/
| * Fixed bug #74105Benjamin Robin2017-02-172-41/+47
| | | | | | | | | | If getrandom syscall is unavailable (ENOSYS), try to fallback on /dev/urandom.
* | Unused varXinchen Hui2017-02-171-2/+0
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-162-1/+9
|\ \ | |/
| * Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).Ondřej Surý2017-02-162-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.1Nikita Popov2017-02-161-194/+127
|\ \ | |/
| * Fix memory errors in url rewriterNikita Popov2017-02-162-234/+179
| | | | | | | | Strings aren't terminated here...
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-161-3/+3
|\ \ | |/
| * Fix autoload_func_info destructionNikita Popov2017-02-161-3/+3
| | | | | | | | | | Can't reference the function ptr after the closure has been destroyed.
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-162-9/+27
|\ \ | |/
| * Make the ftp and stream tests more reliable.Mitch Hagstrand2017-02-161-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 testNikita Popov2017-02-162-4/+4
| |
* | [ci skip] update NEWSAnatol Belski2017-02-151-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-150-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-02-151-0/+2
| |
* | skip testAnatol Belski2017-02-151-0/+1
| | | | | | | | The code path not available on Windows.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-02-153-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 stringAnatol Belski2017-02-153-1/+27
| |
* | Fixed test in travisXinchen Hui2017-02-151-0/+1
| |
* | Make it slowerXinchen Hui2017-02-151-1/+1
| |
* | Fixed testXinchen Hui2017-02-151-1/+1
| |
* | Add a test for hard_timeout(bug #74093)Xinchen Hui2017-02-151-0/+18
| |
* | Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed ↵Xinchen Hui2017-02-152-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 NEWSXinchen Hui2017-02-131-0/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-133-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 Hui2017-02-134-52/+114
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-124-19/+4
|\ \ | |/
| * Revert "Fixed bug #74035"Nikita Popov2017-02-123-15/+4
| | | | | | | | This reverts commit 9ffc6ca62f53431a4b32b30cdda8180142f47cdb.
* | Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2017-02-128-3/+169
|\ \ | |/
| * Upgrade timelib to 2017.01Derick Rethans2017-02-129-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 NEWSXinchen Hui2017-02-121-0/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-122-18/+67
|\ \ | |/ | | | | | | | | | | | | * PHP-7.0: Fixed bug #74084 (Out of bound read - zend_mm_alloc_small) Conflicts: Zend/zend_operators.c