]> granicus.if.org Git - php/shortlog
php
2016-11-10 Nikita PopovFcall optimization: Avoid FETCH_DIM_R with UNUSED op2
2016-11-10 Dmitry StogovDon't update proprties inplace.
2016-11-09 Anatol Belskiadd missing NEWS entry
2016-11-09 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-11-09 Anatol Belskiadd missing NEWS entry
2016-11-09 Anatol Belskisync NEWS
2016-11-09 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2016-11-09 Ferenc Kovacsadd missing NEWS entries
2016-11-08 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-11-08 Anatol Belskifix memory leak
2016-11-08 Anatol BelskiMerge remote-tracking branch 'phpsec/PHP-7.0.13' into...
2016-11-08 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-11-08 Anatol BelskiMerge remote-tracking branch 'phpsec/PHP-5.6.28' into...
2016-11-08 Anatol BelskiEnable FTS4 and FTS5 for bundled libsqlite
2016-11-07 Anatol Belskiavoid unneeded copying
2016-11-07 Anatol Belskiupdate NEWS
2016-11-07 Anatol BelskiAdd test for bug #73448
2016-11-07 Anatol BelskiFixed bug #73448 odbc_errormsg returns trash, always...
2016-11-06 Jakub ZelenkaMerge branch 'PHP-5.6' into PHP-7.0
2016-11-06 Jakub ZelenkaFix bug #72776 (Invalid parameter in memcpy function...
2016-11-06 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-11-06 Anatol Belskiadd missing RETURN_STRINGL_CHECK
2016-11-06 Anatol Belskiupdate NEWS
2016-11-05 Nikita PopovComplete the fix of bug #70172 for PHP 7
2016-11-05 Dorin MarcociFix blob parameters binding. Fixes: #73087, #61183...
2016-11-05 Stanislav MalyshevMore int->size_t and string overflow fixes
2016-11-04 Anatol Belskirename the tmp ini file, to keep it consistent with...
2016-11-04 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-11-04 Anatol Belskifix dir separator in test
2016-11-04 Anatol Belskifix dir separator
2016-11-04 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2016-11-04 Stanislav MalyshevAdd length check for bzcompress too - fix for bug ...
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-03 Anatol BelskiFixed bug #73418 Integer Overflow in "_php_imap_mail...
2016-11-03 Anatol BelskiFixed bug #73418 Integer Overflow in "_php_imap_mail...
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-11-01 Christoph M... Fix #72696: imagefilltoborder stackoverflow on truecolo...
2016-11-01 Christoph M... Fix #72482: Ilegal write/read access caused by gdImageA...
2016-11-01 Stanislav MalyshevFix bug #73144 and bug #73341 - remove extra dtor
2016-11-01 Anatol Belskiremove unreferenced var came in with merge
2016-11-01 Stanislav MalyshevFix bug #73331 - do not try to serialize/unserialize...
2016-10-30 Christoph M... Fix #72696: imagefilltoborder stackoverflow on truecolo...
2016-10-30 Christoph M... Fix #72482: Ilegal write/read access caused by gdImageA...
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 Belskifix version php-7.0.13RC1
2016-10-25 Anatol Belskiset versions
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-24 Stanislav MalyshevFix bug #73144 and bug #73341 - remove extra dtor
2016-10-24 Stanislav MalyshevFix bug #73331 - do not try to serialize/unserialize...
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
next