]> granicus.if.org Git - php/shortlog
php
2018-06-27 Nikita PopovOptimize ReflectionProperty constructor
2018-06-27 Nikita PopovFixed bug #76538
2018-06-27 Christoph M... Update UPGRADING wrt. PCRE2
2018-06-27 Nikita PopovFixed bug #76439
2018-06-27 Dmitry StogovRemove duplicated code (keep destroy_zend_function...
2018-06-27 Dmitry StogovMoved very rare exception check into a single place.
2018-06-27 Peter KokotRemove outdated comments about PHP 3
2018-06-27 Dmitry StogovFixed ZTS race condition (zend_class_entry->ce_flags...
2018-06-27 Xinchen HuiAdd test for issue #1400
2018-06-27 Xinchen HuiUpdate NEWS
2018-06-27 Xinchen HuiMerge branch 'PHP-7.2'
2018-06-27 Xinchen HuiUpdate NEWS
2018-06-27 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2018-06-27 Xinchen HuiFixed bug #76534 (PHP hangs on 'illegal string offset...
2018-06-26 Kalle Sommer... Minor cleanup in regards to magic_quotes in tests:
2018-06-26 Dmitry StogovCleanup conditions
2018-06-26 Dmitry StogovMerge branch 'fetch_r_tmp'
2018-06-26 Dmitry StogovRestored zend_array_element_type() prototype
2018-06-25 Dmitry StogovMake FETCH_R/IS, FETCH_DIM_R/IS, FETCH_OBJ_R/IS, FETCH_...
2018-06-25 Nikita PopovRemove unnecessary uses of z/ parameters
2018-06-25 Dmitry StogovFixed ability to call plain functions through zend_call...
2018-06-25 Dmitry Stogovtypo
2018-06-25 Dmitry StogovLazy function copying from op_cache SHM into process...
2018-06-25 Christoph M... [ci skip] Remove obsolete task
2018-06-25 Dmitry StogovMicro-optimization
2018-06-25 Nikita PopovFix off-by-one error
2018-06-25 Nikita PopovFixed bug #76509
2018-06-25 Nikita PopovUpdate array_element_type inference for previous change
2018-06-25 Nikita PopovUse COPY_DEREF for DIM_IS and LIST_R as well
2018-06-25 Markus Staab[ci skip] fixed typos
2018-06-25 Dmitry StogovAdded note about zend_function.reserved[] fields usage
2018-06-25 Dmitry StogovImproved type inference. Result of opcodes using ZVAL_C...
2018-06-25 Christoph M... Merge branch 'PHP-7.2'
2018-06-25 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-06-25 Christoph M... Fix arginfo wrt. optional/required parameters
2018-06-25 Christoph M... Remove useless PHPDBG_* constants
2018-06-25 Anatol BelskiMerge branch 'PHP-7.2'
2018-06-25 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-06-25 Anatol BelskiPrepare tests for ICU 62.1
2018-06-25 Nikita PopovUse COPY_DEREF instead of COPY_UNREF
2018-06-25 DustaUpdate http to https
2018-06-25 COFFEEnumner => number
2018-06-24 Nikita PopovMerge branch 'PHP-7.2'
2018-06-24 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-06-24 Nikita PopovFixed bug #76502
2018-06-24 Nikita PopovRemove expr_without_variable
2018-06-22 Anatol BelskiRemove obsolete version checks in tests
2018-06-22 Anatol Belski[ci skip] Update NEWS
2018-06-22 Anatol BelskiIf there's no setlocale, char tables are not used
2018-06-22 Nikita PopovMerge branch 'PHP-7.2'
2018-06-22 Nikita PopovFixed bug #76520
2018-06-22 Anatol BelskiDon't discard char tables just generated
2018-06-22 Remi Colletadd note about php_url struct changes
2018-06-22 Anatol BelskiImprove locale character tables handling and reduce...
2018-06-22 Dmitry StogovReduced overhead of magic method calls (__get/__set...
2018-06-22 Dmitry Stogovretval shouldn't be NULL
2018-06-22 Dmitry StogovReduce spl_autoload() overhead
2018-06-22 Anatol BelskiFixed bug #76514 Regression in preg_match makes it...
2018-06-22 Dmitry StogovMerge branch 'PHP-7.2'
2018-06-22 Dmitry StogovMerge branch 'PHP-7.1' into PHP-7.2
2018-06-22 Dmitry StogovAdded parenthesis
2018-06-21 Dmitry StogovAvoid duplication of "shadow" property_info
2018-06-21 Christoph M... Fix line endings in new PHPT
2018-06-21 Christoph M... Fix #76512: \w no longer includes unicode characters
2018-06-21 Jakub ZelenkaMerge branch 'PHP-7.2'
2018-06-21 Jakub ZelenkaMake new openssl ext tests in 7.2 consitent
2018-06-21 Jakub ZelenkaMerge branch 'PHP-7.2'
2018-06-21 Jakub ZelenkaMerge branch 'PHP-7.1' into PHP-7.2
2018-06-21 Jakub ZelenkaUse unix NL in all openssl ext tests
2018-06-21 Jakub ZelenkaMake code in openssl ext tests more consistent
2018-06-21 Charles R.... RFC: Argon2 Password Hash Enhancements Implementation...
2018-06-21 Peter KokotBump phar and hash extension version to match PHP version
2018-06-21 Dmitry StogovAvoid reusing zend_function.common.prototype for magic...
2018-06-21 Anatol BelskiGereralize VA macro expansion mechanism
2018-06-21 Xinchen HuiUpdate NEWS
2018-06-21 Xinchen HuiMerge branch 'PHP-7.2'
2018-06-21 Xinchen HuiUpdate NEWS
2018-06-21 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2018-06-21 Xinchen HuiFixed bug #76505 (array_merge_recursive() is duplicatin...
2018-06-20 Stanislav MalyshevMerge branch 'PHP-7.2'
2018-06-20 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2018-06-20 Stanislav MalyshevRevert "ICU 59+ requires C++11 and errors out without...
2018-06-20 Nikita PopovRemove unnnecessary DEREF parameter
2018-06-20 Nikita PopovRemove code duplication
2018-06-20 Nikita PopovMerge branch 'PHP-7.2'
2018-06-20 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-06-20 Nikita PopovFixed bug #73342
2018-06-20 Stanislav MalyshevMerge branch 'pull-request/3281'
2018-06-19 Stanislav MalyshevMerge branch 'pull-request/3274'
2018-06-19 Stanislav MalyshevMerge branch 'pull-request/3288'
2018-06-19 Stanislav MalyshevMerge branch 'pull-request/3309'
2018-06-19 Sara GolemonMove class constant definition to the right enum file
2018-06-19 Christoph M... Update NEWS for 7.3.0alpha3
2018-06-19 Gabriel CarusoReport unknown variables passed to compact()
2018-06-19 Robert LuFix bug #44217: Output after stdout/stderr closed cause...
2018-06-18 David Carlierphar module, unsignedness check changes.
2018-06-18 Dmitry StogovFixed bug #76466 (Loop variable confusion)
2018-06-18 Xinchen HuiFixed typo
2018-06-18 Xinchen Huiuse defined macro
2018-06-18 Xinchen HuiFixed bug #76437 (token_get_all with TOKEN_PARSE flag...
next