summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set versionsphp-7.0.17PHP-7.0.17Anatol Belski2017-03-143-4/+4
|
* Make sure we anchor this test to FebruaryDerick Rethans2017-03-021-3/+3
| | | | (cherry picked from commit 61e9b7354ff3b99613a395ad148acf2bdd293af5)
* Fix bug73858.phpt to work in months without 31 daysMitch Hagstrand2017-03-021-3/+3
| | | | | | | Used hardcoded months in bug73858.phpt rather than the current and previous month. (cherry picked from commit 29333550d2237d472193ae2bf4aec53a7bc5648a)
* sync NEWSAnatol Belski2017-03-021-2/+0
|
* Revert "Fix bug #74159"Anatol Belski2017-03-022-116/+0
| | | | This reverts commit e9873d9853da2b6153776c2e5ed6858e87f0baa2.
* Revert "Update test for bug #74159"Anatol Belski2017-03-021-1/+1
| | | | This reverts commit ff8a6b1232b78abe0ad7de5a44af4be2b8839728.
* set versionsphp-7.0.17RC1Anatol Belski2017-02-283-4/+4
|
* Revert "fix crash in phpdbg shutdown process when opcache is loaded"Joe Watkins2017-02-271-2/+1
| | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d.
* fix crash in phpdbg shutdown process when opcache is loadedJoe Watkins2017-02-271-1/+2
|
* Improve fix for bug #73807Nikita Popov2017-02-251-1/+1
| | | | | | At least on some architectures memmove() on FreeBSD does not short-curcuit if src==dst. Check for it explicitly to avoid quadratic copying.
* Fix bug #73127Grundik2017-02-243-3/+33
| | | | | gost-crypto hash was incorrect if input data contained long 0xFF sequence, due to a carry-propagation bug.
* Support run or test target invoked within debuggerAnatol Belski2017-02-241-4/+13
| | | | | | Useful, as it gets all the environment produced by the makefile. For the test target, it might make sense to have the child process debug plugin for VS installed.
* Update test for bug #74159Aaron Piotrowski2017-02-231-1/+1
|
* Update NEWSAaron Piotrowski2017-02-231-0/+2
|
* Fix bug #74159Aaron Piotrowski2017-02-232-0/+116
| | | | Thanks to @brzuchal for the patch to xp_ssl.c and @DaveRandom for helping debug the problem.
* Fixed bug #74152 (if statement says true to a null variable)Xinchen Hui2017-02-233-2/+40
|
* Fixed bug #74148 (ReflectionFunction incorrectly reports the number of ↵Xinchen Hui2017-02-232-0/+3
| | | | arguments)
* report about OpenSSL 1.1 not supported during configureRemi Collet2017-02-221-2/+4
|
* pull-request/2393:Coenraad Loubser2017-02-222-6/+10
| | | | stop make install from clobbering default dot d configuration
* too many dashesDmitry Stogov2017-02-211-1/+0
|
* 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
* fix test for libzip 1.2.0Remi Collet2017-02-191-1/+1
|
* initialize valid_symbol_table, important for the main threadAnatol Belski2017-02-181-0/+1
| | | | to prevent php_errormsg population on invalid symlol_table
* Fixed bug #74105Benjamin Robin2017-02-172-41/+47
| | | | | If getrandom syscall is unavailable (ENOSYS), try to fallback on /dev/urandom.
* 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.
* Fix memory errors in url rewriterNikita Popov2017-02-162-234/+179
| | | | Strings aren't terminated here...
* Fix autoload_func_info destructionNikita Popov2017-02-161-3/+3
| | | | | Can't reference the function ptr after the closure has been destroyed.
* 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
|
* Fixed bug #74090 stream_get_contents maxlength>-1 returns empty stringAnatol Belski2017-02-153-1/+27
|
* Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)Xinchen Hui2017-02-134-52/+114
|
* Revert "Fixed bug #74035"Nikita Popov2017-02-123-15/+4
| | | | This reverts commit 9ffc6ca62f53431a4b32b30cdda8180142f47cdb.
* 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).
* Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)Xinchen Hui2017-02-123-19/+68
|
* Fixed bug #74021andrewnester2017-02-124-4/+60
|
* Fixed #73496 (Invalid memory access in zend_inline_hash_func)Xinchen Hui2017-02-122-3/+7
| | | | no test script is added because it requre too much memory
* run-tests: Exit 1 on BORKED testsNikita Popov2017-02-121-2/+2
|
* Fixed bug #73118Adam Saponara2017-02-124-46/+64
|
* Fixed bug #69860Denis Yeldandi2017-02-124-5/+13
|
* Fixed typoXinchen Hui2017-02-111-2/+2
|
* Fixed bug #74019 (Segfault with list)Xinchen Hui2017-02-103-4/+46
|
* Fixed bug #61471Zheng SHAO2017-02-083-1/+51
|
* Add #ifndef restrictdreamsxin2017-02-081-4/+6
|
* Fix detection of isnan and isinfChristian Schmidt2017-02-086-22/+52
| | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined.
* use some dynamically generated NAN as wellAnatol Belski2017-02-071-1/+1
|
* switch to smart str conversion routine to hide exact NAN typeAnatol Belski2017-02-071-2/+2
| | | | see https://github.com/php/php-src/pull/2356#issuecomment-277564135
* Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-066-51/+21
| | | | This reverts commit 9ea0949f43959ff0cf519e7a10ef9de7a538cde3.
* Fix detection of isnan and isinfChristian Schmidt2017-02-056-21/+51
| | | | | | The isnan() and isinf() are C99 macros not functions. Also fix is_infinite(-INF) in case isinf is not defined.
* Fix bug #73954Andrea Faulds2017-02-054-2/+26
|