]> granicus.if.org Git - php/shortlog
php
2019-07-02 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-02 Christoph M... Fix NEWS
2019-07-02 Joe Watkinssimple ignore arguments in exceptions implementation
2019-07-02 Robert KopackImplement SQLite extended result code functionality
2019-07-02 SjonHortensiusupdate NEWS [ci skip]
2019-07-02 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-07-02 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-07-02 Alex ScottFix bug #78138: opcache.validate_permission incorrectly...
2019-07-02 Sjon HortensiusPDO: support username & password specified in DSN
2019-07-02 David CarlierFix opcache huge page mapping on FreeBSD
2019-07-02 Nikita PopovFix clang build
2019-07-02 Nikita PopovUpdate proto comment for proc_open
2019-07-02 Nikita PopovRemove unused (module|request)_shutdown_for_exec
2019-07-02 Dmitry StogovFixed build without global register variables
2019-07-01 Dmitry StogovSeparate slow code
2019-07-01 Dmitry StogovUse string destructor instead of general zval_ptr_dtor_...
2019-07-01 Dmitry StogovEliminate exception checks
2019-07-01 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-01 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-07-01 Christoph M... Add missing SKIPIFs
2019-07-01 Nikita PopovSetup msan on azure
2019-07-01 Nikita PopovGenerate less code in compile time binary op test
2019-07-01 Nikita PopovSkip perf-sensitive fileinfo tests
2019-07-01 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-01 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-07-01 Christoph M... Add missing SKIPIFs
2019-07-01 David Carlieropcache huge pages: Little fix for FreeBSD
2019-07-01 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-01 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-07-01 Christoph M... Fix brittle test
2019-07-01 Nikita PopovInitialize last_line in phpdbg globals
2019-07-01 Dmitry StogovMicro-optimization
2019-07-01 Dmitry StogovFixed GOTO VM
2019-07-01 Peter KokotRemove TSRM_BASIC_CHECKS
2019-07-01 Peter KokotRemove not needed checks for functions
2019-07-01 Peter KokotRemove unused check for struct cmsghdr
2019-07-01 Nikita PopovClarify #if indentation in time limit implemementation
2019-07-01 Nikita PopovRun file_put_contents_variantion8 in separate directory
2019-07-01 Nikita PopovFix unused variable warnings when mbregex disabled
2019-07-01 Nikita PopovMsan: Unpoison buffer written by file cache
2019-07-01 Nikita PopovDon't use fast_memcpy under msan
2019-07-01 Nikita PopovMsan: Unpoison getrandom() syscall result
2019-07-01 Nikita PopovAdd some tolerance to time_sleep_until() test
2019-07-01 Nikita PopovDisable RTLD_DEEPBIND under memory sanitizer
2019-07-01 Peter KokotUpdate NEWS [ci skip]
2019-07-01 Peter KokotMerge branch 'PHP-7.3' into PHP-7.4
2019-07-01 Peter KokotUpdate NEWS [ci skip]
2019-07-01 Peter KokotMerge branch 'PHP-7.3' into PHP-7.4
2019-07-01 Peter KokotFix bug #78197: PCRE2 version check
2019-06-30 Peter KokotUpdate changelogs [ci skip]
2019-06-30 Peter KokotSync functions checks
2019-06-30 Peter KokotRemove unused build specific symbols
2019-06-30 Peter KokotFix phar tests with hash extension
2019-06-30 Peter KokotFix missing file and remove SKIP section
2019-06-30 Peter KokotRemove HAVE_LIMITS_H check
2019-06-30 Peter KokotRemove HAVE_DEV_ARANDOM
2019-06-30 Derick RethansMerge branch 'PHP-7.3' into PHP-7.4
2019-06-30 Derick RethansFixed tests due to changed timezone data
2019-06-30 Derick RethansUpdate timelib to 2018.02
2019-06-29 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-06-29 Anatol BelskiUpdate NEWS [ci skip]
2019-06-29 Anatol BelskiMerge branch 'PHP-7.2' into PHP-7.3
2019-06-29 Anatol BelskiUpdate NEWS [ci skip]
2019-06-29 Anatol BelskiUpdate libmagic.patch [ci skip]
2019-06-29 Anatol BelskiSet buffer to NULL to prevent double free (Kamil Dudka...
2019-06-29 Anatol BelskiFix magic data
2019-06-29 Christoph M... Fix memory leak in COM ctor
2019-06-29 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-06-29 Anatol BelskiFix typo
2019-06-29 Joshua WesterheideAdd tests from fix #78183 from PHP-7.2
2019-06-29 Anatol BelskiMerge branch 'PHP-7.2' into PHP-7.3
2019-06-29 Joshua WesterheideFix #78183: finfo_file shows wrong mime-type for .tga...
2019-06-29 Joe Watkinsimplement support for workers in cli-server on platform...
2019-06-29 Joe Watkinsadd ini config details to php-config
2019-06-28 Peter KokotClean up files after the tests are run
2019-06-28 Peter KokotUpdate changelogs [ci skip]
2019-06-28 Peter KokotRemove HAVE_ERRNO_H from libgd
2019-06-28 Nikita PopovUse strcmp() in phpdbg_eol_global_update
2019-06-28 Nikita PopovDisable ifunc resolvers if memory sanitizer is used
2019-06-28 Nikita PopovRemove phpdbg_xml_asprintf()
2019-06-28 Nikita PopovMark ifunc resolver functions as unused
2019-06-28 Nikita PopovFix arginfo leak in disable_functions
2019-06-28 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-06-28 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-06-28 sunnyeoFix bugs in AST printer
2019-06-28 Nikita PopovSet up asan+ubsan scheduled build on azure
2019-06-28 Nikita PopovFix out of bounds read in sccp
2019-06-28 Nikita PopovAvoid reliance on arena details on phpdbg oplog
2019-06-28 Nikita PopovUpdate error message in libmysql test
2019-06-28 Sebastian PopFix compilation errors when building against libmysql
2019-06-28 Nikita PopovFix out-of-bounds read in array compilation
2019-06-28 Nikita PopovAdd tracked arena allocator
2019-06-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-06-28 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-06-28 VincentFix bug #78192 PDO SQLite SegFault when reuse statement...
2019-06-28 Nikita PopovAdd support for proc_open() with a command array
2019-06-28 Dmitry StogovReduce overhead
2019-06-28 Joe Watkinsimplement tsrm_is_shutdown API
2019-06-28 Christoph M... Use the portable zend_strndup() instead of strndup()
2019-06-28 Dmitry StogovFixed use-after-free
next