]> granicus.if.org Git - php/shortlog
php
2017-02-01 Anatol Belskiremove unused var
2017-02-01 Anatol Belskiuse zend_string API
2017-02-01 Anatol BelskiFixed bug #74005 mail.add_x_header causes RFC-breaking...
2017-02-01 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2017-02-01 Remi Colletfix test for 32bits (int -> float)
2017-02-01 Remi Colletfix test for 32bits (int -> float)
2017-01-31 Anatol Belskiadd a primitive debug facility to sendmail
2017-01-31 Anatol BelskiRevert "backport 51e1da6ea1e663908302e162ced1b7a8cb5aee...
2017-01-31 Anatol Belskibump versions for next in dev
2017-01-31 Rodrigo Pradoremoved additional ";" from run-tests.php
2017-01-30 Anatol Belskiupdate NEWS
2017-01-30 Sara GolemonSecurely zero the hash context key
2017-01-30 Anatol BelskiFixed bug #73983 crash on finish work with phar in...
2017-01-30 Joe WatkinsMerge branch 'pull-request/2348' into PHP-7.0
2017-01-30 jhdxrfix BC break introduced by #2346 (sebastianbergmann...
2017-01-30 Anatol Belskimove id initialization into ctor
2017-01-30 Anatol Belskifix system id initialization for multiple threads
2017-01-29 Jakub ZelenkaTry fpm path for testing in sbin as it is default target
2017-01-28 jhdxrfixed bug #50989 (DOM support for LIBXML_NOXMLDECL)
2017-01-26 Mitch HagstrandFix 00version.phpt when commit message has multiple...
2017-01-26 andrewnesterFixed #73973 - debug_zval_dump() assertion error for...
2017-01-26 Joe Watkins[ci skip] news entry for PR #2337
2017-01-25 Arnout BoksFix bug #54382 (getAttributeNodeNS doesn't get xmlns...
2017-01-25 Arnout BoksAdded (failing) testcase for bug #54382
2017-01-25 Bob WeinandFix copying too much leading to potential segfault
2017-01-23 Michael WallnerFix Bug #69865 php-fpm does not close stderr when using...
2017-01-23 Joe Watkinsmove decl to correct place
2017-01-22 andrewnesterFixed #73969 - Fixed segmentation fault when debug_prin...
2017-01-22 Christoph M... Add regression test for bug #47946
2017-01-22 Mitch HagstrandFix intermittent segfault in GD library
2017-01-21 Christoph M... Add myself as primary maintainer of GD
2017-01-21 Christoph M... Fix #73968: Premature failing of XBM reading
2017-01-21 Anatol Belskibackport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0
2017-01-20 andrewnesterFixed #73959 - lastInsertId fails to throw an exception...
2017-01-20 Remi ColletNEWS
2017-01-20 Remi ColletFixed bug #73965 DTrace reported as enabled when disabled
2017-01-19 Xinchen HuiFixed another part in ldap (bug #73933)
2017-01-19 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2017-01-19 Ferenc Kovacsupdate NEWS
2017-01-18 Mitch HagstrandRemoving zmemcheck from .gdbinit
2017-01-18 Joe WatkinsFix bug #73949 leak in mysqli_fetch_object
2017-01-18 Thomas PuntRemove remnants of TSMRLS_* macro calls
2017-01-18 Marcus BointonDNS CAA record type implementation and tests for https...
2017-01-18 LeighChange free to OPENSSL_free
2017-01-18 Remi ColletNEWS
2017-01-18 Remi ColletFix #73956 Link use CC instead of CXX
2017-01-18 Thomas PuntFix ce comparison
2017-01-17 Joe Watkinsupdates to release docs
2017-01-17 Mitch HagstrandFixes in .gdbinit for ZE 3
2017-01-17 Anatol Belski[ci skip] sync NEWS
2017-01-17 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2017-01-17 Christoph M... Fix #73869: Signed Integer Overflow gd_io.c
2017-01-17 Christoph M... Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()
2017-01-17 Xinchen HuiFixed bug #73933 (error/segfault with ldap_mod_replace...
2017-01-16 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2017-01-16 Nikita PopovAdd additional serialize tests for fixed bugs
2017-01-16 Stanislav MalyshevFix typo
2017-01-16 Niklas KellerAdd test ini_set with invalid time zone
2017-01-16 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2017-01-16 Stanislav MalyshevFix test
2017-01-16 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2017-01-16 Stanislav MalyshevUpdate more functions with path check
2017-01-15 Anatol Belskifix AppVeyor failures with Opcache enabled
2017-01-14 Yordan GigovFixed bug #69993
2017-01-14 Mitch HagstrandAdded test for "opcache: print restart reason" to basic...
2017-01-13 Alexander Polyakovopcache: print restart reason
2017-01-13 Anatol Belskifix remaining tests for Opcache runs
2017-01-13 Anatol Belskiensure the end path wouldn't contain double slashes
2017-01-13 Anatol Belskitemplatize the resource number
2017-01-13 Mitch HagstrandIncrease wait time for tests involving sockets to impro...
2017-01-13 Xinchen HuiFixed bug #73916 (zend_print_flat_zval_r doesn't consid...
2017-01-12 rfusseneggerFix bug #69899
2017-01-12 Mitch HagstrandFixed bug #72680 gdbinit print_cvs not prepared for...
2017-01-11 Markus Staabadded a note to opache.fast_shutdown why its not enable...
2017-01-11 Joe WatkinsMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2017-01-11 Joe WatkinsFixed bug #71219 configure script incorrectly checks...
2017-01-10 Robrecht PlaisierFixed bug #67707 IV not needed for ECB encryption mode...
2017-01-10 Arnout BoksFixed #73907 (nextSibling property not included in...
2017-01-10 Arnout BoksFixed bug #61858 (DOMAttr debug info generates E_WARNING)
2017-01-10 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2017-01-10 Mitch HagstrandFix glob-wrapper.phpt to not fail in Windows
2017-01-10 Christoph M... Fix #73893: A hidden danger of death cycle in a functio...
2017-01-10 Joe WatkinsMerge branch 'pull-request/1807' into PHP-7.0
2017-01-10 marcosptfpull-request/1807:
2017-01-10 Ondřej SurýPrevent fd leak in readdir_r that causes false negative...
2017-01-10 Joe WatkinsFixed #73902 mention router support in usage output...
2017-01-10 Sara GolemonMerge branch 'PHP-5.6' into PHP-7.0
2017-01-09 Nikita PopovUn-XFAIL serialization test
2017-01-09 LeighFix check for linux getrandom syscall
2017-01-09 Mitch HagstrandAdd print zend string function to gdbinit
2017-01-09 Sara GolemonFix open_basedir check for glob:// opendir wrapper
2017-01-09 Joe WatkinsRevert "set more suitable defaults for opcache in ini...
2017-01-09 Joe Watkinsupdate release process notes
2017-01-09 Joe WatkinsMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2017-01-09 Joe Watkinsfix stub to accept user properly
2017-01-09 Dmitry StogovFixed bug #73896 (spl_autoload() crashes when calls...
2017-01-09 Joe WatkinsMerge branch 'pull-request/2291' into PHP-7.0
2017-01-09 Markus Staabset more suitable defaults for opcache in ini and code
2017-01-09 Xinchen HuiFixed bug #73854 (Always true condition in php_openssl_...
2017-01-09 Joe WatkinsFixed bug #72979 money_format stores wrong length on AIX
next