]> granicus.if.org Git - php/shortlog
php
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-08-04 Stanislav Malyshevvirtual_file_ex uses emalloc in 5.6+
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-08-04 Stanislav Malyshev__wakeup doesn't have to be final
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-08-04 Stanislav Malyshevupdate NEWS
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-08-04 Stanislav Malyshevfix test
2015-08-04 Stanislav Malyshevupdate NEWS
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-08-04 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.4.44
2015-08-04 Stanislav MalyshevFix bug #70019 - limit extracted files to given directory
2015-08-04 Stanislav MalyshevDo not do convert_to_* on unserialize, it messes up...
2015-08-04 Dmitry StogovFixed bug #70098 (Real memory usage doesn't decrease)
2015-08-04 Anatol Belskirun credits script
2015-08-04 Dmitry StogovFixed possible access to uninitialized data (prevents...
2015-08-04 Dmitry StogovAdded NEWS entry
2015-08-04 Dmitry StogovGet rid of ZEND_FAST_CALL_UNBOUND
2015-08-04 Dmitry StogovMove most "finally" related code-generation from pass_t...
2015-08-04 Nikita PopovTry to fix finally issue
2015-08-04 Christoph M... Merge branch 'pull-request/1449'
2015-08-03 Bob WeinandFix further leaks
2015-08-03 Bob WeinandFix valgrind errors in phpdbg
2015-08-03 Bob WeinandFix last invalid read
2015-08-03 Bob WeinandFix a few valgrind errors in phpdbg
2015-08-03 Bob WeinandFix breaking on HANDLE_EXCEPTION (opline_before_exception)
2015-08-03 Dmitry StogovMerge branch 'fast_memcpy' of github.com:bogdanandone...
2015-08-03 Dmitry PatsuraRemove unneded space(s)
2015-08-03 Dmitry StogovFixed tests (system dependent numbers are replaced...
2015-08-03 Dmitry StogovFixed test
2015-08-02 Christoph M... updated UPGRADING
2015-08-02 Bob WeinandGive better credit in NEWS
2015-08-02 Bob WeinandFixed bug #70182 (Segfault in ZEND_ASSIGN_OP handlers)
2015-08-02 Anatol Belskimore info for UPGRADING.INTERNALS
2015-08-02 Anatol Belskiupdated NEWS
2015-08-02 Hugh DavenportFixed bug #70183 null pointer deref (segfault) in zend_...
2015-08-02 Anatol Belskifix inconsistent dll linkage
2015-08-02 Anatol Belskiremove TSRMLS_*
2015-08-02 Anatol Belskiproperly export ext/odbc globals
2015-08-02 Anatol Belskiupdated NEWS
2015-08-02 Anatol BelskiFixed bug #69896 'asm' operand has impossible constraints
2015-08-02 Anatol Belskifix test
2015-08-02 Stanislav MalyshevFix #69793 - limit what we accept when unserializing...
2015-08-02 Stanislav MalyshevFixed bug #70169 (Use After Free Vulnerability in unser...
2015-08-02 Stanislav MalyshevFixed bug #70166 - Use After Free Vulnerability in...
2015-08-02 Stanislav Malyshevignore signatures for packages too
2015-08-02 Stanislav MalyshevFix bug #70168 - Use After Free Vulnerability in unseri...
2015-08-02 Nikita PopovFixed bug #69892
2015-08-01 Christoph M... Merge branch 'PHP-5.6'
2015-08-01 Christoph M... fixed test
2015-08-01 Bob WeinandSkip shebang line if present
2015-08-01 Pierrick CharronFixed Bug #69998 curl multi leaking memory
2015-08-01 Bob WeinandFix bug #70179 ($this refcount issue)
2015-08-01 Bob WeinandOptimize btree/find_closest a bit
2015-08-01 Christoph M... Merge branch 'PHP-5.6'
2015-08-01 Christoph M... mentioned cURL file uploads in the "backward incompatib...
2015-07-31 Christoph M... Merge branch 'PHP-5.6'
2015-07-31 Christoph M... test fails with old libxml2; skip in this case
2015-07-31 Anatol Belskiavoid unnecessary scoping
2015-07-31 Anatol Belskiremove useless ifdefs
2015-07-31 Bob WeinandFix tests
2015-07-31 Christoph M... Merge branch 'PHP-5.6'
2015-07-31 Christoph M... test requires imagejpeg(); skip otherwise
2015-07-31 Anatol Belskiupdated NEWS
2015-07-31 Anatol BelskiFixed bug #70108 sometimes empty $_SERVER['QUERY_STRING']
2015-07-31 Bob WeinandRemove debug instructions (...)
2015-07-31 Ferenc Kovacspear 1.10.0dev2
2015-07-31 Bob WeinandImplicit return should be always on the last line of...
2015-07-31 Bob WeinandDo not mark automatic return 1; as executable
2015-07-31 Bob WeinandFix oplog trace with already freed closures
2015-07-30 Ferenc Kovacsremoved another E_STRICT(with the approval of Derick...
2015-07-30 Christopher... More PHP7 compat (Rajendra/Senthil)
2015-07-30 Xinchen Huiupdate UPGRADING
2015-07-30 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-07-30 Xinchen HuiFixed condition
2015-07-30 Anatol Belskiadd macro to access globals as whole
2015-07-30 Anatol Belskifork test
2015-07-30 Xinchen HuiFixed bug #70163 (curl_setopt_array() type confusion)
2015-07-30 Xinchen HuiMerge branch 'zval_dump_consistent' of https://github...
2015-07-30 Xinchen Hui"This" is C++ keyword
2015-07-29 Bob WeinandAdd NEWS entry
2015-07-29 Anatol Belskifix wrong info
2015-07-29 Bob WeinandFix bug #70164 (__COMPILER_HALT_OFFSET__ under namespac...
2015-07-29 Christoph M... updated UPGRADING
2015-07-29 Christoph M... Merge branch 'pull-request/1439'
2015-07-29 Anatol Belskidocument globals accesor macro and tls specifiers
2015-07-29 Anatol Belskiadd one more thread storage specifier to allow external...
2015-07-29 Anatol Belskifix thread safety
2015-07-29 Anatol Belskifix thread safety and zeroing method
2015-07-29 Christoph M... updated NEWS
2015-07-29 Christoph M... Fix #70158: Building with static imap fails
2015-07-29 Bogdan Andoneopcache: Patch SSE based fast_memcpy() implementation
2015-07-29 Anatol Belskiswitch to the unified globals accessor where appropriate
2015-07-29 Christopher... Fix temporary-LOB leak and add tests (Senthil)
2015-07-29 Anatol Belskifirst stone on using the unified globals accessor
2015-07-29 Anatol Belskiadd unified globals accessor macro
2015-07-29 Anatol Belskifix thread safety
next