]> granicus.if.org Git - php/shortlog
php
2020-07-10 George Peter... Use dedicated function for illegal offset type error
2020-07-10 Nikita PopovAdd missing addref for MATCH_ERROR operand
2020-07-10 George Peter... Promote Notice to Warning in libmagic
2020-07-10 Nikita PopovFixed bug #79818
2020-07-10 Máté KocsisAdd stubs for SAPIs
2020-07-10 Nikita PopovFix warning in embed sapi
2020-07-10 Nikita PopovMerge branch 'PHP-7.4'
2020-07-10 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-07-10 Nikita PopovFixed bug #79817
2020-07-10 Christoph M... Merge branch 'PHP-7.4'
2020-07-10 Christoph M... Enable further ext/standard/tests/file tests on Windows
2020-07-10 Dmitry StogovFixed tracing JIT miss-compilation
2020-07-10 Dmitry StogovRestore registers
2020-07-10 Christoph M... Merge branch 'PHP-7.4'
2020-07-10 Christoph M... Fix skip reasons
2020-07-10 Nikita PopovDrop dead prototype
2020-07-10 twoseeAdd zend_wrong_parameter_error to reduce the size of...
2020-07-10 Christoph M... Merge branch 'PHP-7.4'
2020-07-10 Christoph M... Enable symlink_link_linkinfo_is_link_* tests on Windows
2020-07-10 Nikita PopovMerge branch 'PHP-7.4'
2020-07-10 Paweł Tomulikenable ext/ldap/tests on azure
2020-07-10 Paweł Tomulikfix some ext/ldap/tests
2020-07-10 Nikita PopovMerge branch 'PHP-7.4'
2020-07-10 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-07-10 Christoph M... Mark test as XFAIL for Windows/JIT/Release builds
2020-07-09 Ilija ToviloImplement match expression
2020-07-09 Dmitry StogovMake tracing JIT to support operator overloading indepe...
2020-07-09 Paweł TomulikFix some memory bugs in ldap.c
2020-07-09 Dmitry StogovFixed register allocation for tests/lang/operators...
2020-07-09 Dmitry StogovBad function detection
2020-07-09 Dmitry StogovFixed mysqli_fetch_row() function info
2020-07-09 Dmitry StogovPrevent trace recorder reenterancing
2020-07-09 Dmitry StogovMove assert() to right place
2020-07-09 Dmitry StogovFixed tracing JIT support for extract()
2020-07-09 George Peter... Use ZPP string|array union check in PCRE extension
2020-07-09 George Peter... Voidify some ZEND_API functions
2020-07-09 Dmitry StogovMerge branch 'jit-jumptable-x64'
2020-07-09 Christoph M... Merge branch 'PHP-7.4'
2020-07-09 Christoph M... Prevent parallel test conflicts
2020-07-09 Nikita PopovRemove FREE_UNFETCHED concept
2020-07-09 Nikita PopovMerge branch 'PHP-7.4'
2020-07-09 Nikita PopovSwitch back to FREE_UNFETCHED_OP_DATA
2020-07-09 Dmitry StogovUse RIP-relative addressing
2020-07-09 Nikita PopovMerge branch 'PHP-7.4'
2020-07-09 Nikita PopovFix bug #79599 in a different way
2020-07-09 Nikita PopovRevert "Fixed bug #97599 (coredump in set_error_handler)"
2020-07-09 Derick RethansMerge branch 'PHP-7.4'
2020-07-09 Derick RethansRevert "Partial fixed bug #79649 (Altering disable_func...
2020-07-09 Dmitry StogovAlign jumptables
2020-07-09 Dmitry StogovFix jumtable index calculation
2020-07-09 Nikita PopovSupport JIT jumptables on x64
2020-07-08 George Peter... Use ZPP callable check in zend built in functions
2020-07-08 George Peter... [skip ci] Add info on how to check for PHP NULL when...
2020-07-08 Ondřej MirtesUPGRADING - note about ReflectionType::isBuiltin()
2020-07-08 Dmitry StogovJIT support for opcache restart
2020-07-08 George Peter... Use HashTable directly instead of zval
2020-07-08 Dmitry StogovUse small counter values for testing
2020-07-08 Dmitry StogovFixed tracing JIT support for $http_response_header
2020-07-08 Dmitry StogovUse information about recorded classes for speculative...
2020-07-08 Nikita PopovMerge branch 'PHP-7.4'
2020-07-08 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-07-08 XXiangFix bug #79787
2020-07-08 Dmitry StogovChange zend_get_known_property_offset() into zend_get_k...
2020-07-08 Christoph M... [ci skip] Merge branch 'PHP-7.4'
2020-07-08 Nikita PopovAdd declared properties to LibXMLError
2020-07-08 Christoph M... [ci skip] Merge branch 'PHP-7.3' into PHP-7.4
2020-07-08 Nikita PopovReport len as -1 instead of INT_MAX
2020-07-08 Nikita PopovSkip special function optimization for redeclared disab...
2020-07-07 Sara GolemonMerge branch 'PHP-7.4'
2020-07-07 Sara GolemonMerge branch 'PHP-7.3' into PHP-7.4
2020-07-07 Sara GolemonMerge branch 'PHP-7.2' into PHP-7.3
2020-07-07 Sara GolemonPrep for 7.2.33
2020-07-07 Sara GolemonPrep NEWS for 7.2.32 release PHP-7.2.32
2020-07-07 Dmitry StogovMore accurate reference-counter inference (with support...
2020-07-07 Nikita PopovRevert "More accurate reference-counter inference"
2020-07-07 Nikita PopovMerge branch 'PHP-7.4'
2020-07-07 Nikita PopovFixed bug #79793
2020-07-07 Nikita PopovFixed bug #79791
2020-07-07 Nikita PopovHandle dim_w undefined variable notice in JIT as well
2020-07-07 Nikita PopovCheck for undef variable exception in SEND_VAR JIT
2020-07-07 Nikita PopovJIT support for undefined index/offset handling
2020-07-07 Nikita PopovMerge branch 'PHP-7.4'
2020-07-07 Nikita PopovFixed bug #79784
2020-07-07 Christoph M... [ci skip] Merge branch 'PHP-7.4'
2020-07-07 Christoph M... [ci skip] Merge branch 'PHP-7.3' into PHP-7.4
2020-07-07 Christoph M... Don't use deprecated curly brace offset syntax
2020-07-07 Christoph M... Merge branch 'PHP-7.4'
2020-07-07 Christoph M... Don't use deprecated curly brace offset syntax
2020-07-07 Nikita PopovMerge branch 'PHP-7.4'
2020-07-07 Nikita PopovFixed bug #78598
2020-07-07 Nikita PopovMerge branch 'PHP-7.4'
2020-07-07 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-07-07 Nikita PopovFixed bug #79792
2020-07-07 Nikita PopovAssert no exception if using NEXT_OPCODE()
2020-07-07 Nikita PopovAssert exception set in HANDLE_EXCEPTION()
2020-07-07 Nikita PopovRemove #undefs from vm_gen
2020-07-07 Nikita PopovRemove ZEND_VM_EXPORT functionality
2020-07-07 Nikita PopovFixed bug #79790
2020-07-07 Nikita PopovMerge branch 'PHP-7.4'
2020-07-07 Nikita PopovFixed bug #79779
next