summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not create a fake Closure for real Closuresphp-7.0.0RC5Bob Weinand2015-10-142-1/+39
* update UPGRADINGAnatol Belski2015-10-131-0/+4
* sync NEWSAnatol Belski2015-10-131-0/+38
* bump RC versionAnatol Belski2015-10-132-3/+3
* update libs_versions.txtAnatol Belski2015-10-131-1/+1
* Merge branch 'PHP-7.0' into PHP-7.0.0Anatol Belski2015-10-13100-1208/+2567
|\
| * Add more tests for closure bindingNikita Popov2015-10-122-1/+209
| * Forbid "fake" closure rebindingDmitry Stogov2015-10-124-9/+21
| * increase API versionsAnatol Belski2015-10-123-3/+3
| * fork test for ICU 56.1Anatol Belski2015-10-122-1/+124
| * fork test for ICU-56.1Anatol Belski2015-10-122-1/+132
| * fix test for ICU-56.1Anatol Belski2015-10-123-1/+100
| * Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2015-10-120-0/+0
| |\
| | * fix testAnatol Belski2015-10-121-0/+4
| * | Double declarationXinchen Hui2015-10-121-1/+0
| * | fix stack overflowAnatol Belski2015-10-101-2/+4
| * | Generally run all tests in sapi folder by defaultBob Weinand2015-10-101-1/+1
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-102-1/+25
| |\ \ | | |/
| | * Fixed bug #70685Nikita Popov2015-10-103-13/+38
| * | Normalize rebinding failuresNikita Popov2015-10-104-70/+58
| * | Implemented file_cache_fallback mechanismAnatol Belski2015-10-096-2/+68
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-092-1/+6
| |\ \ | | |/
| | * Improve previous fixNikita Popov2015-10-092-1/+6
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-093-0/+19
| |\ \ | | |/
| | * Fixed bug #70681Nikita Popov2015-10-093-0/+21
| * | update NEWSAnatol Belski2015-10-091-0/+3
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2015-10-090-0/+0
| |\ \ | | |/
| | * update NEWSAnatol Belski2015-10-091-0/+1
| | * fix coverage report for datelibNuno Lopes2015-10-042-116/+116
| * | Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClos...Dmitry Stogov2015-10-093-0/+13
| * | Fixed reference cuntmting for closures (previously we didn't increment refere...Dmitry Stogov2015-10-091-5/+6
| * | Fixed infinity recurion if we create closure on top of other closure.Dmitry Stogov2015-10-091-1/+8
| * | Fixed use after freeDmitry Stogov2015-10-091-1/+1
| * | Fixed bug #70674 (ReflectionFunction::getClosure() leaks memory when used for...Dmitry Stogov2015-10-093-5/+30
| * | Correct intdiv() argument names and descriptionAndrea Faulds2015-10-082-7/+7
| * | Fixed bug #70668 (array_keys() doesn't respect references when $strict is true)Dmitry Stogov2015-10-083-0/+67
| * | Fixed bug #70667 (strtr() causes invalid writes and a crashes)Dmitry Stogov2015-10-083-1/+13
| * | Fix bug #70662Nikita Popov2015-10-085-12/+46
| * | Fix bug #70650Márcio Almada2015-10-076-29/+58
| * | pear 1.10 was released and the go-pear and install pear phars are now php7 co...Ferenc Kovacs2015-10-073-3/+3
| * | Fixed test.Dmitry Stogov2015-10-071-1/+4
| * | Merge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0Christopher Jones2015-10-071-1/+1
| |\ \
| | * | Fixed test running on MarinaDB.Dmitry Stogov2015-10-071-1/+1
| * | | Fix mem leak and improve test portability (Senthil)Christopher Jones2015-10-072-105/+121
| |/ /
| * | add comment to testAnatol Belski2015-10-071-0/+2
| * | Restored the original (php-5) behavior of convert_to_cstring(). It was broken...Dmitry Stogov2015-10-071-1/+10
| * | Fixed test (system error messages may be different).Dmitry Stogov2015-10-071-1/+1
| * | Fixed test (it failed on 32-bit Linux and worked on 64-bit Linux just because...Dmitry Stogov2015-10-071-2/+2
| * | Split test into different versions for 32-bit and 64-bit systemsDmitry Stogov2015-10-072-0/+231
| * | Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0Dmitry Stogov2015-10-075-94/+17
| |\ \