]> granicus.if.org Git - php/shortlog
php
2015-06-24 Hannes Magnussonspace
2015-06-24 Christoph M... Merge branch 'PHP-5.6'
2015-06-23 Christoph M... Merge branch 'PHP-5.5' into PHP-5.6
2015-06-23 Christoph M... Made bug44295-win.phpt locale independent
2015-06-23 Christoph M... Merge branch 'master' of https://git.php.net/repository...
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Merge branch 'PHP-5.6'
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Merge branch 'PHP-5.5' into PHP-5.6
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Merge branch 'PHP-5.4' into PHP-5.5
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Fixed bug #69768 (escapeshell*() doesn't cater to !)
2015-06-23 Rasmus LerdorfFix more proto comments
2015-06-23 Anatol Belskiprepare NEWS for next
2015-06-23 Rasmus LerdorfFix more minor mistakes in the proto comments
2015-06-23 Nikita PopovAvoid op_num = -1 in unfinished generator cleanup
2015-06-23 Rasmus LerdorfFix incorrect protos
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Merge branch 'PHP-5.6'
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Merge branch 'PHP-5.5' into PHP-5.6
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Fixed Bug #53823 (preg_replace: * qualifier on unicode...
2015-06-23 Christoph M... Moved NEWS entry for bug #69864 to proper category
2015-06-23 Christoph M... Merge branch 'PHP-5.6'
2015-06-23 Christoph M... Moved NEWS entry for bug #69864 to proper category
2015-06-23 Christoph M... Merge branch 'PHP-5.5' into PHP-5.6
2015-06-23 Christoph M... Moved NEWS entry for bug #69864 to proper category
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Merge branch 'PHP-5.6'
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Merge branch 'PHP-5.5' into PHP-5.6
2015-06-23 Christoph M... Merge branch 'PHP-5.6'
2015-06-23 Christoph M... Merge branch 'PHP-5.5' into PHP-5.6
2015-06-23 Côme BernigaudFixed two errors in LDAP tests
2015-06-23 Côme BernigaudFixed two errors in LDAP tests
2015-06-23 Dmitry StogovRevert "Simplify php_implode(). Fill the resulting...
2015-06-23 Dmitry StogovEncapsulate FastCGI implementation details.
2015-06-23 Dmitry StogovFixed bug #69905 (null ptr deref and segfault in ZEND_F...
2015-06-23 Christoph M... updated NEWS
2015-06-23 Christoph M... Fixed bug #69864 (Segfault in preg_replace_callback)
2015-06-23 Dmitry StogovSimplify php_implode(). Fill the resulting string in...
2015-06-23 George WangMerge branch 'PHP-5.6' of git.php.net:php-src into...
2015-06-23 George WangMerge branch 'PHP-5.5' of git.php.net:php-src into...
2015-06-23 George Wangbump API version to 6.8
2015-06-23 George Wangbump API version to 6.8
2015-06-23 George Wangbump API version to 6.8
2015-06-23 George Wangbump API version to 6.8
2015-06-22 Nikita PopovDrop duplicate object-to-type notices
2015-06-22 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2015-06-22 Dmitry StogovAdded comments
2015-06-22 Nikita PopovDrop superfluous __toString handling code
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
next