]> granicus.if.org Git - php/shortlog
php
2019-03-14 Dmitry StogovImplemented a faster way to access predefined TSRM...
2019-03-13 Peter KokotIntegrate README.EXT_SKEL to help option
2019-03-13 Peter KokotFix duplicate symbols _zend_ce_weakrefs
2019-03-12 Peter Kokot[ci skip] Mention removed m4 macros
2019-03-12 Anatol BelskiSync with ZEND_ENABLE_STATIC_TSRMLS_CACHE enablement...
2019-03-12 Dmitry StogovBetter data packing
2019-03-12 Dmitry StogovAvoid reinitailization of ZTS cache pointer. Initialize...
2019-03-12 Dmitry StogovFixed ZTS cache usage
2019-03-12 Dmitry StogovFixed ZTS cache usage
2019-03-12 Dmitry StogovFixed ZTS cache usage
2019-03-12 Dmitry StogovFixed ZTS cache usage
2019-03-12 Dmitry StogovSwitch to use ZTS cache
2019-03-12 Dmitry StogovCleanup unused module globals
2019-03-12 Dmitry StogovFixed ZTS cache usage
2019-03-12 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-03-12 Nikita PopovFixed bug #77722
2019-03-12 Remi Colletadd --enable-rtld-now in upgrade info
2019-03-12 Remi Colletuse DL_LOAD in litespeed
2019-03-12 Remi Colletadd --enable-rtld-now build option to change dlopen...
2019-03-12 Joe Watkinsweakrefs upgrading note
2019-03-11 Joe Watkinszend_weakrefs
2019-03-11 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-03-11 Anatol BelskiMerge branch 'PHP-7.2' into PHP-7.3
2019-03-11 Anatol BelskiDie hard if mc.exe or mt.exe not found
2019-03-11 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-03-11 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-03-11 bohwazSQLite3: add DEFENSIVE config for SQLite >= 3.26.0...
2019-03-11 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-03-11 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-03-11 Nikita PopovFixed bug #76717
2019-03-11 Nikita PopovFree trampolines from get_closure in is_callable
2019-03-11 Dmitry StogovClosure::fromCallable() supports only regular methods...
2019-03-11 Dmitry StogovReset fields
2019-03-11 Dmitry StogovFixed bug #77707 (FFI loses type information for opaque...
2019-03-11 Dmitry StogovFixed bug #77706 (Improve error messages in FFI for...
2019-03-11 Andrew BramptonFix #71890: Add support for crc32c Castagnoli's polynomial.
2019-03-11 David CarlierFix shm api detection test for opcache module on FreeBSD
2019-03-11 Joe Watkinsdrop unused parameter from zend_startup
2019-03-11 c9sRemove function_table var from the caller
2019-03-11 Daniel Stenbergcurl_exec: remove bad check for CURLE_PARTIAL_FILE
2019-03-11 Stanislav MalyshevThis option doesn't exist for a long time.
2019-03-11 Gabriel CarusoUse EXPECT when possible
2019-03-11 Gabriel CarusoFix tests filenames
2019-03-10 hassanAdd meaningful error message for ext/zip
2019-03-10 Jakub ZelenkaMerge branch 'PHP-7.3' into PHP-7.4
2019-03-10 Jakub ZelenkaSpeed up TLS wrapper test for min and max versions
2019-03-10 Jakub ZelenkaMerge branch 'PHP-7.2' into PHP-7.3
2019-03-10 Jakub ZelenkaSpeed up TLS wrapper tests when SSLv3 disabled
2019-03-10 johnstevensonFix bc break in Windows readlink
2019-03-10 Anatol BelskiDon't use Opcache with the master test process
2019-03-08 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-03-08 Anatol BelskiUpdate libmagic.patch [skip ci]
2019-03-08 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-03-08 Fabien VillepinteFix typo in libmagic version
2019-03-08 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-03-08 Anatol BelskiFixed bug #77576 pull the libmagic implementation of...
2019-03-08 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-03-08 Anatol BelskiMerge branch 'PHP-7.2' into PHP-7.3
2019-03-08 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2019-03-08 Anatol BelskiSync with behavior change in OpenSSL 1.1.1b
2019-03-08 Nikita PopovMore zpp error/variation test removals
2019-03-07 Kalle Sommer... Give Peter credit for his work on the Unix build system
2019-03-07 Peter KokotClean *nix build system
2019-03-07 Peter KokotAdd AS_HELP_STRING to *nix build configure options
2019-03-07 Nikita PopovMore zpp error/variation test removals
2019-03-07 Nikita PopovMore zpp error/variation test removals
2019-03-07 Dmitry StogovMerge branch 'PHP-7.3' into PHP-7.4
2019-03-07 Dmitry Stogovws
2019-03-07 Dmitry StogovMerge branch 'PHP-7.3' into PHP-7.4
2019-03-07 Dmitry StogovFixed bug #77345 (Stack Overflow caused by circular...
2019-03-07 Stanislav MalyshevAdd support for MemorySanitizer
2019-03-07 Peter KokotRefactor README.md file
2019-03-07 Peter KokotMerge branch 'PHP-7.3' into PHP-7.4
2019-03-07 Peter KokotMerge branch 'PHP-7.2' into PHP-7.3
2019-03-07 Peter KokotUpdate editorconfig
2019-03-06 Peter KokotRemove legacy AC_CHECK_TYPE calls for uint and ulong
2019-03-06 Nikita PopovMore zpp error/variation test removals
2019-03-06 Stanislav MalyshevFix shifting signed values too far
2019-03-05 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-03-05 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-03-05 Christoph M... Fix #77700: Writing truecolor images as GIF ignores...
2019-03-05 Joe Watkinsfix news
2019-03-05 Joe Watkinsbump versions after release
2019-03-05 Nikita PopovRemove more zpp error tests
2019-03-05 Gabriel CarusoRemove unnecessary check for always available extension
2019-03-05 Nikita PopovRemove more zpp error/variation tests
2019-03-05 Nikita PopovRemove custom error handler in mbstring tests
2019-03-05 Nikita PopovRemove more zpp error tests
2019-03-05 Nikita PopovRemove tests for zpp failure conditions
2019-03-05 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2019-03-05 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2019-03-05 Remi Colletadd NEWS entry
2019-03-04 Dmitry StogovFixed support for callbacks with "void" return type
2019-03-04 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-03-04 Christoph M... Update NEWS
2019-03-04 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-03-04 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2019-03-04 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2019-03-04 Stanislav MalyshevFix bug #77630 - safer rename() procedure
2019-03-04 Fabien VillepinteReplace --with-gd by --enable-gd for Travis
next