]> granicus.if.org Git - php/shortlog
php
2020-09-17 Nikita PopovMerge branch 'PHP-7.4'
2020-09-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-17 Gabríel Arthúr... ext/soap: Compare Set-Cookie header case-insensitively
2020-09-17 Nikita PopovMerge branch 'PHP-7.4'
2020-09-17 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-17 Nikita PopovFixed bug #80083
2020-09-17 Nikita PopovFixed bug #80109
2020-09-17 Dharmanmysqli: Promote warning in field_seek
2020-09-17 Máté KocsisChange int parameter types to bool when the parameter...
2020-09-16 Máté KocsisGenerate arginfos
2020-09-16 Máté KocsisDisplay string default values in stubs more uniformly
2020-09-16 Máté KocsisDisplay types in stubs more uniformly
2020-09-16 Nikita PopovAccept GMP|string|int union in GMP functions
2020-09-16 Máté KocsisUpdate xmlreader arginfo hash
2020-09-16 Máté KocsisUpdate php_xmlreader.stub.php
2020-09-16 Máté KocsisXMLReader::getAttributeNs() can no longer return false
2020-09-16 Dmitry StogovOptimize code for FETCH_THIS + INIT_METHOD_CALL/ASSIGN_...
2020-09-16 DharmanChanged the wording of the error message
2020-09-16 Nikita PopovRemove unused GMP_ABS() macro
2020-09-16 Dmitry StogovExclude trait methods from call-graph
2020-09-16 Nikita PopovAvoid ubsan warning due to memcpy null
2020-09-16 Matteo BeccatiFix test
2020-09-16 Dmitry StogovFixed incorrect constant string access
2020-09-16 Dmitry StogovJIT for INIT_METHOD_CALL
2020-09-16 Remi Colletmissing fix for test for new param. name
2020-09-15 George Peter... Add some ValueErrors to ext/date
2020-09-15 Sara GolemonUpdate NEWS for 8.0.0RC1
2020-09-15 Sara GolemonUpdate NEWS for PHP 8.0.0beta4
2020-09-15 Bob WeinandFix OSS Fuzz issue: yielding from an aborted generator
2020-09-15 George Peter... Promote warnings to Error in MySQLi extension
2020-09-15 Nikita PopovFix uninitialized run-time cache when resolving named...
2020-09-15 Nikita PopovFix undef var exception handling in JMP_NULL
2020-09-15 Nikita PopovMerge branch 'PHP-7.4'
2020-09-15 Nikita PopovFix assumption about property guard hash value
2020-09-15 Remi Colletfix mbfl function prototypes
2020-09-15 Nikita PopovFix compile-time/run-time discrepancies with unary...
2020-09-15 Dmitry StogovTracing JIT for INIT_DYNAMIC_CALL (closure only)
2020-09-15 Máté KocsisRemove unintendedly committed test
2020-09-15 Máté KocsisAdjust ext/openssl parameter names
2020-09-15 Máté KocsisPromote a few remaining errors in ext/standard
2020-09-15 George Peter... Promote warnings to Error in SNMP extension
2020-09-15 Gabriel CarusoCheck `ReflectionReference::fromArrayElement` with...
2020-09-15 George Peter... Promote warning to Error in ODBC extension
2020-09-15 George Peter... Use ValueError instead of exceptions in SPL extension
2020-09-15 George Peter... Use normal error in SPL for uninitialized objects
2020-09-15 George Peter... Use normal error in SPL for 'An iterator cannot be...
2020-09-15 George Peter... Convert warning to assetion in MySQL PDO driver
2020-09-15 Máté KocsisAdd missing param type to pcre reflection test
2020-09-15 Nikita PopovFix preg_replace_callback_array() with array subject
2020-09-15 Nikita PopovAdd GC_TRY_ADDREF macro
2020-09-15 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-15 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-15 Christoph M... 7.3.24 is next
2020-09-15 Nikita PopovFix observer leak
2020-09-15 Derick RethansMerge branch 'PHP-7.4' into master
2020-09-15 Derick RethansThe next release here will be 7.4.12
2020-09-15 Dmitry Stogovmicro-optimization
2020-09-15 Dmitry StogovRenumber ZEND_ACC_... constants
2020-09-15 George Peter... Promote some warnings to ValueError in OCI8
2020-09-14 Bob WeinandFix use-after-free with yield from in yield_from_multi_...
2020-09-14 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-14 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-14 Christoph M... Avoid segfault if module/extension version is not defined
2020-09-14 Dmitry StogovSupport for reference
2020-09-14 Dmitry StogovSimplify zend_jit_pre/post_inc/dec_typed_ref() helpers
2020-09-14 Bob WeinandFix crashes with unproper cleaning of repeated yield...
2020-09-14 Benjamin EberleiRename zend_error_notify APIs to zend_observer_error*
2020-09-14 Dmitry StogovJIT for PRE/POST_INC/DEC_OBJ
2020-09-14 George Peter... Promote warnings to Errors in PostgreSQL extension
2020-09-14 Larry GarfieldUpdate array parameter names for named parameters
2020-09-14 Nikita PopovFixed bug #80096
2020-09-14 George Peter... Promote Warnings to Error in PostgreSQL PDO driver
2020-09-14 George Peter... Convert Division by 0 warnings to Error per the Engine...
2020-09-14 Dmitry StogovJIT for ASSIGN_OBJ_OP
2020-09-14 Nikita PopovConvert E_ERROR to Error exception in mysqli_result...
2020-09-14 Nikita PopovDrop some dead code
2020-09-14 Máté KocsisSlightly improve error handling in DatePeriod::__constr...
2020-09-14 Máté KocsisDeclare array|int and object-of-class|int types in...
2020-09-14 Máté KocsisMake mb_send_mail() consistent with mail()
2020-09-14 Máté KocsisFix a few stub parameter types in ext/standard
2020-09-14 Máté KocsisAdd Z_PARAM_OBJ_OF_CLASS ZPP macro
2020-09-14 Christoph M... Unmark tests as XFAIL on Windows
2020-09-14 Dmitry StogovAllocate Windows 64 shadow stack space
2020-09-14 Benjamin EberleiRemove @jit Docblock support for now due to dev-time...
2020-09-13 George Peter... Convert warnings to assetions in OCI PDO driver
2020-09-13 Christoph M... Mark tests as XFAIL on Windows
2020-09-13 Christoph M... Mark tests as XFAIL on Windows
2020-09-13 Matteo BeccatiFix broken test
2020-09-12 George Peter... Use Error for uninitialized SQLite object
2020-09-12 George Peter... Fix SKIPIF section for SQLite3 test
2020-09-12 Máté KocsisImprove parameter handling in ext/openssl
2020-09-12 Máté KocsisFix prototype of get_active_function_or_method_name()
2020-09-12 George Peter... Normalize behaviour of DNS function on Windows
2020-09-11 Nikita PopovHandle missing result_var in binary_op_result_type
2020-09-11 Nikita PopovFix mbstring fuzzer
2020-09-11 George Peter... Promote some warnings in BCMath to Errors
2020-09-11 Nikita PopovUse string|int union types in pgsql
2020-09-11 Nikita PopovMake argument type error message consistent for variadics
2020-09-11 Nikita PopovAlso forbid null bytes in mail()
2020-09-11 Christoph M... Merge branch 'PHP-7.4' into master
next