]> granicus.if.org Git - php/shortlog
php
2019-07-11 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-11 Christoph M... Fix #78212: Segfault in built-in webserver
2019-07-11 Nikita PopovInclude test name in JUnit testcase name
2019-07-11 Nikita PopovMake proc_open_bug64438.phpt more robust
2019-07-11 Sebastian Popneon vectorization for base64
2019-07-11 Sebastian Pop[AArch64] Use crc32 instructions when available
2019-07-11 Nikita PopovAdd server conflict to soap custom content type test
2019-07-11 Peter KokotRefactor undefining PACKAGE_* symbols
2019-07-10 Peter KokotRemove TSRM/tsrm_config.w32.h
2019-07-10 Dmitry StogovSet expectation to reduce hot code fragmentation
2019-07-10 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-07-10 Nikita PopovFix bug #78271
2019-07-10 Cyril PascalAlign segments on huge page boundary only for x86
2019-07-10 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-07-10 Nikita PopovAdd CONFLICTS to recognized sections
2019-07-10 Nikita PopovFix file collisions in phar tests
2019-07-10 Nikita PopovAdditional fix for mysqli_fork test
2019-07-10 Nikita PopovThrow notice on array access on illegal type
2019-07-10 Nikita PopovFix invalid array access in mysqli_fork test
2019-07-10 Dmitry StogovReduce cost for references to strings and resources
2019-07-10 Nikita PopovRename support_strings to !is_list
2019-07-10 Nikita PopovSimplify two unserialize() tests
2019-07-10 Nikita PopovFix iteration limits in SXE test
2019-07-10 Nikita PopovClean up DateTimeZone::getLocation() test
2019-07-10 Nikita PopovAvoid invalid array access in fcgi.inc
2019-07-10 Remi Colletimprove libargon2/libsodium compatibility
2019-07-09 Peter KokotUse e.g. instead of less common f.e. [ci skip]
2019-07-09 Sara GolemonRelax argon2 mem_cost down to 64k, bump time_cost to 4
2019-07-09 David CarlierCGI: Fix memory leak on error paths
2019-07-09 Dmitry StogovAvoid unintended inlining
2019-07-09 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-07-09 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-07-09 Nikita PopovRevert "Fixed bug #76980"
2019-07-09 Derick RethansMerge remote-tracking branch 'origin/PHP-7.4' into...
2019-07-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-09 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-07-09 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2019-07-09 Christoph M... Upgrade to SQLite 3.28.0
2019-07-09 Dmitry StogovRemove duplicated code for (PRE|POST)_DEC_(OBJ|STATIC_P...
2019-07-09 Derick RethansUpdate NEWS for 7.4.0beta1
2019-07-09 Derick RethansUpdate NEWS for PHP 7.4.0alpha3
2019-07-08 Peter KokotCatch up with current procedures
2019-07-08 Peter KokotAdd zend.exception_ignore_args [ci skip]
2019-07-08 Peter KokotUpdate NEWS [ci skip]
2019-07-08 Peter KokotMerge branch 'PHP-7.3' into PHP-7.4
2019-07-08 Peter KokotUpdate NEWS [ci skip]
2019-07-08 Peter KokotMerge branch 'PHP-7.2' into PHP-7.3
2019-07-08 Peter KokotUpdate NEWS [ci skip]
2019-07-08 Dmitry StogovFixed dispatch from inlined hybrid opcode to another...
2019-07-08 Nikita PopovAdd ReflectionReference::getRefcount()
2019-07-08 Peter KokotCatch up with recent changes [ci skip]
2019-07-08 Peter KokotRemove APACHE symbol
2019-07-08 Peter KokotRefactor genif.sh
2019-07-08 Nikita PopovMake busy wait busier
2019-07-08 Dmitry StogovDelay EG(exception) check on slow path
2019-07-08 Scott DuttonDeprecate passing invalid character to base_convert etc
2019-07-08 Peter KokotRemove C89 checks for signal.h and strerror
2019-07-08 Peter KokotUpdate libmagic patch
2019-07-08 Christoph M... Implement FR #77230: Support custom CFLAGS and LDFLAGS...
2019-07-08 Christoph M... Fix TsHashTable related race conditions
2019-07-08 Peter KokotSimplify PHP_CHECK_PDO_INCLUDES calls
2019-07-08 Dmitry StogovFixed opcode description
2019-07-08 Peter KokotRemove some unused variables
2019-07-08 Sara GolemonProvide argon2i(d) password hashing from sodium when...
2019-07-07 Stanislav MalyshevSimplify expression and remove the possibility of div...
2019-07-07 Peter KokotRemove PHP_DEBUG_MACRO
2019-07-07 Peter KokotRemove some more Apache 1 left overs
2019-07-07 Nikita PopovMention that zend_parse_parameters should not be tested
2019-07-05 Peter KokotMove footer to the end of configure output
2019-07-05 Peter KokotRemove PTHREADS_ASSIGN_VARS
2019-07-05 Christoph M... Remove superfluous assignment
2019-07-05 Dmitry StogovEliminate useless checks
2019-07-05 Christoph M... Temporarily skip test
2019-07-05 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-07-05 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-07-05 Nikita PopovBackport fe_reset_rw case
2019-07-05 Nikita PopovMake sure all cases of fetch_dim_w adjustment are handled
2019-07-05 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-07-05 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-07-05 Nikita PopovFix inference for compound object op on dim
2019-07-05 Nikita PopovOptimize integer in_array with strict=true
2019-07-05 Dmitry StogovReplace ZEND_ASSIGN_ADD (and others) by ZEND_ASSIGN_OP...
2019-07-05 Nikita PopovAdd test
2019-07-05 Nikita PopovFix wrong size calculation related to function name
2019-07-05 Nikita PopovPreloading: Don't move conditional functions to back...
2019-07-04 George WangMerge branch 'PHP-7.3' into PHP-7.4
2019-07-04 George WangMerge branch 'PHP-7.2' into PHP-7.3
2019-07-04 George WangUpdated to LiteSpeed SAPI V7.4.3
2019-07-04 Nikita PopovCompact literals: Don't insert unmergeable keys
2019-07-04 Nikita PopovAssert that HT entries using add_new APIs are really new
2019-07-04 Dmitry StogovImprove zend_binary_assign_op helpers.
2019-07-04 Dmitry StogovIntroduce and use ZEND_VM_INLINE_HANDLER() to avoid...
2019-07-04 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-04 Christoph M... [ci skip] Remove NEWS entry
2019-07-04 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-07-04 Fabien VillepinteFix typo in NEWS [skip ci]
2019-07-04 Nikita PopovPreloading: Relax known type restrictions
2019-07-04 Nikita PopovPreloading: Also handle trait methods outside main...
2019-07-04 Dmitry StogovSplit destructor
2019-07-04 Nikita PopovPreloading: Prevent autoloading while resolving constants
next