summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a few arg name mistakesinternal-arg-infoRasmus Lerdorf2015-06-221-7/+7
* Fix buildRasmus Lerdorf2015-06-221-1/+1
* Several return type fixes, still not completed... Incomplete prototypes :-/Bob Weinand2015-06-221-8/+8
* Fix genarginfo to respect by-ref passingBob Weinand2015-06-222-6/+14
* Fix each() arginfoBob Weinand2015-06-221-3/+3
* And actually use this new arginfo dataRasmus Lerdorf2015-06-221-22/+19
* Fix set_error_handler() arginfoRasmus Lerdorf2015-06-211-5/+5
* Fix arginfo for built-in engine functionsRasmus Lerdorf2015-06-212-70/+285
* Fix accidental function related flag value reuseBob Weinand2015-06-221-1/+1
* Fix bad run_time_cache with Closure::call()Bob Weinand2015-06-213-2/+55
* Fix bug #68546 (json_decode cannot access property started with \0)Jakub Zelenka2015-06-216-11/+62
* Fix segfault with scalar passed to typehint with not loaded classBob Weinand2015-06-212-1/+21
* Load/restore VM stack before unfinished generator cleanupNikita Popov2015-06-201-1/+17
* Fix bad test (oops)Bob Weinand2015-06-201-1/+1
* Add test for previous commitNikita Popov2015-06-201-0/+19
* Fix generator memory leakNikita Popov2015-06-205-321/+156
* Fix potential writes into wrong memory, ensure vm_stack integrityBob Weinand2015-06-203-1/+33
* Clean up zend_hash_compare implementationNikita Popov2015-06-201-42/+26
* Fix bug #69891Nikita Popov2015-06-204-3/+23
* Fixed bug #69893Nikita Popov2015-06-202-5/+11
* Merge branch 'PHP-5.6'Nikita Popov2015-06-203-4/+15
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-06-203-4/+15
| |\
| | * Fixed bug #69892Nikita Popov2015-06-203-4/+15
* | | Add missing NEWS entriesKalle Sommer Nielsen2015-06-201-0/+2
* | | Fixed bug #69889Nikita Popov2015-06-203-3/+31
* | | Fix bug #62922Nikita Popov2015-06-204-2/+18
* | | Avoid unnecessary separations in VERIFY_RETURN_TYPENikita Popov2015-06-202-72/+60
* | | Drop unnecessary %precNikita Popov2015-06-201-1/+1
* | | updated NEWSAnatol Belski2015-06-201-0/+1
* | | add test for bug #69838Anatol Belski2015-06-201-0/+17
* | | Fix bug #69838 OPCACHE Warning Internal error: wrong size calculationAnatol Belski2015-06-201-1/+1
* | | Micro optimizationXinchen Hui2015-06-201-2/+2
* | | Remove unused varXinchen Hui2015-06-201-2/+1
* | | This test should be keptXinchen Hui2015-06-191-0/+17
* | | Better way to fix (Fix bug #69871 (short-circuiting failure with smart_branch))Xinchen Hui2015-06-191-18/+1
* | | Revert "Fix bug #69871 (short-circuiting failure with smart_branch)"Xinchen Hui2015-06-192-29/+2
* | | Improve strtr (Fixed a bug which the lenth check doesn't work at all)Xinchen Hui2015-06-191-11/+12
* | | Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc)Kalle Sommer Nielsen2015-06-191-10/+0
* | | Fixed Bug #69883 (Compilation failed on PCRE)Xinchen Hui2015-06-191-2/+10
* | | more precise way to destroy iterator objectAnatol Belski2015-06-191-1/+3
* | | updated NEWSAnatol Belski2015-06-191-0/+4
* | | added test for bug #69846Anatol Belski2015-06-191-0/+162
* | | better approach to fix bug #69846Anatol Belski2015-06-192-4/+7
* | | Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-06-191-4/+0
|\ \ \
| * | | Fix memory leak (double copy) in SplPriorityQueueBob Weinand2015-06-191-4/+0
* | | | Micro optimizations for pcreXinchen Hui2015-06-191-50/+59
|/ / /
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-06-191-1/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-06-191-1/+0
| |\ \ | | |/
| | * Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5Xinchen Hui2015-06-191-1/+0
| | |\
| | | * Remove excess variable in mail.c (5.5 branch)Sophia Nepochataya2015-06-181-1/+0