]> granicus.if.org Git - php/shortlog
php
2015-09-29 Dmitry StogovRemoved or simplified incorrect SEPARATE_*() macros...
2015-09-29 Andrey HristovAdd upgrading info about the tick functions internal...
2015-09-29 ScottRemove makedev() check.
2015-09-29 ScottDifferent error message if makedev check fails
2015-09-29 ScottAdd support for getrandom(2), add type check on file...
2015-09-29 Anatol Belskifix test
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-09-29 Stanislav MalyshevBetter fix for bug #70433
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-09-29 Stanislav Malyshevfix memory leak
2015-09-29 Stanislav MalyshevFIx bug #70433 - Uninitialized pointer in phar_make_dir...
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-28 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-09-28 Stanislav MalyshevFix bug #69720: Null pointer dereference in phar_get_fp...
2015-09-28 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-28 Stanislav MalyshevFix bug #70480 (php_url_parse_ex() buffer overflow...
2015-09-28 Andrey HristovAdd support for parameters to tick functions, on C...
2015-09-27 Bob WeinandAdd NEWS entry for #70533 (credits to Anatol)
2015-09-27 Anatol Belskifix phpdbg's -h switch
2015-09-25 Andrey HristovMerge branch 'PHP-5.6' into PHP-7.0
2015-09-25 Andrey HristovFixed bug #70572 segfault in mysqlnd_connect
2015-09-25 Andrey HristovSpread the news about 70384
2015-09-25 Dmitry StogovAllow an experimental VM with tail call dispatch techni...
2015-09-25 Anatol Belskicheck for test requirement
2015-09-25 Anatol Belskifix data type and warning
2015-09-25 Dmitry StogovExtended zend_extension API to allow storing additional...
2015-09-25 Dmitry StogovMake necessary separation (it might be possible to...
2015-09-25 Anatol Belskiadd note about minimum openssl version
2015-09-25 Anatol Belskifix ident
2015-09-24 Dmitry StogovCleanup: avoid useless array duplication
2015-09-24 Dmitry StogovCleanup
2015-09-24 Dmitry StogovFixed incorrect usage of HASH_OF() macro. Replaced...
2015-09-24 Bob WeinandFix missing LOAD_OPLINE() for ZEND_USER_OPCODE_LEAVE
2015-09-24 Bob WeinandEnsure proper exception handling and EX(opline) state...
2015-09-24 Anatol Belskidon't keep locked mutex after errors
2015-09-24 Anatol Belskiavoid dangling pointers
2015-09-24 Anatol Belskimove accel_shared_globals assignment into locked block
2015-09-24 Anatol Belskiadd ovfl check, fix warnings
2015-09-24 Anatol Belskifix warning
2015-09-24 Anatol Belskifix warning
2015-09-24 Dmitry StogovFixed bug #70573 (Cloning SplPriorityQueue leads to...
2015-09-24 Adam HarveyFix a memory leak in sqlite3_do_callback.
2015-09-24 Dmitry StogovFix (revert) loop exit condition
2015-09-24 Dmitry StogovAttmpt to fix "Unable to reattach to base address"...
2015-09-23 Dmitry StogovCleanup: avoid reallocations
2015-09-23 Dmitry StogovCleanup: avoid reallocations
2015-09-23 Dmitry StogovFixed memory leak and avoid reallocations
2015-09-23 Dmitry StogovCleanup: replace removed condition with ZEND_ASSERT()
2015-09-23 Dmitry StogovFixed memory leak.
2015-09-23 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-09-23 Anatol Belskiupdate NEWS
2015-09-23 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-09-23 Anatol Belskiadd test
2015-09-23 Anatol Belskiexpose openssl config path so it can be tested
2015-09-23 Andrey HristovSpread the news about 70384
2015-09-23 Andrey HristovFix for Bug #70384 mysqli_real_query(): Unknown type...
2015-09-23 Bob WeinandFixed bug #70531 (-rr should not fallback to interactiv...
2015-09-23 Andrey HristovFix for Bug #70384 mysqli_real_query(): Unknown type...
2015-09-23 Bob WeinandFixed bug #70532 (respect set_exception_handler in...
2015-09-23 Anatol Belskiuse bundled openssl.cnf
2015-09-23 Xinchen HuiFixed memleaks in apache2handler
2015-09-23 Xinchen HuiFixed NEWS
2015-09-23 Xinchen HuiFixed Bug #70558 ("Couldn't fetch" error in DOMDocument...
2015-09-23 Joe WatkinsZEND_COMPILE_GUARDS compiler option
2015-09-23 Anatol Belskiupdate NEWS
2015-09-23 Dmitry StogovDon't keep dangling pointers
2015-09-23 Anatol Belskiadd test
2015-09-23 Anatol Belskiexpose openssl config path so it can be tested
2015-09-23 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-09-23 Anatol Belskiadd missing header
2015-09-23 Anatol Belskisilence mkdir to fix fails after unclean test run
2015-09-23 Dmitry StogovFixed test
2015-09-23 Xinchen HuiFixed Bug #70557 (Memleak on return type verifying...
2015-09-23 Xinchen HuiFixed bug #70548 (Redundant information printed in...
2015-09-23 Xinchen HuiFixed bug #70555 (fun_get_arg() on unsetted vars return...
2015-09-22 Dmitry StogovCleanup: removed deprecated commented code. Incorrect...
2015-09-22 Dmitry StogovCleanup: zend_object_std_dtor() is called through free_...
2015-09-22 Dmitry StogovProperly cleanup on wrong ZEND_OVERLOADED_FUNCTION...
2015-09-22 Dmitry StogovCleanup: removed deprecated commented code
2015-09-22 Anatol Belskiunmap correct handle
2015-09-22 Anatol Belskiadd test
2015-09-22 Anatol Belskinullify the memory chunk to avoid crashes when freeing...
2015-09-22 Anatol Belskicheck for NULL return
2015-09-22 Dmitry StogovCleanup: don't keep useless dangling pointer
2015-09-22 Dmitry StogovCleanup: removed old commented code
2015-09-22 Dmitry StogovCleanup: removed deprecated commented code
2015-09-22 Dmitry StogovCleanup: removed comments (zend_object.handle and zend_...
2015-09-22 Dmitry StogovCleanup (we keep and reuse size from zend_mm_huge_list)
2015-09-22 Dmitry StogovFixed reporting about repeatable "huge" memory leaks.
2015-09-22 Dmitry StogovMake use of timelib 2015.02's support for external...
2015-09-22 Derick RethansMerge branch 'PHP-5.6' into PHP-7.0
2015-09-22 Derick RethansUpdate timelib to 2015.02
2015-09-22 Derick RethansMerge branch 'PHP-7.0' of git.php.net:php-src into...
2015-09-22 Derick RethansMerge branch 'PHP-5.6' into PHP-7.0
2015-09-22 Derick RethansFixed test cases due to changes in rules
2015-09-22 Derick RethansBumb timelib version to 2015.01
2015-09-22 Xinchen HuiFixed bug #70279 (HTTP Authorization Header is sometime...
2015-09-22 Xinchen HuiFixed #70547 similar bug in func_get_args
next