Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix genarginfo to respect by-ref passing | Bob Weinand | 2015-06-22 | 2 | -6/+14 |
* | Fix each() arginfo | Bob Weinand | 2015-06-22 | 1 | -3/+3 |
* | And actually use this new arginfo data | Rasmus Lerdorf | 2015-06-22 | 1 | -22/+19 |
* | Fix set_error_handler() arginfo | Rasmus Lerdorf | 2015-06-21 | 1 | -5/+5 |
* | Fix arginfo for built-in engine functions | Rasmus Lerdorf | 2015-06-21 | 2 | -70/+285 |
* | Fix accidental function related flag value reuse | Bob Weinand | 2015-06-22 | 1 | -1/+1 |
* | Fix bad run_time_cache with Closure::call() | Bob Weinand | 2015-06-21 | 3 | -2/+55 |
* | Fix bug #68546 (json_decode cannot access property started with \0) | Jakub Zelenka | 2015-06-21 | 6 | -11/+62 |
* | Fix segfault with scalar passed to typehint with not loaded class | Bob Weinand | 2015-06-21 | 2 | -1/+21 |
* | Load/restore VM stack before unfinished generator cleanup | Nikita Popov | 2015-06-20 | 1 | -1/+17 |
* | Fix bad test (oops) | Bob Weinand | 2015-06-20 | 1 | -1/+1 |
* | Add test for previous commit | Nikita Popov | 2015-06-20 | 1 | -0/+19 |
* | Fix generator memory leak | Nikita Popov | 2015-06-20 | 5 | -321/+156 |
* | Fix potential writes into wrong memory, ensure vm_stack integrity | Bob Weinand | 2015-06-20 | 3 | -1/+33 |
* | Clean up zend_hash_compare implementation | Nikita Popov | 2015-06-20 | 1 | -42/+26 |
* | Fix bug #69891 | Nikita Popov | 2015-06-20 | 4 | -3/+23 |
* | Fixed bug #69893 | Nikita Popov | 2015-06-20 | 2 | -5/+11 |
* | Merge branch 'PHP-5.6' | Nikita Popov | 2015-06-20 | 3 | -4/+15 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2015-06-20 | 3 | -4/+15 |
| |\ | |||||
| | * | Fixed bug #69892 | Nikita Popov | 2015-06-20 | 3 | -4/+15 |
* | | | Add missing NEWS entries | Kalle Sommer Nielsen | 2015-06-20 | 1 | -0/+2 |
* | | | Fixed bug #69889 | Nikita Popov | 2015-06-20 | 3 | -3/+31 |
* | | | Fix bug #62922 | Nikita Popov | 2015-06-20 | 4 | -2/+18 |
* | | | Avoid unnecessary separations in VERIFY_RETURN_TYPE | Nikita Popov | 2015-06-20 | 2 | -72/+60 |
* | | | Drop unnecessary %prec | Nikita Popov | 2015-06-20 | 1 | -1/+1 |
* | | | updated NEWS | Anatol Belski | 2015-06-20 | 1 | -0/+1 |
* | | | add test for bug #69838 | Anatol Belski | 2015-06-20 | 1 | -0/+17 |
* | | | Fix bug #69838 OPCACHE Warning Internal error: wrong size calculation | Anatol Belski | 2015-06-20 | 1 | -1/+1 |
* | | | Micro optimization | Xinchen Hui | 2015-06-20 | 1 | -2/+2 |
* | | | Remove unused var | Xinchen Hui | 2015-06-20 | 1 | -2/+1 |
* | | | This test should be kept | Xinchen Hui | 2015-06-19 | 1 | -0/+17 |
* | | | Better way to fix (Fix bug #69871 (short-circuiting failure with smart_branch)) | Xinchen Hui | 2015-06-19 | 1 | -18/+1 |
* | | | Revert "Fix bug #69871 (short-circuiting failure with smart_branch)" | Xinchen Hui | 2015-06-19 | 2 | -29/+2 |
* | | | Improve strtr (Fixed a bug which the lenth check doesn't work at all) | Xinchen Hui | 2015-06-19 | 1 | -11/+12 |
* | | | Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc) | Kalle Sommer Nielsen | 2015-06-19 | 1 | -10/+0 |
* | | | Fixed Bug #69883 (Compilation failed on PCRE) | Xinchen Hui | 2015-06-19 | 1 | -2/+10 |
* | | | more precise way to destroy iterator object | Anatol Belski | 2015-06-19 | 1 | -1/+3 |
* | | | updated NEWS | Anatol Belski | 2015-06-19 | 1 | -0/+4 |
* | | | added test for bug #69846 | Anatol Belski | 2015-06-19 | 1 | -0/+162 |
* | | | better approach to fix bug #69846 | Anatol Belski | 2015-06-19 | 2 | -4/+7 |
* | | | Merge branch 'master' of git.php.net:php-src | Xinchen Hui | 2015-06-19 | 1 | -4/+0 |
|\ \ \ | |||||
| * | | | Fix memory leak (double copy) in SplPriorityQueue | Bob Weinand | 2015-06-19 | 1 | -4/+0 |
* | | | | Micro optimizations for pcre | Xinchen Hui | 2015-06-19 | 1 | -50/+59 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-06-19 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-06-19 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5 | Xinchen Hui | 2015-06-19 | 1 | -1/+0 |
| | |\ | |||||
| | | * | Remove excess variable in mail.c (5.5 branch) | Sophia Nepochataya | 2015-06-18 | 1 | -1/+0 |
* | | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-06-18 | 2 | -51/+275 |
|\ \ \ \ | |/ / / | |||||
| * | | | update NEWS | Anatol Belski | 2015-06-18 | 1 | -0/+2 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-06-18 | 2 | -51/+275 |
| |\ \ \ | | |/ / |