]> granicus.if.org Git - php/shortlog
php
2016-11-04 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2016-11-04 Stanislav MalyshevMore string length checks & fixes
2016-11-04 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2016-11-04 Stanislav MalyshevMore string length checks & fixes
2016-11-03 Derick RethansUpdated to version 2016.9 (2016i)
2016-11-03 Derick RethansEmpty merge
2016-11-03 Derick RethansUpdated to version 2016.9 (2016i)
2016-11-02 Xinchen HuiFixed bug #73423 (Reproducible crash with GDB backtrace)
2016-11-01 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-11-01 Christoph M... Fix #73436: Setting allow_url_fopen to Off makes severa...
2016-11-01 Anatol Belskiadd run target
2016-10-30 Anatol Belskiprefer symbols read from the bin to those matching...
2016-10-30 Anatol Belskiremove debug out
2016-10-30 Anatol Belskifix link with deps pdb availability
2016-10-30 Anatol Belskiuse rather the makefile var
2016-10-30 Anatol Belskirename the env setting target and reuse it for build...
2016-10-29 Bob WeinandFixed build failure introduced by PR #2158
2016-10-29 Anatol Belskifix condition
2016-10-29 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2016-10-29 Xinchen HuiFixed bug #73402 (Opcache segfault when using class...
2016-10-29 Xinchen HuiSkip if no jit is built
2016-10-29 Anatol Belskifix test run with autogenerated ini
2016-10-29 Anatol Belskigenerate test ini file, so shared exts are loaded for...
2016-10-28 Anatol Belskiadditional env is generated for phpize, too
2016-10-28 Xinchen HuiFixed bug #73392 (A use-after-free in zend allocator...
2016-10-27 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2016-10-27 Ferenc Kovacs5.6.29 will be next
2016-10-27 Anatol Belskiuse rather the nmake var as it's evaluated on every run
2016-10-27 Anatol Belskiprepend known bin folders to the path for nmake test...
2016-10-27 Anatol Belskiyet another uninitialized pointer
2016-10-27 Anatol Belskifix uninitialized pointer
2016-10-26 Dmitry StogovFixded bug #72736 (Slow performance when fetching large...
2016-10-26 Anatol Belskimake config.w32 compatible with ICU 58
2016-10-25 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-10-25 Christoph M... Fix #72494: imagecropauto out-of-bounds access
2016-10-25 Anatol Belskimove dev to 7.0.14
2016-10-24 Derick RethansUpdated to version 2016.8 (2016h)
2016-10-24 Derick RethansEmpty merge
2016-10-24 Derick RethansUpdated to version 2016.8 (2016h)
2016-10-23 Nikita PopovFix test output
2016-10-22 Xinchen HuiFixed bug #73350 (Exception::__toString() cause circula...
2016-10-20 Adam SaponaraFix bug #71241: array_replace_recursive mutates ref...
2016-10-20 LeighAdd php_random_int internal API
2016-10-20 Joe Watkinsnews entry for #pr 2152
2016-10-20 Joe WatkinsMerge branch 'pull-request/2152' into PHP-7.0
2016-10-18 Anatol Belskiupdate NEWS
2016-10-18 Anatol BelskiFixed bug #73329 (Float)"Nano" == NAN
2016-10-18 Anatol Belskisync NEWS
2016-10-18 Bob WeinandFixed bug #73338 (Exception thrown from error handler...
2016-10-18 Dmitry StogovMerge branch 'PHP-5.6' into PHP-7.0
2016-10-18 Dmitry StogovFixed bug #73337 (try/catch not working with two except...
2016-10-18 Joe WatkinsRevert "Fix bug #47890 #73215 uniqid() should use bette...
2016-10-18 Yasuo OhgakiUpdate NEWS
2016-10-18 Yasuo OhgakiFix bug #47890 #73215 uniqid() should use better random...
2016-10-17 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-10-17 Christoph M... Fix #73333: 2147483647 is fetched as string
2016-10-17 Anatol Belskisync NEWS
2016-10-17 Joe WatkinsMerge branch 'pull-request/1817'
2016-10-17 Joe WatkinsMerge branch 'pull-request/1816'
2016-10-17 Joe WatkinsMerge branch 'pull-request/1814'
2016-10-17 Joe WatkinsMerge branch 'pull-request/1808'
2016-10-17 Joe WatkinsMerge branch 'pull-request/2097'
2016-10-17 Joe Watkinsnews entry for pr #2158
2016-10-17 Joe WatkinsMerge branch 'pull-request/2158'
2016-10-17 Christopher... Fixed bug #71148 (Bind reference overwritten on PHP 7)
2016-10-16 Bob WeinandFixed bug #71234 (INI files are loaded even invoked...
2016-10-16 Bob WeinandFixed bug #70776 (Simple SIGINT does not have any effect)
2016-10-14 Anatol Belskisync NEWS
2016-10-14 Remi Colletbump ext/zip version
2016-10-14 Bob WeinandFix memory leak when compiling files in phpdbg
2016-10-14 Remi ColletMerge branch 'PHP-5.6' into PHP-7.0
2016-10-14 Remi Colletuse zend_error instead of zend_error_noreturn
2016-10-14 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2016-10-14 Ferenc Kovacsadd missing NEWS entries for 5.6.27
2016-10-14 Keith Smileysoap #69137 - Invert logic to be correct
2016-10-13 Anatol Belskimissed piece for renaming
2016-10-13 Anatol Belskirename publicly exposed symbol to avoid name conflicts
2016-10-13 Bob WeinandIgnore non-executable opcodes in line mode of phpdbg_en...
2016-10-13 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-10-13 Christoph M... Fix #73280: Stack Buffer Overflow in GD dynamicGetbuf
2016-10-13 Anatol Belskiuse already exported symbol
2016-10-13 Anatol BelskiRevert "export symbol missing by phpdbg"
2016-10-13 Stanislav MalyshevFix outlen for openssl function
2016-10-13 Stanislav MalyshevSyncronize with 5.6 - __toString should return ""
2016-10-13 Stanislav MalyshevFix potential overflows in php_pcre_replace_impl
2016-10-12 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-10-12 Keith SmileyFixed bug #73237
2016-10-12 Mitch HagstrandFixed bug in zend_accel_error() and cleaned up kill_all...
2016-10-12 Bob WeinandUpdate NEWS
2016-10-12 Nikita PopovFix phpdbg tests after lineno change
2016-10-12 Nikita PopovFix line number of implicit return in pseudo-main scope
2016-10-12 Anatol Belskiexport symbol missing by phpdbg
2016-10-12 Bob WeinandFix accidental PHPDBG_ABI break
2016-10-12 Stanislav MalyshevFix bug #73189 - Memcpy negative size parameter php_res...
2016-10-12 Anatol Belskiupdate len in fallback cases
2016-10-12 Bob WeinandAdd stdin command and -s command line parameter to...
2016-10-12 Stanislav MalyshevFix bug #73190: memcpy negative parameter _bc_new_num_ex
2016-10-12 Stanislav MalyshevFix bug #73147: Use After Free in PHP7 unserialize()
2016-10-12 Anatol Belskifix typo
2016-10-12 Anatol BelskiRevert "Fix for #73240 - Write out of bounds at number_...
next