summaryrefslogtreecommitdiff
Commit message (Expand)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
* Fix bug73858.phpt to work in months without 31 daysMitch Hagstrand2017-03-021-3/+3
* sync NEWSAnatol Belski2017-03-021-2/+0
* Revert "Fix bug #74159"Anatol Belski2017-03-022-116/+0
* Revert "Update test for bug #74159"Anatol Belski2017-03-021-1/+1
* 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
* 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
* Fix bug #73127Grundik2017-02-243-3/+33
* Support run or test target invoked within debuggerAnatol Belski2017-02-241-4/+13
* 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
* 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 argume...Xinchen Hui2017-02-232-0/+3
* report about OpenSSL 1.1 not supported during configureRemi Collet2017-02-221-2/+4
* pull-request/2393:Coenraad Loubser2017-02-222-6/+10
* 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
* 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
* Fixed bug #74105Benjamin Robin2017-02-172-41/+47
* Disable RTLD_DEEPBIND when compiling with AddressSanitizer (-fsanitize=address).Ondřej Surý2017-02-162-1/+9
* Fix memory errors in url rewriterNikita Popov2017-02-162-234/+179
* Fix autoload_func_info destructionNikita Popov2017-02-161-3/+3
* Make the ftp and stream tests more reliable.Mitch Hagstrand2017-02-161-9/+23
* 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
* Upgrade timelib to 2017.01Derick Rethans2017-02-129-3/+180
* 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
* 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
* 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
* Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-066-51/+21
* Fix detection of isnan and isinfChristian Schmidt2017-02-056-21/+51
* Fix bug #73954Andrea Faulds2017-02-054-2/+26