]> granicus.if.org Git - php/shortlog
php
2015-07-24 Bob WeinandUse relative paths in phpdbg_lexer.c
2015-07-24 Bob WeinandCleanup shutdown, enable proper memory leak displaying
2015-07-24 Anatol Belskifix libwebp namings
2015-07-24 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-07-24 Xinchen HuiFixed bug #70124 (null ptr deref / seg fault in ZEND_HA...
2015-07-23 Christoph M... Merge branch 'PHP-5.6'
2015-07-23 Christoph M... added regression test for bug #55472, which has already...
2015-07-23 Christoph M... Merge branch 'PHP-5.6'
2015-07-23 Christoph M... Fix #53854: Missing constants for compression type
2015-07-23 Christoph M... updated NEWS
2015-07-23 Christoph M... Merge branch 'PHP-5.6'
2015-07-23 Christoph M... updated NEWS
2015-07-23 Christoph M... Fix #70052: getimagesize() fails for very large and...
2015-07-23 Anatol Belskienable ext/gd to support libpng16
2015-07-23 Bob WeinandFix build failure for non-osx *nixes
2015-07-23 Bob WeinandFix valgrind warning with sigaction
2015-07-23 Bob WeinandFix printf format issues on 32 bit
2015-07-23 Anatol BelskiMerge branch 'PHP-5.6'
2015-07-23 Anatol Belskifix config.w32
2015-07-23 Anatol Belskifix C99 compat
2015-07-23 Xinchen Huicleanup
2015-07-23 Xinchen HuiMake IS_TMP_VAR and IS_VAR differentiable
2015-07-23 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-07-23 Xinchen HuiFixed bug #70117 (Unexpected return type error)
2015-07-22 Bob WeinandFix phpdbg test failure and crash with opcache
2015-07-22 Bob WeinandOpcache is assuming that op_arrays without refcount...
2015-07-22 Lior KaplanAlign CVE format for #69669
2015-07-22 Lior KaplanFix 69882 entry
2015-07-22 Bob WeinandAdd phpdbg_get_executable() (gets executable ops/lines)
2015-07-22 Bob WeinandWe cannot safely assume that all op array will be refco...
2015-07-22 Xinchen HuiFixed bug #70111 (Segfault when a function uses both...
2015-07-22 Bob WeinandAlways lowercase function names for lookup in phpdbg -p
2015-07-22 Bob WeinandFix opcode tests which may generate FCALL instead of...
2015-07-22 Bob WeinandAdd -e (ZEND_EXT_* generation) option to phpdbg
2015-07-22 Nikita PopovEmit EXT_STMT for each statement
2015-07-22 Xinchen HuiFixed opcodes printing.
2015-07-22 Julien PauliMerge branch 'PHP-5.6'
2015-07-22 Julien Pauli5.6.13 now
2015-07-21 Bob Weinand$argv and $argc may be IS_INDIRECT
2015-07-21 Bob WeinandUndefined values may lead to big allocation
2015-07-21 Nikita PopovRemove FAST_CALL_FROM_CATCH
2015-07-21 Bob WeinandFix bug #70106 (Inheritance by anonymous class)
2015-07-21 Bob WeinandAdd an option to not generate INIT_FCALL ops for user...
2015-07-21 Anatol Belskiversion up in NEWS
2015-07-21 Anatol Belskiremove BOM from NEWS
2015-07-21 Anatol BelskiReverted ad4533fdbabcc3e545277e30023b2fdce16297a0
2015-07-21 Anatol Belskiupdate UPGRADING
2015-07-21 Anatol Belskiupdated NEWS
2015-07-21 Anatol Belskifix comment
2015-07-21 Anatol Belskilibwebp support for linux
2015-07-21 Christoph M... Replaced libvpx by libwebp (first draft; Windows only)
2015-07-21 Anatol Belskiupdate news with bug #70022
2015-07-21 Yasuo OhgakiChange E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.
2015-07-21 Christoph M... Merge branch 'PHP-5.6'
2015-07-20 Kubo2Add tests for json_last_error()/json_last_error_msg...
2015-07-20 Christoph M... updated NEWS
2015-07-20 Christoph M... Merge branch 'PHP-5.6'
2015-07-20 Christoph M... updated NEWS
2015-07-20 Christoph M... Merge branch 'pull-request/1425' into PHP-5.6
2015-07-20 Bob WeinandExclude opcache from a few opcode related tests
2015-07-20 Christoph M... updated NEWS
2015-07-20 Christoph M... Merge branch 'PHP-5.6'
2015-07-20 Christoph M... updated NEWS
2015-07-20 Christoph M... Fix #66387: Stack overflow with imagefilltoborder
2015-07-20 Bob WeinandFix various Windows issues (e.g. dir separators)
2015-07-20 Nikita PopovRemove bogus exception_save() from FETCH_CLASS
2015-07-20 Bob WeinandFix readline/libedit build
2015-07-20 Bob WeinandDo not use readline when not having a tty
2015-07-20 Bob WeinandAdd show_unexecuted option to phpdbg_end_oplog()
2015-07-20 Bob WeinandMove phpdbg tests to .phpt mechanism
2015-07-20 Bob WeinandFix misbehaviors with uncaught exceptions and finally...
2015-07-20 Bob WeinandPreserve argv consistency over multiple runs
2015-07-20 Bob WeinandFix info vars with refs/indirects
2015-07-20 Bob WeinandFix function/method breakpoint case sensitivity issues
2015-07-20 Bob WeinandAlways only halt upon first non-recv opcode in a function
2015-07-20 Bob WeinandMake opcode breakpoints work again
2015-07-20 Bob WeinandDo never clean stdin buffer away
2015-07-20 Bob WeinandFix use of already freed hashtable (wrong variable)
2015-07-20 Bob WeinandDo not show "Script ended normally" upon forced rerun
2015-07-20 Bob WeinandDo not display compilation success / normal script...
2015-07-20 Christoph M... revised bug53156.phpt
2015-07-20 Christoph M... Fix #53156: imagerectangle problem with point ordering
2015-07-19 Christoph M... Merge branch 'PHP-5.6'
2015-07-19 Christoph M... Added basic test for imagewebp() and imagecreatefromwebp()
2015-07-19 Christoph M... updated NEWS
2015-07-19 Christoph M... Merge branch 'PHP-5.6'
2015-07-19 Christoph M... updated NEWS
2015-07-19 Christoph M... Fix #70102: imagecreatefromwebm() shifts colors
2015-07-19 Christoph M... Merge branch 'PHP-5.6'
2015-07-19 Christoph M... fixed Fix #66590, which may segfault
2015-07-19 Anatol Belskifix two clang errors on Windows
2015-07-19 Anatol Belskiexclude a non windows test
2015-07-19 Christoph M... updated NEWS
2015-07-19 Christoph M... Merge branch 'PHP-5.6'
2015-07-19 Christoph M... updated NEWS
2015-07-19 Christoph M... Fix #66590: imagewebp() doesn't pad to even length
2015-07-19 Rasmus Lerdorfwddx_add_vars() returns a bool
2015-07-18 Christoph M... updated NEWS
2015-07-18 Christoph M... Merge branch 'PHP-5.6'
2015-07-18 Christoph M... updated NEWS
next