]> granicus.if.org Git - php/shortlog
php
2015-11-11 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-11-11 Xinchen HuiEnsure the test fails
2015-11-11 Xinchen HuiEnsure the test fails
2015-11-11 Anatol Belskiupdate NEWS, patch for #70249 pulled into RC7
2015-11-11 Anatol Belskiadjust test expectation
2015-11-11 Anatol Belskifix test filename and title
2015-11-11 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-11-11 Ferenc Kovacspropare for 5.6.16RC1
2015-11-11 Xinchen HuiRe-Fixed bug #70249 (Segmentation fault while running...
2015-11-11 Xinchen HuiRevert "Fixed bug #70249 (Segmentation fault while...
2015-11-11 Xinchen HuiFixed bug #70249 (Segmentation fault while running...
2015-11-10 Bob WeinandUse --vex-iropt-precise-memory-exns=yes for valgrind...
2015-11-10 Matteo BeccatiSplit shmop/tests/002.phpt in two (all + non-root)
2015-11-10 Matteo BeccatiFix bug #70886 in shmop/tests/002.phpt
2015-11-10 Xinchen HuiUnused var
2015-11-10 Dmitry StogovFixed incorrect order of free/finally on exception
2015-11-09 Anatol BelskiMerge branch 'PHP-7.0' of git.php.net:php-src into...
2015-11-09 Andrea FauldsMerge branch 'use_ZEND_STRL_for_builtin_types' into...
2015-11-09 Anatol Belskiadditional catch to bug #70863
2015-11-09 Anatol Belskiadd test for eb32da13
2015-11-09 Dmitry StogovAdded tests
2015-11-09 Anatol Belskiprepare news for next
2015-11-09 Jakub ZelenkaMerge branch 'PHP-5.6' into PHP-7.0
2015-11-09 Jakub ZelenkaRemove SNI test that trigger request to sni.velox.ch
2015-11-09 Andrea FauldsUse ZEND_STRL macro for builtin_types
2015-11-09 Xinchen HuiFixed bug #70323 (Regression in zend_fetch_debug_backtr...
2015-11-09 Xinchen HuiFixed bug #70624 opcache.huge_code_pages
2015-11-09 Xinchen HuiUpdate NEWS
2015-11-09 Caleb ChamplinMake sure context is set to null to prevent use after...
2015-11-08 Xinchen HuiMerge branch 'patch-1' of https://github.com/colinodell...
2015-11-08 Xinchen Huimanually apply the typo fix in master
2015-11-08 Lynnrm duplicate include
2015-11-08 James TitcumbFixed typo in reflection phpt
2015-11-07 Colin O'DellFix description of a BC break
2015-11-07 Nikita PopovFix various update_opN_const issues
2015-11-07 Nikita PopovRefactor update_op2_const
2015-11-07 Xinchen HuiUse defined macro
2015-11-07 Xinchen HuiFixed bug #70876 (Segmentation fault when regenerating...
2015-11-07 Xinchen HuiRevert "Fixed bug #70876 Segmentation fault when regene...
2015-11-07 Xinchen HuiFixed bug #70873 (Regression on private static properti...
2015-11-07 Reeze XiaC99 complain fix
2015-11-07 Reeze XiaUpdate NEWS
2015-11-07 Reeze XiaFixed bug #70876 Segmentation fault when regenerating...
2015-11-07 Nikita PopovDon't propagate into ops that error on non-string
2015-11-07 Nikita PopovStrip leading backslash in update_opN_const
2015-11-07 Nikita PopovFix update_opX_const lowercasing
2015-11-07 Matteo BeccatiMerge branch 'PHP-5.6' into PHP-7.0
2015-11-07 Matteo BeccatiFix bug #70875 Segmentation fault if wsdl has no target...
2015-11-07 Matteo BeccatiMerge remote-tracking branch 'origin/PHP-5.6' into...
2015-11-06 Anatol Belskiupdate NEWS
2015-11-06 Anatol Belskifix decrement_function regarding bug #70863
2015-11-06 Anatol BelskiFixed bug #70863 Incorect logic to increment_function...
2015-11-06 Anatol Belskino more dev ZEND_VERSION
2015-11-06 Bob WeinandAdd support for IPV6_V6ONLY on sockets
2015-11-06 Christopher... Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)
2015-11-06 Christopher... Always remember NEWS....
2015-11-06 Christopher... Fix compile warnings about comparison of unsigned expre...
2015-11-06 Christopher... Bump OCI8 version
2015-11-06 Christopher... Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)
2015-11-06 Xinchen HuiFixed bug #70868 (PCRE JIT and pattern reuse segfault)
2015-11-06 Márcio Almadaadd failing test for bug #70868
2015-11-05 Anatol Belskiupdate NEWS
2015-11-05 Anatol Belskiuse Z* macro name
2015-11-05 Anatol Belskifix NULL deref in mbstring post handler
2015-11-05 Anatol Belskifix NULL deref in pdo_firebird
2015-11-05 Anatol Belskifix pdo_sqlite crash with empty bound stream
2015-11-05 Anatol Belskifix leak
2015-11-05 Anatol Belskifix pdo_mysql crash with empty bound stream param
2015-11-05 Anatol Belskiadd test for bug #70861
2015-11-05 Fabian FranzFix setting of empty string resource.
2015-11-05 Anatol Belskifix possible NULL deref in image functions
2015-11-05 Anatol Belskifix crash in sqlite when executing with bound stream...
2015-11-05 Anatol Belskire-update NEWS
2015-11-05 Anatol Belskiupdate the actual sql parser file for #70861
2015-11-05 Anatol BelskiFix bug #70861 Segmentation fault in pdo_parse_params...
2015-11-05 Anatol Belskidon't get invalid chmod mode through
2015-11-05 Anatol Belskizero cwd buffer before passing to chmod
2015-11-05 Reeze XiaMerge branch 'PHP-5.6' into PHP-7.0
2015-11-05 Reeze XiaMake test for bug #70852 to cover all cases
2015-11-05 Reeze XiaFixed bug #70852 Segfault getting NULL offset of an...
2015-11-04 Xinchen HuiFixed bug #70853 (SplFixedArray throws exception when...
2015-11-04 Xinchen HuiFixed bug #70843 (Segmentation fault on MacOSX with...
2015-11-04 Xinchen HuiFixed bug #70805 (Segmentation faults whilst running...
2015-11-02 Xinchen HuiFixed bug #70540 (sapi/fpm/tests/008.phpt and 016.phpt...
2015-11-02 Xinchen HuiAdd test_fpm_conf to skip some tests ranth than mark...
2015-11-02 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2015-11-02 Xinchen HuiFixed test
2015-11-02 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2015-11-02 Xinchen HuiMerge branch 'PHP-5.6' of git.php.net:/php-src into...
2015-11-02 Xinchen HuiFixed bug #70828 (php-fpm 5.6 with opcache crashes...
2015-10-29 Jakub ZelenkaUse standard title for new openssl tests
2015-10-29 rootnew tests to openssl module, don't covered yet.
2015-10-27 Andrey HristovAnother Fix for Bug #68344 MySQLi does not provide...
2015-10-27 Xinchen HuiFixed bug #70656 (require() statement broken after...
2015-10-27 Xinchen HuiRevert "Fixed bug #70656 (require() statement broken...
2015-10-27 Xinchen HuiFixed bug #70656 (require() statement broken after...
2015-10-30 LeighUse arc4random on OpenBSD 5.5+ and NetBSD 7+
2015-10-30 Reeze XiaThis couldn't be false as it has been checked before
2015-10-30 Reeze XiaUse h parameter to avoid duplicate ht access of `array_...
2015-10-30 Dmitry StogovFixed incomplete initialization.
next