]> granicus.if.org Git - php/shortlog
php
2019-10-25 Nikita PopovAdd ARM64 CI to Travis
2019-10-25 Nikita PopovFix bug #78226: Don't call __set() on uninitialized...
2019-10-25 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-25 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-25 Nikita PopovFixed bug #78747
2019-10-25 Nikita PopovOptimize VERIFY_RETURN_TYPE for TMP operands as well
2019-10-25 Nikita PopovCheck class linking in VERIFY_RETURN_TYPE optimization
2019-10-25 Nikita PopovSimplify travis setup scripts
2019-10-25 Nikita PopovRemove recursive check from instanceof_interface
2019-10-24 Nikita PopovOptimize instanceof_class/interface
2019-10-24 Nikita PopovClean up and clarify instanceof_function_ex()
2019-10-24 Nikita PopovSkip IntlTimeZone::getOffset() error tests on non-x86
2019-10-24 Nikita PopovSkip large ftruncate test if large files not supported
2019-10-24 Nikita PopovDon't test "blocks" in lstat_stat_variation7.phpt
2019-10-24 Nikita PopovIncrease FD used in php://fd test
2019-10-24 Nikita PopovUse posix_getuid() to check for root in pcntl_setpriori...
2019-10-24 Remi Collettypo and better wording
2019-10-24 Dmitry StogovAdded suppot for glob() wildcard matching in ffi.preloa...
2019-10-23 Rasmus LerdorfReverting push to wrong repo
2019-10-23 Rasmus LerdorfUpdate alloc patch
2019-10-23 Dmitry StogovIgnore ZEND_FFI_TYPE_OWNED flag
2019-10-23 Nikita PopovFix aarch64 crc32 implementation
2019-10-23 Nikita PopovDon't autoload when checking property types
2019-10-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-23 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-23 Ryan SchmidtUse ICU's CXXFLAGS when using pkg-config
2019-10-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-23 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-23 Nikita PopovAdd "-pthread" to EXTRA_LDFLAGS_PROGRAM as well
2019-10-23 Florian EngelhardtAdded missing call to ZipArchive::close()
2019-10-23 Remi Colletadd new ffi.preload option in php.ini and display...
2019-10-22 Christoph M... Fix typo
2019-10-22 Dmitry StogovAllow loading FFI bindings through ffi.preload directive
2019-10-22 Christoph M... Fix #78716: Function name mangling is wrong for some...
2019-10-22 Fabien VillepinteAdd a run with opcache to the coverage job
2019-10-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-10-22 Christoph M... Update NEWS
2019-10-22 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2019-10-22 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2019-10-22 Remi Colletadd NEWS entry
2019-10-21 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-10-21 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2019-10-21 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2019-10-21 Fabien VillepinteRevert "Add tests for ReflectionZendExtension"
2019-10-21 Fabien VillepinteAdd tests for ReflectionZendExtension
2019-10-21 Dmitry StogovFixed bug #78512 (Cannot make preload work)
2019-10-21 Nikita PopovFix static prop cleanup for dl'ed internal classes
2019-10-21 Nikita PopovFix leak with cycle in static prop of internal class
2019-10-21 Joe WatkinsMerge branch 'PHP-7.3' into PHP-7.4
2019-10-21 Joe WatkinsMerge branch 'PHP-7.2' into PHP-7.3
2019-10-21 Fabien VillepinteFix bug #78697: inaccurate error message
2019-10-21 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-10-21 Jakub ZelenkaFix bug #78599 (env_path_info underflow can lead to...
2019-10-21 Christoph M... Fix #78633: Heap buffer overflow (read) in mb_eregi
2019-10-20 Jakub ZelenkaAdd NEWS for the fixed bug #74083
2019-10-20 Maksim NikulinSkip fpm bug #74083 test on Windows
2019-10-20 Maksim NikulinAdd (slow) test for fpm concurrent reloads #74083
2019-10-20 Maksim NikulinBlock signals during fpm master initialization
2019-10-20 Fabien VillepinteImprove the error message in timeout tests
2019-10-19 Fabien VillepinteFix proto of enchant_broker_list_dicts()
2019-10-19 Tyson AndreFix miscellaneous typos in docs
2019-10-19 Fabien VillepinteAdd tests for DOMEntityReference
2019-10-19 Christoph M... Fix #78684: PCRE bug72463_2 test is sending emails...
2019-10-19 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-10-19 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-10-19 Christoph M... Fix #78694: Appending to a variant array causes segfault
2019-10-18 Nikita PopovImprove exif tag name fetching
2019-10-18 Nikita PopovImplement a cache for exif tag name lookups
2019-10-18 Nikita PopovLimit the amount of errors generated during exif parsing
2019-10-18 Christoph M... Fix test case
2019-10-18 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-10-18 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-10-18 m.yakuninFix #70153 \DateInterval incorrectly unserialized
2019-10-17 Alex Porto... Update array access syntax deprecated
2019-10-17 Nikita PopovIntegrate property types with variance system
2019-10-16 Fabien VillepinteChange port to avoid collision with others tests
2019-10-15 Derick RethansMerge branch 'PHP-7.3' into PHP-7.4
2019-10-15 Derick RethansImport timelib version 2018.03
2019-10-15 Sara GolemonSilence undefined index warning when openssl not available.
2019-10-15 Christoph M... Prevent parallel testing conflicts
2019-10-15 Derick RethansUpdate NEWS for 7.4.0RC5
2019-10-15 Derick RethansUpdate NEWS for PHP 7.4.0RC4
2019-10-14 Joe WatkinsMerge branch 'PHP-7.3' into PHP-7.4
2019-10-14 Joe WatkinsMerge branch 'PHP-7.2' into PHP-7.3
2019-10-14 Mitch HagstrandFix checksum calculation for opcache
2019-10-14 Nikita PopovFix handling of overflowing invalid octal in tokenizer
2019-10-14 Nikita PopovAdd "-pthread" to EXTRA_LDFLAGS_PROGRAM as well
2019-10-12 Christoph M... Fix test case
2019-10-12 Christoph M... Fix potential heap corruption
2019-10-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-10-12 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-10-12 Christoph M... Fix #78665: Multicasting may leak memory
2019-10-11 Gerard RocheAzure: Publish code coverage results
2019-10-11 Nikita PopovAdd upgrading note for round(-0.0) change
2019-10-11 Nikita PopovRemove configure checks for ltp when using --enable...
2019-10-11 Remi ColletNEWS
2019-10-11 Remi ColletFix #78662: stream_write bad error detection
2019-10-11 Fabien VillepinteReplace port already used
2019-10-10 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-10 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
next