]> granicus.if.org Git - php/shortlog
php
2020-06-10 Dmitry StogovUse cheaper variant of zend_hash_index_find()
2020-06-10 Christoph M... Fix #73529: session_decode() silently fails on wrong...
2020-06-10 Christoph M... Merge branch 'PHP-7.4'
2020-06-10 Christoph M... Update NEWS wrt. bug 79681
2020-06-10 Christoph M... Merge branch 'PHP-7.4'
2020-06-10 Christoph M... Fix #79681: mime_content_type/finfo returning incorrect...
2020-06-10 Nikita PopovMore efficient check for valid class name
2020-06-10 Nikita PopovMerge branch 'PHP-7.4'
2020-06-10 Nikita PopovExplicitly start postgres on azure
2020-06-10 Christoph M... Merge branch 'PHP-7.4'
2020-06-10 Christoph M... Also support absolute Windows filenames
2020-06-10 Nikita PopovFix bug #65006
2020-06-10 Nikita PopovSimplify spl_autoload_perform() implementation
2020-06-10 Nikita PopovRemove called_scope inheritance in zend_call_method()
2020-06-10 Nikita PopovFix called scope assignment in autoloader
2020-06-10 Nikita PopovRemove autoload_running flag
2020-06-10 Nikita PopovCleanup SPL autoload implementation
2020-06-10 Christoph M... Control VCRT leak reporting via environment variable...
2020-06-10 Dmitry StogovSetup RETURN counters for nested frames
2020-06-10 Xinchen HuiMerge branch 'PHP-7.4'
2020-06-10 Xinchen HuiPartial fixed bug #79649 (Altering disable_functions...
2020-06-09 Dmitry StogovA helper to trace executed source lines
2020-06-09 Dmitry StogovTracing JIT support for megamorphic calls
2020-06-09 Christoph M... Avoid unnecessary linking of Windows DLLs
2020-06-09 Javier Eguiluz[ci skip] Fixed some minor typos in code comments
2020-06-09 Christoph M... Merge branch 'PHP-7.4'
2020-06-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-09 Christoph M... Fix possibly unsupported timercmp() usage
2020-06-09 Christoph M... Merge branch 'PHP-7.4'
2020-06-09 Nikita PopovRemove obsolete __lambda_func handling
2020-06-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-09 Christoph M... Fix #62890: default_socket_timeout=-1 causes connection...
2020-06-09 Christoph M... Merge branch 'PHP-7.4'
2020-06-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-09 Christoph M... [ci skip] Update NEWS
2020-06-09 Nikita PopovBack up fake_scope in zend_call_function
2020-06-09 Nikita PopovAdd zend_call_known_function() API family
2020-06-09 Nikita PopovMerge branch 'PHP-7.4'
2020-06-09 Nikita PopovFixed bug #79683
2020-06-09 Dmitry StogovTracing JIT support for real dynamic calls
2020-06-09 George Peter... Use standard boolean type as zend_bool typedef
2020-06-09 George Peter... Fix incorrect zend_bool usage for display_errors
2020-06-09 George Peter... Fix incorrect usage of zend_bool in Zend globals
2020-06-09 Nikita PopovRemove some special-casing in zend_call_method()
2020-06-09 Máté KocsisFix some UNKNOWN default values
2020-06-09 Christoph M... Fix new test case for master
2020-06-08 Peter KokotFix #78750: configure assumes yacc and re2c work
2020-06-08 Ilija ToviloAdd missing terminators in zend_language_parser.y
2020-06-08 twoseeMake zend_argument_error_variadic static
2020-06-08 Christoph M... Merge branch 'PHP-7.4'
2020-06-08 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-08 Christoph M... Fix #74267: segfault with streams and invalid data
2020-06-08 twoseeAdd helper APIs for maybe-interned string creation
2020-06-08 Tyson AndreOptimize out no-op `yield from` statements
2020-06-08 Nikita PopovDon't allow variables as attribute name
2020-06-08 Nikita PopovFix bug #77966: Cannot alias a method named "namespace"
2020-06-08 Phil DavisFix typo of IteratorAggregateImpl
2020-06-08 Nikita PopovMerge branch 'PHP-7.4'
2020-06-08 Nikita PopovFixed bug #79657
2020-06-08 Dmitry StogovFixed incorrect zend_bool type usage
2020-06-08 twoseeConstify char * arguments of APIs
2020-06-08 Nikita PopovMerge branch 'PHP-7.4'
2020-06-08 Nikita PopovDisable mysqlnd compression on msan build
2020-06-08 Nikita PopovFix leak in openssl_cms_read()
2020-06-08 Remi Collet[skip ci] typo
2020-06-07 Jens de NiesDeprecate function aliases in oci8 extension.
2020-06-07 Jakub ZelenkaUpdate NEWS and UPGRADING for the OpenSSL ext CMS addition
2020-06-07 Eliot LearAdd support for Cryptographic Message Syntax (CMS)
2020-06-07 Gabriel CarusoAdd $filter parameter for ReflectionClass::(getConstant...
2020-06-07 Gabriel CarusoFix tests' description for `ReflectionClass::getConstant`
2020-06-07 twoseeFix expression warnings and break warnings
2020-06-07 Nikita PopovMerge branch 'PHP-7.4'
2020-06-07 Jelle van der WaaAllow defining of uname value for reproducible builds
2020-06-07 twoseeRemove duplicate zend_try
2020-06-07 twoseeFix warning of strict-prototypes
2020-06-07 Nikita PopovFix free of uninitialized memory in attributes
2020-06-07 Remi Colletmove comment
2020-06-07 Remi ColletFixed bug #79678 Build fails due to undeclared ZIP_RDONLY
2020-06-06 George Peter... Fix invalid usage of zend_bool in DOM extension
2020-06-06 twoseeFix BC break of zend_throw_exception
2020-06-06 Máté KocsisAdd tests to check mismatching function signatures
2020-06-05 Nicolas Frandeboeufopenssl: Fix openssl_pkcs12_export_to_file extracerts...
2020-06-05 George Peter... Refactor IntlBreakIterator::next() handling
2020-06-05 George Peter... Convert code path which should never happen to assertion
2020-06-05 Remi Colletencode param is optional
2020-06-05 Nikita PopovMerge branch 'PHP-7.4'
2020-06-05 Nikita PopovRemove unnecessary "poo" rmdirs
2020-06-05 Remi Colletbump zip version
2020-06-05 Nikita PopovImplement "Constructor Promotion" RFC
2020-06-05 Dmitry Stogovmicro-optimization
2020-06-05 Christoph M... Drop hard-coded /W3 default in favor of custom CFLAGS
2020-06-05 Christoph M... Fix MSVC level 1 (severe) warnings
2020-06-05 Nikita PopovMerge branch 'PHP-7.4'
2020-06-05 Christoph M... Update intl test suite for ICU 67.1
2020-06-05 Nikita PopovFree attribute validators on shutdown
2020-06-05 Nikita PopovDon't leak attributes on internal classes
2020-06-05 Nikita PopovMerge branch 'PHP-7.4'
2020-06-05 Nathan PorterRespect --program-prefix/suffix when installing phar
2020-06-05 Nikita PopovPass zend_string message to zend_error_cb
2020-06-05 Nikita PopovFixed bug #72089: Throw Error on require failure
next