]> granicus.if.org Git - php/shortlog
php
2020-11-25 Nikita PopovAdd UPGRADING note for PDO::inTransaction()
2020-11-25 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-25 Nikita PopovFixed bug #80411
2020-11-25 Nikita PopovFix unserialization ref source management, again
2020-11-25 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-25 DharmanFixed error reporting in mysqli_stmt::__construct
2020-11-25 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-25 Nikita PopovFix phpt reindentation in tidy script
2020-11-25 Nikita PopovReindent more mysqli tests
2020-11-25 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-25 Nikita PopovReindent ext/mysqli tests
2020-11-25 Nikita PopovAllow running tidy.php on specific directory
2020-11-25 Nikita PopovFix ref source management during unserialization
2020-11-25 Calvin Buckleysockets: Fix variable/macro name collision on AIX
2020-11-25 Nikita PopovFixed bug #80377
2020-11-25 Christopher... Fix test diff
2020-11-25 Dmitry StogovUse diferent temporary register (%r0 may keep a method...
2020-11-24 Dmitry StogovRevert "Fixed bug #80377"
2020-11-24 Florian Engelhardt[ci skip] Fix misspelled method names
2020-11-24 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-24 Nikita PopovFix usage of casted string in ReflectionParameter ctor
2020-11-24 Nikita PopovFixed bug #80377
2020-11-24 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-24 Nikita PopovFixed bug #80393
2020-11-24 Christoph M... Allow PHP_CURL_APIs to be imported by DLLs
2020-11-24 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-24 Christoph M... Fix #77961: finfo_open crafted magic parsing SIGABRT
2020-11-24 Christoph M... [ci skip] Update generate_patch.sh
2020-11-24 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-24 Christoph M... Fix #80366: Return Value of zend_fstat() not Checked
2020-11-24 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-24 Nikita PopovFixed bug #80362: Running dtrace scripts can cause...
2020-11-24 Nikita PopovFixed bug #80404
2020-11-24 Nikita PopovFixed bug #80391
2020-11-24 Benjamin MorelFix PDOStatement::fetchObject() stub
2020-11-23 Christopher... Sync README with package.xml
2020-11-23 Christoph M... Fix COMPersistHelper::__construct() stub
2020-11-23 Remi Colletzip extension is 1.19.2
2020-11-23 Dmitry Stogovzend_jit_trace_stack_frame.stack can't be NULL
2020-11-23 Dmitry StogovFixed use-after-free in PHPUnit tests
2020-11-23 Dmitry StogovKeep value of register before possible side exit
2020-11-22 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-22 Christoph M... Fix #77594: ob_tidyhandler is never reset
2020-11-21 Máté KocsisRemove some incorrect mixed parameter types
2020-11-20 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-20 Benjamin MorelFix typos in php.ini files
2020-11-20 jrfnlUPGRADING: (real) cast has been removed
2020-11-20 Nikita PopovUse MIN/MAX when dumping RANGE[]
2020-11-20 Dmitry StogovFixed incorrect TRACE_FRAME_MASK_NESTED flag setting
2020-11-20 Dmitry StogovFixed 32-bit JIT
2020-11-19 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-19 Christoph M... Fix #72964: White space not unfolded for CC/Bcc headers
2020-11-19 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-19 Christoph M... Fix #80345: PHPIZE configuration has outdated PHP_RELEA...
2020-11-19 Sara Golemon8.0 branch should be prepping for 8.0.1
2020-11-19 Sara GolemonPrepare NEWS file for GA
2020-11-19 Dmitry StogovAdded missing deoptimization code for trampoline handling
2020-11-19 Nikita PopovExport zend_is_callable_at_frame
2020-11-19 Nikita PopovFix curl_multi_getcontent() parameter name
2020-11-18 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-18 Nikita PopovShort-circuit get_gc for currently running generator
2020-11-18 Dmitry StogovFixed register clobbering
2020-11-17 Dmitry StogovFixed trampoline handling
2020-11-17 Gabriel CarusoUpdate NEWS for 8.0.0
2020-11-17 Gabriel CarusoUpdate NEWS for PHP 8.0.0RC5
2020-11-17 Dmitry StogovFixed allocated register clobbering
2020-11-17 Dmitry StogovFixed false pasitive ASAN NULL pointer dereference...
2020-11-17 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-17 Darek SlusarczykFix #80312: change default engine from MyISAM to InnoDB...
2020-11-17 Benjamin EberleiFixed bug #80370: Segmentation fault reflecting attribu...
2020-11-17 Sammy Kaye... Provide unused retvals to observers
2020-11-17 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-17 Nikita PopovFix incorrectly optimized out live range
2020-11-16 Sammy Kaye... Fire open observer end handlers after a zend_bailout
2020-11-16 Dmitry StogovFixed MAY_BE_INDIRECT inference
2020-11-16 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2020-11-16 Christoph M... Fix #74558: Can't rebind closure returned by Closure...
2020-11-16 Dmitry StogovFixed alias handling
2020-11-16 Dmitry StogovFixed reference-counting
2020-11-16 Dmitry StogovFixed incorrect FETCH_THIS optimization
2020-11-16 Dmitry StogovFixed inconsistent VM stack state
2020-11-16 Dmitry StogovTrampoline cleanup
2020-11-14 Pavel Djundik[ci skip] Add note that imagedestroy() no longer has...
2020-11-13 Nikita PopovInline pair production in json parser
2020-11-12 Christoph M... Strip trailing line breaks and periods from Windows...
2020-11-12 Nikita PopovDon't assume libmysqlclient library name
2020-11-12 Nikita PopovFix memory leak when user filter onCreate returns false
2020-11-12 Nikita PopovFix memory leak with bcsqrt on number 0<X<1
2020-11-12 Nikita PopovFix reflection getDefaultValue() with user arg info
2020-11-11 Dmitry StogovFixed incorrectly eliminated type store
2020-11-11 Dmitry StogovRemove assertion
2020-11-11 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2020-11-11 Nikita PopovHandle errors during next_result()
2020-11-11 Dmitry StogovFixed incorrect invariant guard motion
2020-11-11 Dmitry StogovStop on fake frame
2020-11-11 Dmitry StogovFixed reference-counting propagation
2020-11-11 Nikita PopovFix double free when socket_accept fails
2020-11-11 Nikita PopovRetain reference to share handle from curl handle
2020-11-11 Dmitry Stogov[Observer+JIT] Save opline before calling begin/end...
2020-11-11 Dmitry Stogov[Observer] Save opline before calling begin/end handlers
next