]> granicus.if.org Git - php/shortlog
php
2015-05-26 Anatol Belskireverted 0512b38 and 1411ca5
2015-05-26 Xinchen HuiMerge branch 'master' into merge-fastcgi
2015-05-26 Xinchen HuiOnly link fastcgi into fpm and cgi
2015-05-26 Xinchen HuiMicro optimizations
2015-05-26 Xinchen Huiimplicit declaration of function ‘zend_multibyte_yyinpu...
2015-05-25 Bob WeinandRan wrong tests, fixed bug in impl; simplified
2015-05-25 Bob WeinandSpeed up implod()'ing between 5% and 30% (by time)
2015-05-25 Bob WeinandFix tokenizer test due to recent changes
2015-05-25 Bob WeinandAdd class to semi_reserved tests
2015-05-25 Márcio Almadaupdates grammar tests with class members named as metho...
2015-05-25 Bob WeinandAlso unreserve T_CLASS
2015-05-25 Bob WeinandSet %expect to 0 in parser (Using %prec)
2015-05-25 Bob WeinandMerge branch 'master' of https://github.com/php/php-src
2015-05-25 Bob WeinandRebuild scanner, add NEWS/UPGRADING
2015-05-25 Dmitry StogovPrevent op_array->this_var setting when method uses...
2015-05-25 Bob WeinandMerge context sensitive lexer RFC
2015-05-25 Dmitry StogovFixed typo
2015-05-25 Anatol Belskimove S_IFLNK define into header
2015-05-25 Anatol Belskifurther cleanups with S_IF* macros generalized declarations
2015-05-25 Anatol Belskicleanup more redundant S_IS* declarations
2015-05-25 Anatol Belskicleanup redundant S_IFDIR declaration
2015-05-25 Anatol Belskicleanup duplicated stat declarations in ext/phar
2015-05-25 Anatol Belskimove some stat declarations into zend_virtual_cwd.h
2015-05-25 Dmitry StogovFixed bug #69700 (tests/lang/this_assignment.phpt memor...
2015-05-25 Xinchen HuiFixed va_list double used
2015-05-24 Anatol Belskipick up sasl auth plugins if there was any in the deps
2015-05-24 Anatol Belskiremove non-applicable comment
2015-05-24 Anatol Belskifix datetime tests with vc14
2015-05-24 Anatol Belskimake the test more reliable
2015-05-24 Nikita PopovImprove phpdbg opcode dump
2015-05-24 Remi ColletMerge branch 'PHP-5.6'
2015-05-24 Remi ColletNEWS
2015-05-24 Remi ColletMerge branch 'PHP-5.5' into PHP-5.6
2015-05-24 Remi ColletNEWS
2015-05-24 Remi ColletFixed Bug #69479 GD fails to build with newer libvpx
2015-05-24 Xinchen HuiMerge branch 'master' into merge-fastcgi
2015-05-24 Xinchen Huifcgi_is_allowed should not log error
2015-05-24 Xinchen HuiMerge pull request #1 from weltling/merge-fastcgi
2015-05-23 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-23 Anatol Belskiupdated NEWS
2015-05-23 Nikita PopovFixes for x32 ABI
2015-05-23 Anatol Belskiadd the remaining useful symbols to the export
2015-05-23 Anatol Belskiimplement necessary symbol exports
2015-05-23 Xinchen HuiAvoid multipy allocating of request env
2015-05-23 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-23 Anatol Belskiincrease the internal post data buffer
2015-05-23 Xinchen HuiUse weak function for fcgi_log
2015-05-23 Xinchen HuiFixed fpm-side (tests passes)
2015-05-23 Levi MorrisonInline zend_find_builtin_type
2015-05-23 Levi MorrisonRemove duplication
2015-05-23 Levi MorrisonRename some variables and functions
2015-05-23 Radu BrănișcanCorrected line comment 5256
2015-05-23 Nikita PopovRemove ZEND_BRK/ZEND_CONT from VM
2015-05-23 Nikita PopovUse ZEND_JMP instead of ZEND_BRK/ZEND_CONT
2015-05-23 Nikita PopovEmbed break/continue depth into opline
2015-05-23 Nikita PopovMove loop var stack management into begin/end loop
2015-05-23 Nikita PopovDrop FREE_ON_RETURN flag, check brk_cont->start instead
2015-05-23 Nikita PopovDrop THIS_HASHVAL define
2015-05-23 Xinchen HuiMerge branch 'master' into merge-fastcgi
2015-05-22 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-22 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-05-22 Anatol Belskifix test
2015-05-22 Lior KaplanMerge branch 'PHP-5.5' into PHP-5.6
2015-05-22 Lior KaplanAdd entry for bug #69354, fixed in 5.5.25
2015-05-22 Lior KaplanAdd CVE for bugs in 5.6.9
2015-05-22 Lior KaplanAdd entry about PCRE upgrade (rev 95fa7279)
2015-05-22 Lior KaplanAdd CVE for bugs in 5.5.25
2015-05-22 Xinchen HuiForgot the test for bug #69688
2015-05-22 Xinchen HuiFixed test
2015-05-22 Xinchen HuiFixed bug #69688 (segfault with eval and opcache fast...
2015-05-21 Anthony FerraraFixed bug #69686 password_verify reports back error...
2015-05-21 Nikita PopovFix scope_is_known() for class constants
2015-05-21 Dmitry StogovFixed build with DEBUG_COMPACT_LITERALS=1
2015-05-21 Dmitry StogovFixed typo in ZEND_GCC_GLOBAL_REGS configure test ...
2015-05-21 Peter Cowburnremoved old news item
2015-05-21 Remi ColletMerge branch 'PHP-5.6'
2015-05-21 Remi ColletNEWS
2015-05-21 Remi ColletMerge branch 'PHP-5.5' into PHP-5.6
2015-05-21 Remi ColletFixed bug #69680 (phar symlink in binary directory...
2015-05-21 ponceMake the phar symlink relative
2015-05-21 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-21 Anatol Belskiremove duplicated declaration, fix build
2015-05-21 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-21 Anatol Belskiupdated NEWS
2015-05-21 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-05-21 Anatol Belskiupdated NEWS
2015-05-21 Christoph M... added missing GLOB_BRACE support check
2015-05-21 Christoph M... added SKIPIF section to test to make sure that GLOB_BRA...
2015-05-21 Christoph M... fix #69628: complex GLOB_BRACE fails on Windows
2015-05-21 Christoph M... added PHPT to check for bug #69628
2015-05-21 Anatol BelskiMerge branch 'pull-request/1278'
2015-05-21 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-21 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-05-21 Anatol Belskifix handling VAR vs VAR= in putenv
2015-05-21 Bob WeinandAdd support for string dictionaries, fix array dictiona...
2015-05-21 Dmitry StogovFixed zend_update_class_constants() to always resolve...
2015-05-21 Adam HarveyAdd documentation contribution information.
2015-05-21 Adam HarveyAdd a bare bones CONTRIBUTING.md.
2015-05-20 Dmitry StogovSet proper type_info flags.
2015-05-20 Dmitry StogovFixed SHM+FILE cache with opcache.protect_memory=1
next