]> granicus.if.org Git - php/shortlog
php
2015-07-14 Bob WeinandFix __METHOD__ in functions nested into methods
2015-07-13 Bob WeinandInit variable to NULL before passing to zpp
2015-07-13 Lior KaplanFormat alignment
2015-07-13 Christopher... PHP 7 OCI8: fix bug57702.phpt regression
2015-07-13 Anatol Belskiremove #ifdef
2015-07-13 Anatol Belskiremove comment, it's not right
2015-07-13 Christoph M... updated NEWS
2015-07-13 Christoph M... Merge branch 'PHP-5.6'
2015-07-13 Christoph M... updated NEWS
2015-07-13 Christoph M... Fix #66882: imagerotate by -90 degrees truncates image...
2015-07-13 Anatol Belskiupdate NEWS
2015-07-13 Anatol BelskiFixed bug #70065 curl_getinfo() returns corrupted values
2015-07-13 Anthony FerraraRevert SplFileInfo BC break while keeping fix for asser...
2015-07-13 Anthony FerraraFix issue with SplFileInfo::getExtension() on files...
2015-07-13 Christoph M... updated NEWS
2015-07-13 Christoph M... Merge branch 'PHP-5.6'
2015-07-13 Christoph M... updated NEWS
2015-07-13 Christoph M... Fix #70064: imagescale(..., IMG_BICUBIC) leaks memory
2015-07-13 Christoph M... updated NEWS
2015-07-13 Christoph M... Merge branch 'PHP-5.6'
2015-07-13 Christoph M... updated NEWS
2015-07-13 Christoph M... Fix #69024: imagescale segfault with palette based...
2015-07-13 Bob WeinandFix weird asm instruction order with gcc by marking...
2015-07-13 Bob WeinandPreserve return value in zend_vm_call_opcode_handler...
2015-07-13 Xinchen HuiMerge branch 'shmop-extension_improve-test-coverage...
2015-07-13 Xinchen HuiMerge branch 'basename-function_improve-test-coverage...
2015-07-13 Xinchen HuiMerge branch 'goto_branch_hint' of https://github.com...
2015-07-13 Xinchen HuiRevert "Fixed test fail in travis from time to time"
2015-07-13 Xinchen HuiMerge branch 'master' of https://github.com/Geolim4...
2015-07-13 Xinchen HuiFixed test fail in travis from time to time
2015-07-13 Xinchen HuiUpdate NEWS
2015-07-13 Xinchen HuiFixed bug #70057 (Build failure on 32-bit Mac OS X...
2015-07-13 Xinchen HuiMerge branch 'zend_update_static_property' of https...
2015-07-13 Xinchen HuiFixed Bug #70058 Build fails when building for i386
2015-07-13 Christopher... Some OCI8 fixes (Rajendra)
2015-07-13 DreamsxinUpdated zend_update_static_property
2015-07-12 Christopher... Merge branch 'master' of https://git.php.net/repository...
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Merge branch 'PHP-5.6'
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Fix #53154: Zero-height rectangle has whiskers
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Merge branch 'PHP-5.6'
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Fix #67447: imagecrop() adds a black line when cropping
2015-07-12 Tjerk MeestersFixed #70053 MutlitpleIterator array-keys incompatible...
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Merge branch 'PHP-5.6'
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Fix #68714: copy 'n paste error
2015-07-11 Christoph M... Merge branch 'PHP-5.6'
2015-07-11 Christoph M... Added XFAIL test for bug #53640
2015-07-11 Geolim4Fix #70048: When running a phpinfo(), if you have a...
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Merge branch 'PHP-5.6'
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Fix #66339: PHP segfaults in imagexbm
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Merge branch 'PHP-5.6'
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Fix #70047: gd_info() doesn't report WebP support
2015-07-11 Xinchen HuiBetter implementation
2015-07-10 Christoph M... Merge branch 'PHP-5.6'
2015-07-10 Rasmus LerdorfDOMDocument::saveXML has a 2nd optional arg
2015-07-10 Edgar R. SandiAdding tests for getprotobyname and getprotobynumber...
2015-07-10 Bob Weinandhmm, we do not need the nop after compilation, so does...
2015-07-10 Bob Weinanda: try { ... } ≠ try { a: ... }
2015-07-10 Ferenc KovacsMerge branch 'PHP-5.6'
2015-07-10 Ferenc Kovacsadd missing NEWS entry
2015-07-10 Xinchen HuiFixed invalid read (Part issue of #69579)
2015-07-10 Nikita PopovMove try/catch/finally tests to common directory
2015-07-10 Nikita PopovMark temporary_cleaning_006.phpt as XFAIL
2015-07-10 Nikita PopovBetter opcode dump for finally
2015-07-10 Xinchen HuiMicro optimization
2015-07-10 Xinchen HuiFixed Bug #69996 (Changing the property of a cloned...
2015-07-10 Bogdan AndoneHint label lookup table initialization branch on GOTO...
2015-07-10 Xinchen HuiFixed No 2 issue in #1400
2015-07-10 Xinchen HuiFixed Issue #1400 (double free static property)
2015-07-10 Dmitry StogovResolve GOTO at compile time and replace it with sequnc...
2015-07-10 Dmitry StogovException thrown by "return" statement (from TMP destru...
2015-07-10 Dmitry StogovReadded tests
2015-07-10 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2015-07-10 Dmitry StogovSquashed commit of the following:
2015-07-10 Ferenc KovacsMerge branch 'PHP-5.6'
2015-07-10 Ferenc Kovacsadd missing NEWS entry
2015-07-09 Christopher... PDO_OCI LOB fixes (Senthil)
2015-07-09 Christopher... Improve test portability (Senthil)
2015-07-09 Christopher... Add new test section. Diff with query 5 is still to...
2015-07-09 Christopher... Add Oracle syntax (Senthil)
2015-07-09 Nikita PopovDon't return T_ERROR from token_get_all()
2015-07-09 Anatol Belskirefix the NEWS
2015-07-09 Dmitry StogovFixed exception catching on break/continue
2015-07-09 Edgar R. Sandiadding scenario of test to improve test coverage
2015-07-09 Nikita PopovFix posix_setrlimit segfault
2015-07-09 Bob WeinandFix too early terminated temporary range with break...
2015-07-09 Ferenc KovacsMerge branch 'PHP-5.6'
2015-07-09 Ferenc Kovacsmove the use-after-free fixes to 5.6.11
2015-07-09 Dmitry StogovFixed exception habdling on "return" statement.
2015-07-09 Nikita PopovFix bug #69430
2015-07-09 Nikita PopovUpdate token_get_all() arginfo
next