]> granicus.if.org Git - php/shortlog
php
2020-08-24 Kees Cooksapi/fpm/config.m4: check for libapparmor's aa_change_p...
2020-08-24 Dmitry StogovFixed use-after-free introduced by aed1f785159e7c9e81da...
2020-08-23 Máté KocsisRemove custom hacks from gen_stub.php after PHP-Parser...
2020-08-23 Tyson AndreUpdate PHP-Parser from 4.3.0 to 4.9.0
2020-08-22 Christoph M... Fix #55847: DOTNET .NET 4.0 GAC new location
2020-08-22 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-22 Andy PostnikovFix #80007: Potential type confusion in unixtojd()...
2020-08-22 Christopher... Squash a Linux compile warning
2020-08-21 David Carlierfileinfo build fix proposal for haiku.
2020-08-21 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-21 David Carliersqlite3 linkage issue on some systems/package combinati...
2020-08-21 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-21 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-21 Manuel MauszFix wrong datatype
2020-08-21 Remi Colletensure installed ini don't interfere
2020-08-21 Christopher... OCI8 classes were already renamed in 8; this now follow...
2020-08-21 Dmitry StogovBetter register usage for ASSIGN_DIM_OP
2020-08-20 Dmitry StogovBetter registers usage
2020-08-20 Dmitry Stogovcleanup unused parameters
2020-08-20 Dmitry Stogovefree() doesn't use line number arguments (pass zeros)
2020-08-20 Dmitry Stogovmicro-optimization
2020-08-20 Máté KocsisPromote warnings to exceptions in ext/gd
2020-08-19 Dmitry StogovLoad zval type into register to eliminate double load
2020-08-19 Dmitry StogovShrink live intervals of IS_VAR/IS_TMP_VAR
2020-08-19 Dmitry StogovFixed tracing JIT crash in case SSA for op_array is...
2020-08-19 Benjamin EberleiUpdate NEWS w.r.t to bugfix #79968
2020-08-19 Benjamin EberleiFix #79968: Manipulation on unattached DOMChildNode...
2020-08-19 Dmitry StogovFixed memory leak (ext/hash/tests/mhash_001.phpt failure)
2020-08-19 Tyson AndreFix more basic function stubs
2020-08-18 Dmitry StogovCheck for exception after $this destruction
2020-08-18 Dmitry StogovFixed register allocation for CASE instruction. CASE...
2020-08-18 Máté KocsisPromote warnings to exceptions in ext/pspell
2020-08-18 Matteo BeccatiMerge branch 'PHP-7.4'
2020-08-18 Matteo BeccatiMerge branch 'PHP-7.3' into PHP-7.4
2020-08-18 Matteo BeccatiFix #47021: SoapClient stumbles over WSDL delivered...
2020-08-18 Sara GolemonUpdate NEWS for 8.0.0beta3
2020-08-18 Sara GolemonUpdate NEWS for PHP 8.0.0beta2
2020-08-18 Christoph M... Fix #79988: new reserved keyword `match` is a backward...
2020-08-18 Dmitry StogovDon't add guard for empty()
2020-08-18 Dmitry StogovFixed bug #79987 (Memory leak in SplFileInfo because...
2020-08-18 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-18 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-18 Christoph M... 7.3.23 is next
2020-08-18 Derick RethansMerge branch 'PHP-7.4' into master
2020-08-18 Derick RethansPrepare for 7.4.11
2020-08-18 Christoph M... Merge branch 'PHP-7.4' into master
2020-08-18 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-08-18 Christoph M... Fix HTTP response status code
2020-08-18 Dmitry StogovJIT extension may be NULL
2020-08-17 Dmitry StogovFixed support for named arguments
2020-08-17 Dmitry StogovFixed trace type inference for FE_FETCH_R/RW
2020-08-17 Dmitry StogovFixed support for possible indirect variable modificati...
2020-08-17 Dmitry StogovJIT for ZEND_ISSET_ISEMPTY_CV
2020-08-17 Dmitry StogovFixed JIT for indirectly recursive traces
2020-08-17 George Peter... Promote warnings in ext/zip
2020-08-17 Dmitry StogovRemoved outdated/duplicated code
2020-08-17 Dmitry StogovProperly patch jmp tables
2020-08-16 George Peter... Promote various OpenSSL warnings into Errors
2020-08-16 Tyson AndreAdd `run-tests.php --context [n]` option.
2020-08-14 Máté KocsisPromote warnings to exceptions in ext/curl
2020-08-14 Nikita PopovMerge branch 'PHP-7.4'
2020-08-14 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-08-14 Nikita PopovNull terminate the sodium_crypto_kx_keypair() result
2020-08-14 Nikita PopovReduce cost factors in sodium password_hash tests
2020-08-14 Christoph M... Improve test portability
2020-08-14 Nikita PopovAvoid fatal error in session handler
2020-08-14 Nikita PopovUse variadic signature for PDOStatement::fetchAll()
2020-08-14 Nikita PopovFix types in openssl stub
2020-08-14 Christoph M... Fix newly introduced test for Windows
2020-08-14 Máté KocsisAdd a few callable method parameter types to ext/sqlite3
2020-08-14 Nikita PopovDon't assert mysql->mysql is non-null
2020-08-14 Nikita PopovSimplify mysqli_stmt_bind_param() implementation
2020-08-14 Nikita PopovUse normal zpp in mysqli_result::__construct()
2020-08-14 Nikita PopovRemove dummy aliases for mysqli constructors
2020-08-14 Nikita PopovReturn empty string from SplFileInfo::getPathname()
2020-08-14 Nikita PopovMerge branch 'PHP-7.4'
2020-08-14 Nikita PopovAdd missing initialization check to RegexIterator:...
2020-08-14 Nikita PopovFix test after is_callable change
2020-08-14 Nikita PopovFix bug #78770
2020-08-14 Máté KocsisFix ZPP for mhash()
2020-08-13 George Peter... Use ZPP callable check for ldap_set_rebind_proc()
2020-08-13 George Peter... Use ZPP callable check for Windows specific functions
2020-08-13 George Peter... Allow number_format to be only passed 3 arguments
2020-08-13 Tyson AndreColorize --show-diff, only on stdout
2020-08-13 Nikita PopovMerge branch 'PHP-7.4'
2020-08-13 Nikita PopovFixed bug #79724
2020-08-13 Nikita PopovAdd some missing DatePeriod initialization checks
2020-08-13 Nikita PopovAdd a missing null check in simplexml
2020-08-13 Nikita PopovFix invalid zpp calls in pcntl_get/setpriority
2020-08-13 Nikita PopovFix test after PDOStatement::fetchObject() change
2020-08-13 Nikita PopovUse zpp C in pg_fetch_object
2020-08-13 Nikita PopovUse Z_PARAM_CLASS in PDOStatement::fetchObject()
2020-08-13 Nikita PopovThrow Error on uninitialized XMLWriter
2020-08-13 Nikita PopovThrow on uninitialized SimpleXMLElement
2020-08-13 Nikita PopovAvoid fatal error on not found class in mysqli_fetch_ob...
2020-08-13 Máté KocsisCheck missing parameter types in stubs
2020-08-13 Máté KocsisFix param name in PHPDoc
2020-08-13 Máté KocsisAdd all the missing parameter types to stubs
2020-08-13 Nikita PopovUse a dedicated method for MultipleIterator::countItera...
next