]> granicus.if.org Git - php/shortlog
php
2014-08-27 Chris WrightMerge branch 'PHP-5.6'
2014-08-27 Dmitry StogovCleanup IS_VAR handling
2014-08-27 Chris WrightMerge branch 'PHP-5.5' into PHP-5.6
2014-08-27 Chris WrightMerge branch 'PHP-5.4' into PHP-5.5
2014-08-27 Tjerk MeestersFixed corruption of execute_data when ZEND_STRLEN has...
2014-08-27 Chris WrightFix stream_select() issue with OpenSSL buffer
2014-08-27 Anatol BelskiMerge branch 'PHP-5.6'
2014-08-27 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-08-27 Anatol Belskifixed DBG_INF macro name
2014-08-27 Dmitry StogovImproved performance of json_encode()
2014-08-27 Julien Paulireworked NEWS for 5.6.0GA
2014-08-27 Anatol Belskiadd note about 'l' and zend_long
2014-08-27 Xinchen HuiIt should be int
2014-08-27 Xinchen HuiFixed folder mark
2014-08-27 Ferenc KovacsMerge branch 'PHP-5.6'
2014-08-27 Ferenc Kovacsfix the NEWS
2014-08-27 Tjerk MeestersMerge PHP RFC: Closure::call
2014-08-27 Ferenc KovacsMerge branch 'PHP-5.6'
2014-08-27 Ferenc Kovacsadd the NEWS entries from the last stable release
2014-08-27 Ferenc KovacsMerge branch 'PHP-5.6'
2014-08-27 Ferenc Kovacsalmost forgot to bump this
2014-08-27 Ferenc Kovacsfrom now on, this should be 5.6.1-dev
2014-08-27 Ferenc KovacsMerge branch 'PHP-5.6'
2014-08-27 Ferenc Kovacsupdate NEWS to reflect what makes into 5.6.0 final
2014-08-27 Ferenc KovacsMerge branch 'PHP-5.6'
2014-08-27 Ferenc Kovacsremove the -dev suffix from the Zend version
2014-08-27 Andrea FauldsNEWS, UPGRADING
2014-08-27 Andrea FauldsFixed Closure::apply() for int64
2014-08-27 Andrea FauldsMerge branch 'master' into Closure_apply
2014-08-26 Nikita PopovFix zend_highlight functionality I broke
2014-08-26 Nikita PopovFix mbstring overloads in zts
2014-08-26 Ferenc KovacsMerge branch 'PHP-5.6'
2014-08-26 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2014-08-26 Ferenc KovacsMerge branch 'PHP-5.4' into PHP-5.5
2014-08-26 Ferenc Kovacsupdate the GIT-RULES with the 5.6 and the release branches
2014-08-26 Nikita PopovFix test with opcache/zts dependent output
2014-08-26 Nikita PopovFix session handlers in zts
2014-08-26 Dmitry StogovFixed incorrect ZEND_INIT_FCALL_BY_NAME -> ZEND_INIT_FC...
2014-08-26 Nikita PopovMove =&new deprecation message into compiler
2014-08-26 Nikita PopovFix tokenizer test to not depend on specific token...
2014-08-26 Nikita PopovHandle remaining magic constants in parser as well
2014-08-26 Dmitry StogovSplit and optimize loop
2014-08-26 Nikita PopovAdd backup_doc_comment production
2014-08-26 Nikita Popoveval() with parse error uses clean shutdown now
2014-08-26 Nikita PopovAdd type annotations to parser
2014-08-26 Nikita PopovDon't alloc empty jmp opnum list for single-branch if
2014-08-26 Anatol Belskifixed bitset computing on win64 build
2014-08-26 Dmitry StogovFixed zero-size allocation in debug build
2014-08-26 Anatol Belskitemporary fix for win64
2014-08-26 Dmitry StogovReplaced Zend Memory Manager
2014-08-26 Dmitry StogovFixed uint32_t overflow
2014-08-26 Anatol Belskiseveral signature and data type fixes
2014-08-26 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2014-08-26 Dmitry StogovFixed return operand type (Use IS_TMP_VAR instead of...
2014-08-26 Anatol Belskifixed several long vs zend_long casts
2014-08-26 Dmitry StogovFixed compile-time constants substitution
2014-08-26 Anatol Belskiregenerated date parsers
2014-08-26 Anatol Belskifix typo
2014-08-26 Julien Pauliimplement #67886
2014-08-26 Anatol Belskirenamed macro
2014-08-26 Anatol Belskiedit comment
2014-08-26 Anatol Belskisimplify zend_long defs even more
2014-08-26 Anatol Belskimake timelib independent from zend_long
2014-08-26 Xinchen HuiFixed incompatible pointer
2014-08-26 Xinchen HuiFixed incompatible pointer
2014-08-26 Xinchen HuiFixed incompatible pointer
2014-08-26 Xinchen HuiFixed incompatible pointer type (int64)
2014-08-26 Xinchen HuiUnused variable
2014-08-26 Xinchen HuiUnused variable
2014-08-26 Xinchen HuiUnused variale
2014-08-25 Ferenc Kovacsbetter heading for UPGRADING.INTERNALS
2014-08-25 Ferenc KovacsMerge branch 'PHP-5.6'
2014-08-25 Ferenc Kovacsbetter heading for UPGRADING.INTERNALS
2014-08-25 Anatol Belskifix strtol call
2014-08-25 Anatol Belskiupdated UPGRADING.INTERNALS
2014-08-25 Anatol Belskifix func argument type
2014-08-25 Anatol Belskigeneralize the zend_long stuff
2014-08-25 Nikita PopovRemove ZEND_ACC_INTERACTIVE and CG(interactive)
2014-08-25 Nikita Popovmake bp type uint32_t everywhere
2014-08-25 Nikita PopovFix compiler warnings
2014-08-25 Nikita PopovFix zend_longo_str
2014-08-25 Nikita PopovAdd zend_string_equals and zend_string_equals_literal
2014-08-25 Nikita PopovMerge branch 'ast' POST_AST_MERGE
2014-08-25 Nikita PopovMerge remote-tracking branch 'php-src/master' into ast
2014-08-25 Anatol Belskimaster renames phase 7 PRE_AST_MERGE
2014-08-25 Anatol Belskimaster renames phase 6
2014-08-25 Anatol Belskimaster renamings phase 5
2014-08-25 Anatol Belskimaster renames phase 4
2014-08-25 Anatol BelskiMerge branch 'master' of git.php.net:php-src
2014-08-25 Anatol Belskimaster renames phase 3
2014-08-25 Daniel LowreyMerge branch 'PHP-5.6'
2014-08-25 Daniel LowreyMerge branch 'PHP-5.5' into PHP-5.6
2014-08-25 Daniel LowreyUpdate NEWS
2014-08-25 Nikita PopovFix for C89
2014-08-25 Daniel LowreyMerge branch 'PHP-5.6'
2014-08-25 Anatol Belskimaster renames phase 2
2014-08-25 Anatol Belskimaster renames phase 1
2014-08-25 Daniel LowreyMerge branch 'PHP-5.5' into PHP-5.6
2014-08-25 Daniel LowreyBug #67850: Build when OpenSSL compiled without SSLv3...
2014-08-24 Lior KaplanMerge branch 'PHP-5.6'
next