]> granicus.if.org Git - php/shortlog
php
2015-05-29 Kalle Sommer... Note getrusage() for Windows in UPGRADING
2015-05-29 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-05-29 Xinchen HuiFixed bug #69723 (Passing parameters by reference and...
2015-05-28 Anatol Belskimanifest for the main php dll needs to be copied manually
2015-05-28 Anatol Belskipack the default manifest for devel
2015-05-28 Anatol Belskiadd *.manifest to cleanup
2015-05-28 Anatol Belskicorrect manifest
2015-05-28 Anatol Belskiusing correct manifest, GetVersionEx can recognise...
2015-05-28 Anatol Belskitake the default manifest
2015-05-28 Anatol Belskiadd default manifest
2015-05-28 Anatol Belskifixup default versions, just for the case
2015-05-28 Kalle Sommer... Fix deplister with VC14, noticed by Jan Ehrhardt
2015-05-28 Xinchen HuiAttempt to fix #69643
2015-05-28 Remi ColletMerge branch 'PHP-5.6'
2015-05-28 Remi ColletMerge branch 'PHP-5.5' into PHP-5.6
2015-05-28 Remi ColletRelax a little this test, because random is not reliable
2015-05-28 Ferenc KovacsMerge branch 'PHP-5.6'
2015-05-28 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2015-05-28 Ferenc Kovacsempty commit to trigger a github mirror
2015-05-28 Ferenc KovacsMerge branch 'PHP-5.6'
2015-05-28 Ferenc Kovacsmove to 5.6.11-dev
2015-05-27 Anatol Belskiupdate lib versions info
2015-05-27 Kalle Sommer... [16:45] <@bjori> salathe: http://git.php.net/?p=php...
2015-05-27 Peter Cowburnupdated manual editor
2015-05-27 Xinchen HuiRemove debug codes
2015-05-27 Xinchen HuiFixed sapi/tests (maybe needs some run-test.php people...
2015-05-27 Xinchen HuiSeems useless now
2015-05-27 Xinchen HuiFixed the fix in f68dc94aa727085040650b4c9354672f2f62ee6a
2015-05-27 Xinchen HuiMerge branch 'master' into merge-fastcgi
2015-05-27 Reeze XiaRemove useless cast
2015-05-27 Xinchen HuiMerge pull request #2 from weltling/merge-fastcgi
2015-05-26 Bob WeinandAdd test for memory leak with wrong return type
2015-05-26 Bob WeinandFix memory leak with return types upon failure
2015-05-26 Bob WeinandFix phpdbg class fetch / method opcodes
2015-05-26 Dmitry StogovAdd targets to simplify building PHP with FDO (Feedback...
2015-05-26 Reeze XiaFixed phpdbg exit unexpected after signal SIGCONT on...
2015-05-26 Anatol Belskifix dir sep in test
2015-05-26 Xinchen HuiEven fake token better to be in upper case
2015-05-26 Xinchen HuiMerge branch 'PHP-5.6'
2015-05-26 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-05-26 Xinchen HuiFixed C89
2015-05-26 Anatol Belskiadded the shared fcgi imp to sapi/cgi
2015-05-26 Anatol Belskiremove fastcgi.c from the dll target
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
next