]> granicus.if.org Git - php/shortlog
php
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
2020-09-11 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-11 Christoph M... Fix #80067: Omitting the port in bindto setting errors
2020-09-11 Máté KocsisClean up ext/session errors
2020-09-11 Máté KocsisConsolidate new union type ZPP macro names
2020-09-11 Máté KocsisRefactor ReflectionMethod::__construct()
2020-09-11 Nikita PopovThrow ValueError on null bytes in mb_send_mail()
2020-09-11 Hailong ZhaoRemove the duplicate line in zend_ast.c
2020-09-11 Nikita PopovAdd missing condition on azure community job
2020-09-11 Dmitry StogovEliminate repeatable class guards and unnecessary IS_UN...
2020-09-10 Nikita PopovFix leak in snmp
2020-09-10 Dmitry StogovJIT for ASSIGN_OBJ
2020-09-10 Dmitry StogovFixed 32-bit JIT
2020-09-10 Tyson AndreAvoid gap in AST_CLASS child nodes for attributes
2020-09-10 Remi Colletfix zend_hash_get_current_key_type_ex proto
2020-09-10 Remi Colletfix zend_hash_get_current_key_ex proto
2020-09-10 twoseeSimplify error type filter
2020-09-10 Nikita PopovMerge branch 'PHP-7.4'
2020-09-10 Nikita PopovFix azure i386 build, again
2020-09-10 Christopher... Squash compile warnings the easy way
2020-09-10 Christopher... Make PDO_OCI test more resilient
2020-09-10 Christopher... Skip PDO test for Oracle
2020-09-10 Christopher... Fix premature test termination
2020-09-10 Dmitry StogovAttempt to fix bug #80014 (PHP 8.0 beta2 crashes with...
2020-09-10 chopinsAdded FFI\CType::getName() method
2020-09-09 Dmitry StogovEliminate unnecessary IS_INDIRECT guards
2020-09-09 Dmitry StogovAvoid more exception checks
2020-09-09 Sammy Kaye... Merge branch 'PHP-7.4'
2020-09-09 Nikita PopovMore pgsql func info fixes
2020-09-09 Máté KocsisFix opcache return type info for pgsql functions
2020-09-09 Sammy Kaye... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-09 Sammy Kaye... Fix #79825: opcache.file_cache causes SIGSEGV with...
2020-09-09 Dmitry StogovJIT for ASSIGN_DIM[_OP] with first IS_VAR + IS_INDIRECT...
next