]> granicus.if.org Git - php/shortlog
php
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
2015-09-22 Xinchen HuiFixed bug #70546 (ext/sysvshm: two broken tests on...
2015-09-22 Xinchen HuiFixed bug #70547 (unsetting function variables corrupts...
2015-09-21 Xinchen HuiFixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken...
2015-09-21 Xinchen HuiFixed bug #70538 ("php-fpm -i" crashes)
2015-09-21 Xinchen HuiFixed bug #70538 ("php-fpm -i" crashes)
2015-09-20 Xinchen HuiUse die
2015-09-20 Xinchen HuiFixed bug #70535 (XSLT: free(): invalid pointer)
2015-09-20 Jakub ZelenkaRequire at least OpenSSL version 0.9.8
2015-09-20 Jakub ZelenkaMerge branch 'PHP-5.6' into PHP-7.0
2015-09-20 Jakub ZelenkaUse tabs for arg info indent in openssl.c
2015-09-20 Xinchen HuiUnused var
2015-09-20 Xinchen HuiFixed bug #70528 (assert() with instanceof adds apostro...
2015-09-20 Bob WeinandAdd FAST_ZPP to various important stream funcs
2015-09-20 Bob WeinandRemove superfluous branches
2015-09-20 Bob WeinandShort-circuit zend_parse_parameters_none() so that...
2015-09-20 Bob WeinandSet expectations in generator handling
2015-09-19 Bob WeinandRevert accidentally committed closures.c and execute.c
2015-09-19 Bob WeinandOptimize zend_mm_small_size_to_bin()
2015-09-19 Bob WeinandForce compiler to prefer ZEND_CALL_NESTED_FUNCTION
2015-09-19 Bob WeinandAlways properly show exit status in phpdbg
2015-09-19 Bob WeinandFix oplog...
2015-09-19 Xinchen HuiMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2015-09-19 Bob WeinandApply same fixes for until
2015-09-19 Xinchen HuiFixed bug #70526 (xmlrpc_set_type returns false on...
2015-09-19 Bob WeinandFix leave and finish
2015-09-19 Yasuo OhgakiFixed bug #70529 Session read causes "String is not...
2015-09-18 Xinchen HuiFixed bug #70481 (Memory leak in auto_global_copy_ctor...
2015-09-18 Xinchen HuiRETURN_FALSE
2015-09-18 Dmitry StogovUse Zend MM to keep statistic of non-persistent connect...
2015-09-18 Matteo BeccatiSkip session_regenerate_id_cookie.phpt when there's...
2015-09-17 Bob WeinandAdd eventual escaping for phpdbg arguments
2015-09-17 Bob WeinandAdd # delimiter to phpdbg commands
2015-09-17 Dmitry StogovDon't allocate memory for empty HashTables.
2015-09-17 Dmitry StogovUpdate information about new opcache features
2015-09-17 Dmitry StogovAdded information about new opcache configuration direc...
2015-09-16 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-09-16 Ferenc Kovacsprepare for PHP-5.6.14RC1
2015-09-16 Yasuo OhgakiAdd test for #70516 session_regenerate_id() does not...
2015-09-16 Anatol Belskiadd range check
2015-09-16 Remi Colletfix regressio introduce in 22e23e7cb8ca9aa134d138b5fed0...
2015-09-15 Sebastian BergmannFugbix typo
2015-09-15 Xinchen HuiSuppressed warning about this function is not used
2015-09-15 Xinchen HuiAdd Note about huge_code_pages
2015-09-15 Xinchen HuiSuppressed warning -Wvolatile-register-var
next