]> granicus.if.org Git - php/shortlog
php
2015-06-22 Dmitry StogovAdded comments
2015-06-22 Kalle Sommer... This macro is defined in zend_virtual_cwd.h, avoid...
2015-06-22 Kalle Sommer... Silence the "1 file(s) copied" notice (from copying...
2015-06-22 Kalle Sommer... Merge branch 'master' of https://git.php.net/push/php-src
2015-06-22 Kalle Sommer... Fix typo + DSP reference
2015-06-22 Kalle Sommer... Remove these old references to the DSP files we don...
2015-06-22 Bob WeinandAlso try __has_builtin() where builtins are used
2015-06-22 Bob WeinandAdd phpdbg userland API to fetch oplog
2015-06-22 Dmitry StogovAvoid overhead in RELEASE build.
2015-06-22 Dmitry StogovFixed crash in Zend/tests/bug69891.phpt on x86 (32...
2015-06-22 Kalle Sommer... Fixed bug #69897 (segfault when manually constructing...
2015-06-22 Dmitry StogovRevert "Fix arginfo for built-in engine functions"
2015-06-22 Dmitry StogovRevert "Fix set_error_handler() arginfo"
2015-06-22 Dmitry StogovRevert "And actually use this new arginfo data"
2015-06-22 Dmitry StogovRevert "Fix each() arginfo"
2015-06-22 Dmitry StogovRevert "Fix genarginfo to respect by-ref passing"
2015-06-22 Dmitry StogovRevert "Several return type fixes, still not completed...
2015-06-22 Bob WeinandSeveral return type fixes, still not completed... Incom...
2015-06-22 Bob WeinandFix genarginfo to respect by-ref passing
2015-06-22 Bob WeinandFix each() arginfo
2015-06-22 Rasmus LerdorfAnd actually use this new arginfo data
2015-06-22 Rasmus LerdorfFix set_error_handler() arginfo
2015-06-22 Rasmus LerdorfFix arginfo for built-in engine functions
2015-06-21 Bob WeinandFix accidental function related flag value reuse
2015-06-21 Bob WeinandFix bad run_time_cache with Closure::call()
2015-06-21 Jakub ZelenkaFix bug #68546 (json_decode cannot access property...
2015-06-20 Bob WeinandFix segfault with scalar passed to typehint with not...
2015-06-20 Nikita PopovLoad/restore VM stack before unfinished generator cleanup
2015-06-20 Bob WeinandFix bad test (oops)
2015-06-20 Nikita PopovAdd test for previous commit
2015-06-20 Nikita PopovFix generator memory leak
2015-06-20 Bob WeinandFix potential writes into wrong memory, ensure vm_stack...
2015-06-20 Nikita PopovClean up zend_hash_compare implementation
2015-06-20 Nikita PopovFix bug #69891
2015-06-20 Nikita PopovFixed bug #69893
2015-06-20 Nikita PopovMerge branch 'PHP-5.6'
2015-06-20 Nikita PopovMerge branch 'PHP-5.5' into PHP-5.6
2015-06-20 Nikita PopovFixed bug #69892
2015-06-20 Kalle Sommer... Add missing NEWS entries
2015-06-20 Nikita PopovFixed bug #69889
2015-06-20 Nikita PopovFix bug #62922
2015-06-20 Nikita PopovAvoid unnecessary separations in VERIFY_RETURN_TYPE
2015-06-20 Nikita PopovDrop unnecessary %prec
2015-06-20 Anatol Belskiupdated NEWS
2015-06-20 Anatol Belskiadd test for bug #69838
2015-06-20 Anatol BelskiFix bug #69838 OPCACHE Warning Internal error: wrong...
2015-06-20 Xinchen HuiMicro optimization
2015-06-20 Xinchen HuiRemove unused var
2015-06-19 Xinchen HuiThis test should be kept
2015-06-19 Xinchen HuiBetter way to fix (Fix bug #69871 (short-circuiting...
2015-06-19 Xinchen HuiRevert "Fix bug #69871 (short-circuiting failure with...
2015-06-19 Xinchen HuiImprove strtr (Fixed a bug which the lenth check doesn...
2015-06-19 Kalle Sommer... Remove the references to imageps*() after the T1Lib...
2015-06-19 Xinchen HuiFixed Bug #69883 (Compilation failed on PCRE)
2015-06-19 Anatol Belskimore precise way to destroy iterator object
2015-06-19 Anatol Belskiupdated NEWS
2015-06-19 Anatol Belskiadded test for bug #69846
2015-06-19 Anatol Belskibetter approach to fix bug #69846
2015-06-19 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-06-19 Xinchen HuiMicro optimizations for pcre
2015-06-19 Bob WeinandFix memory leak (double copy) in SplPriorityQueue
2015-06-19 Xinchen HuiMerge branch 'PHP-5.6'
2015-06-19 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-06-19 Xinchen HuiMerge branch 'patch-3' of https://github.com/s0ph1e...
2015-06-18 Anatol BelskiMerge branch 'PHP-5.6'
2015-06-18 Anatol Belskiupdate NEWS
2015-06-18 Anatol Belskiupdate NEWS
2015-06-18 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-06-18 Anatol Belskiupdated NEWS
2015-06-18 Christian Wenzfixes bug #69835: phpinfo() does not report many Window...
2015-06-18 Anatol Belskipartial fix to bug #69846
2015-06-18 Sophia NepochatayaRemove excess variable in mail.c (5.5 branch)
2015-06-18 Kalle Sommer... Minor updates to EXTENSIONS for removed SAPIS etc that...
2015-06-18 Ferenc Kovacsadd a freshly built pear/install-pear-nozlib.phar....
2015-06-18 Lior KaplanMerge branch 'PHP-5.6'
2015-06-18 Lior KaplanMerge branch 'PHP-5.5' into PHP-5.6
2015-06-18 Lior KaplanMerge branch 'PHP-5.4' into PHP-5.5
2015-06-18 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-06-18 Lior KaplanFixed bug #69689 (Align PCRE_MINOR with current version)
2015-06-18 Xinchen HuiFixed bug #69872 (uninitialised value in strtr with...
2015-06-18 Bob WeinandFix bug #69871 (short-circuiting failure with smart_branch)
2015-06-18 Lior KaplanMerge branch 'PHP-5.6'
2015-06-18 Lior KaplanAdd CVE to bugs #69545, #69646 and #69667
2015-06-18 Lior KaplanMerge branch 'PHP-5.5' into PHP-5.6
2015-06-18 Lior KaplanAdd CVE to bugs #69545, #69646 and #69667
2015-06-18 Lior KaplanMerge branch 'PHP-5.4' into PHP-5.5
2015-06-18 Lior KaplanAdd CVE to bugs #69545, #69646 and #69667
2015-06-18 Xinchen HuiUpdate NEWS
2015-06-18 Xinchen HuiFixed Conditional jump or move depends on uninitialised...
2015-06-18 Xinchen HuiFixed bug #69868 (Invalid read of size 1 in zend_compil...
2015-06-18 Xinchen HuiFixed typo
2015-06-18 Xinchen HuiSeems UPGRADING is not merged...
2015-06-18 Aaron PiotrowskiAdd tests with invalid Error construction params
2015-06-18 Aaron PiotrowskiFix bug when constructing an Error with invalid params
2015-06-17 Anatol Belskicleanup unused var
2015-06-17 Anatol Belskifix c/p test title
2015-06-17 Anatol Belskipreserve the orig class name when extending the ErrorEx...
2015-06-17 Anatol Belskidont use function to fetch default exception ce
2015-06-17 Anatol Belskimore tests
2015-06-17 Anatol Belskifix crash when invalid exception arguments passed
next