]> granicus.if.org Git - php/shortlog
php
2020-04-20 Nikita PopovMerge branch 'PHP-7.4'
2020-04-20 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-20 Joe CaiFix #79497: Fix php_openssl_subtract_timeval()
2020-04-19 Tyson AndreSpeed up ZEND_SWITCH_STRING/ZEND_SWITCH_LONG for wrong...
2020-04-19 Máté KocsisGenerate function entries from stubs for mysqli
2020-04-19 Tyson Andre[skip ci] Fix typos in jit code comments
2020-04-19 George Peter... [skip ci] Fix comment in Tidy autoconf file
2020-04-18 Benjamin EberleiEnhance test failure SH script to allow gdb, valgrind...
2020-04-18 George Peter... Fix [-Wjump-misses-init] in generated zend_opcode.c
2020-04-18 George Peter... Fix [-Wjump-misses-init] warning in MySQL new driver...
2020-04-18 George Peter... Fix [-Wjump-misses-init] in spl_directory.c by adding...
2020-04-18 George Peter... Fix [-Wjump-misses-init] in sockets extension
2020-04-18 George Peter... Fix [-Wjump-misses-init] in php_mbregex.c by adding...
2020-04-17 Nikita PopovRemove ZEND_ACC_DTOR flag
2020-04-17 Nikita PopovEarly return if variadic type check fails
2020-04-17 Christoph M... Enable JIT for AppVeyor CI
2020-04-17 Dmitry StogovMerge branch 'PHP-7.4'
2020-04-17 Dmitry StogovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-17 Dmitry Stogovzend_timeout() may access EX(opline)
2020-04-17 Christoph M... Fix #79475: [JIT] func_get_args() assertion violation
2020-04-16 Máté KocsisRevert unintended test change
2020-04-16 Gabriel CarusoAlign magic methods' camelCase with documentation
2020-04-16 Dmitry StogovImprove registers reuse
2020-04-16 George Peter... Add S390X architecture as a Travis job
2020-04-16 Nikita PopovMerge branch 'PHP-7.4'
2020-04-16 Nikita PopovFix bug #79336
2020-04-16 Nikita PopovAllow using prototypes when optimizing arg passing
2020-04-16 Christoph M... Merge branch 'PHP-7.4'
2020-04-16 Gabriel CarusoMove test to its folder
2020-04-16 Nikita PopovMerge branch 'PHP-7.4'
2020-04-16 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-16 guirishFix MySQL local infile / attr handling on big endian...
2020-04-16 Gabriel CarusoFix magic method name
2020-04-16 Gabriel CarusoImprove error messages for magic methods by appending...
2020-04-15 vibhutisawantFix Bug #79431 Various compiler warnings on Big endian...
2020-04-15 Nikita PopovRemove OP_RANGE_EX distinction
2020-04-15 Dmitry StogovUse proper macro
2020-04-15 Dmitry StogovRemoved unused parameter
2020-04-15 Nikita PopovForce short_open_tag=0 in run-tests.php
2020-04-15 Nikita PopovMerge branch 'PHP-7.4'
2020-04-15 Nikita PopovFix directory clash in tempnam_variation4 test
2020-04-15 Nikita PopovMerge branch 'PHP-7.4'
2020-04-15 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-15 Nikita PopovFixed bug #79477
2020-04-15 Nikita PopovRemove return value from llist apply functions
2020-04-15 Nikita PopovMake zend_list_free return void
2020-04-15 Nikita PopovAdjust zend_write_func signature
2020-04-15 Nikita PopovMore precise ifunc resolver return type
2020-04-15 Nikita PopovSuppress SIG_ERR cast warnings
2020-04-15 Nikita PopovFix function signature mismatches in GMP
2020-04-15 Nikita PopovFix PHP_HAVALUpdate signature
2020-04-15 Nikita PopovFix function libxml free error signature
2020-04-15 Remi Colletfix test using short_tag
2020-04-15 Remi Colletworkaround typo in system libgd 2.3.0
2020-04-14 George Peter... Add -Wextra compiler warnings and exclude the trigger...
2020-04-14 George Peter... Add -Wno-type-limits compiler flag to Sodium extension
2020-04-14 George Peter... Add -Wno-ignored-qualifiers compiler flag to Tidy exten...
2020-04-14 Dmitry StogovMerge branch 'PHP-7.4'
2020-04-14 Christoph M... Fix #79472: ext/ffi/tests/040.phpt TC fails on Big...
2020-04-14 Christoph M... Merge branch 'PHP-7.4'
2020-04-14 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-14 Christoph M... Add missing CVE
2020-04-14 Nikita PopovMake gen_stub.php compatible with PHP 7.1 again
2020-04-14 Nikita PopovFix test after callback name change
2020-04-14 Alex DowadRemove XFAIL from tests for 'bug' 48770
2020-04-14 Nikita PopovFix filter_(var|input)_array default
2020-04-14 George Peter... Remove XFAIL section of a passing COM test
2020-04-14 Nikita PopovAdd zend_string_concat2 API
2020-04-14 Sara GolemonMerge branch 'PHP-7.4'
2020-04-14 Guillaume CharifiImprove socket cmsg space handling.
2020-04-14 Nikita PopovAlways use __invoke callable name for objects
2020-04-14 Nikita PopovAdd zend_create_member_string() API
2020-04-14 Sara GolemonMerge branch 'PHP-7.3' into PHP-7.4
2020-04-14 Sara GolemonMerge branch 'PHP-7.2' into PHP-7.3
2020-04-14 dinosaurFixed bug #79468
2020-04-14 Sara GolemonNEWS
2020-04-14 Nikita PopovUse UNKNOWN default for socket_connect()
2020-04-14 Nikita PopovFix socket_write() default value
2020-04-14 Nikita PopovMerge branch 'PHP-7.4'
2020-04-14 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-14 Nikita PopovDon't leak peername if accept fails
2020-04-14 George Peter... Add Intl resource bundle files for big-endian architecture.
2020-04-14 Máté KocsisImprove some TypeError and ValueError messages
2020-04-14 Dmitry StogovAdded missed '~'
2020-04-14 Christoph M... Merge branch 'PHP-7.4'
2020-04-14 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-14 Christoph M... Fix test cases
2020-04-14 Máté KocsisGenerate method entries for ext/intl
2020-04-14 Nikita PopovIncrease timeout on ubsan/asan job
2020-04-14 Nikita PopovMerge branch 'PHP-7.4'
2020-04-14 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-14 dinosaurFixed bug #79468
2020-04-14 Máté KocsisRemove PDO::dbh_constructor()
2020-04-14 Máté KocsisGenerate method entries from stubs for curl, ffi, pdo...
2020-04-14 Máté KocsisGenerate function entries from stubs for a couple of...
2020-04-14 Alex DowadSyntax errors caused by unclosed {, [, ( mention specif...
2020-04-14 Nikita PopovRemove int6store()
2020-04-14 Christoph M... Merge branch 'PHP-7.4'
2020-04-14 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-14 Christoph M... Add NEWS entries [ci skip]
next