]> granicus.if.org Git - php/shortlog
php
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 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-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
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 #79778
2020-07-07 Nikita PopovMerge branch 'PHP-7.4'
2020-07-07 Nikita PopovFixed bug #79783
2020-07-07 Nikita PopovRemove no_separation flag
2020-07-07 Nikita PopovExplicitly create references in UConverter callbacks
2020-07-07 Nikita PopovFixup test
2020-07-07 Nikita PopovDon't allow separation in array functions
2020-07-07 Nikita PopovDon't allow separation in CallbackFilterIterator
2020-07-07 Nikita PopovDisallow separation in a number of callbacks
2020-07-07 Nikita PopovDon't allow separation in callback filter
2020-07-07 Gabriel CarusoUpdate NEWS for 8.0.0alpha3
2020-07-07 Gabriel CarusoUpdate NEWS for PHP 8.0.0alpha2
2020-07-06 George Peter... Refactor levenshtein()
2020-07-06 Máté KocsisFix a few comments
2020-07-06 Max SemenikRemove proto comments from C files
2020-07-06 Max SemenikRemove requirements for proto comments from CODING_STAN...
2020-07-06 Nikita PopovAvoid some unnecessary uses of no_separation=0
2020-07-06 moliatarefactor: class constants parsing
2020-07-06 Dmitry StogovMore accurate reference-counter inference
2020-07-06 Dmitry StogovMore accurate reference-counter inference
2020-07-06 Tiffany[skip-ci] Add README for ext/mysqli tests
2020-07-06 Máté KocsisAdd string or object ZPP macros
2020-07-06 Nikita PopovReflectionMethod::invoke() object is not optional
2020-07-06 Nikita PopovCorrectly determine arg name of USER_ARG_INFO functions
2020-07-06 Remi Collet[skip ci] add upgrade note
2020-07-06 Christoph M... define build system and provider on Windows
2020-07-06 Remi Colletdisplay info about system used to build and its provider
2020-07-06 Christoph M... Fix sapi_windows_vt100_support() arginfo
2020-07-06 Nikita PopovReuse warning function
2020-07-04 Jens de NiesAdded stubs for ext/oci8
2020-07-04 Nikita PopovFixed bug #79777
2020-07-03 Nikita PopovUse zend_string_equals API in a couple places
2020-07-03 Dmitry StogovRemoved already implemented TODO comment
2020-07-03 Christoph M... Merge branch 'PHP-7.4'
2020-07-03 Christoph M... Fix tests for x86 Windows
2020-07-03 Dmitry StogovFixed IS_UNDEF handling
2020-07-03 Christoph M... Merge branch 'PHP-7.4'
2020-07-03 Christoph M... Skip test if SeCreateSymbolicLinkPrivilege is not given
2020-07-02 Dmitry StogovFixed IS_INDIRECT handling
next