]> granicus.if.org Git - php/shortlog
php
2018-01-26 Nikita PopovDrop the ext/intl/doc directory
2018-01-26 Anatol BelskiAdd RtlSecureZeroMemory to explicit_bzero() compile...
2018-01-26 Dmitry StogovMerge branch 'PHP-7.2'
2018-01-26 Dmitry StogovRestore initial values on graceful server restart.
2018-01-25 Anatol BelskiShow the tidyp name, if it was used
2018-01-25 Anatol BelskiAdd missing define after e7da9685
2018-01-25 David CarlierTidy extension update to be able to either use tidy...
2018-01-25 Anatol BelskiRevoke the gcc only restriction
2018-01-24 Nat ZimmermannAdd tests for `json_decode` with depth below 0
2018-01-24 Nikita PopovMerge branch 'PHP-7.2'
2018-01-24 Michael Orlitzkyext/session: catch incompatible configure flags earlier.
2018-01-24 Anatol BelskiReimplement ASCII conversion using aligned routine
2018-01-24 Anatol BelskiMacrify the common operation
2018-01-24 Derick RethansUpdated to version 2018.3 (2018c)
2018-01-24 Derick RethansEmpty merge
2018-01-24 Derick RethansUpdated to version 2018.3 (2018c)
2018-01-24 Derick RethansEmpty merge
2018-01-24 Derick RethansUpdated to version 2018.3 (2018c)
2018-01-24 Anatol BelskiMove useful macro into zend_portability.h
2018-01-24 Anatol BelskiImplement intrinsic function resolving per MINIT
2018-01-23 Sara GolemonRemove padding just merged since 7.3 isn't released...
2018-01-23 Sara GolemonMerge branch 'PHP-7.2'
2018-01-23 Sara GolemonMerge branch 'PHP-7.1' into PHP-7.2
2018-01-23 Sara GolemonFix alignment of PG struct cause by ignore_user_abort...
2018-01-23 Sara GolemonMerge branch 'PHP-7.2'
2018-01-23 Sara GolemonMerge branch 'PHP-7.1' into PHP-7.2
2018-01-23 Sara GolemonMerge branch 'PHP-7.0' into PHP-7.1
2018-01-23 Sara GolemonUse Z_EXPECTED_LONG to initialize FAST_ZPP parsing...
2018-01-23 Sara GolemonMerge branch 'PHP-7.2'
2018-01-23 Sara GolemonMerge branch 'PHP-7.1' into PHP-7.2
2018-01-23 Sara GolemonBigEndian fix for ignore_user_abort. Use zend_bool...
2018-01-23 Dmitry StogovAccess extra data stored in zval through macros
2018-01-22 Christoph M... Update to SQLite 3.22.0
2018-01-22 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-22 Anatol Belski[ci skip] Update NEWS
2018-01-22 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-22 Anatol Belski[ci skip] Update NEWS
2018-01-22 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-22 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-22 Anatol BelskiFixed bug #73725 Unable to retrieve value of varchar...
2018-01-22 Dmitry StogovRemoved commented unoptimized code
2018-01-22 Dmitry StogovUse OBJ_FLAGS() macro to access object flags (even...
2018-01-22 Dmitry StogovUse OBJ_FLAGS() macro to access object flags (even...
2018-01-22 Dmitry StogovMerge HashTable.u.v.consistency into HashTable.u.v...
2018-01-22 Dmitry StogovUse HT_FLAGS() macro
2018-01-22 Dmitry StogovIntroduce mcros to access HashTable iterators counter
2018-01-22 Dmitry Stogovws
2018-01-22 Dmitry StogovAccess HashTable.u.flags through HT_FLAGS() macro.
2018-01-19 David CarlierNetBSD has its own unoptimizable memset version since...
2018-01-19 Anatol BelskiImplement SSE2 based ASCII to UTF-16 conversion
2018-01-19 Dmitry StogovGet rid of IS_TYPE_COPYABLE.
2018-01-19 Dmitry StogovUse reference-counting instead of duplication
2018-01-19 Dmitry StogovOnly persistent referencecounted strings should be...
2018-01-19 Dmitry StogovUsee reference-counting instead of duplication
2018-01-19 Dmitry StogovAvoid useless duplication
2018-01-18 Dmitry StogovMove invariant code out of loop
2018-01-18 Dmitry StogovUse reference-counting instead of duplication and separ...
2018-01-18 Dmitry StogovRemoved IS_TYPE_COPYABLE flag from IS_STRING zvals.
2018-01-18 Dmitry StogovMoved IS_CONSTANT_VISITED_MARK, used for protection...
2018-01-18 Xinchen HuiMerge branch 'PHP-7.2'
2018-01-18 Xinchen HuiUpdated NEWS
2018-01-18 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-18 Xinchen HuiFixed #75838 (Memory leak in pg_escape_bytea())
2018-01-17 Dmitry StogovExpand SEPARATE_STRING()
2018-01-17 Dmitry StogovRemoved useless SEPARATE_STRING() (zend_string_extend...
2018-01-17 Dmitry StogovClenaup SEPARATE_ZVAL...() macros (the behavior is...
2018-01-17 Anatol BelskiAdd missing closing fold
2018-01-17 Dmitry StogovEliminate duplication, increment_string() performs...
2018-01-17 Dmitry StogovSend by reference without duplication
2018-01-17 Dmitry StogovZVAL_COPY_OR_DUP() instead of ZVAL_DUP()
2018-01-17 Dmitry StogovMore effecient array duplication
2018-01-17 Dmitry StogovMore effecient array duplication
2018-01-17 Dmitry StogovMore effecient conversion
2018-01-17 Dmitry StogovUse ZVAL_COPY() instead og ZVAL_DUP(), because fault...
2018-01-17 Dmitry StogovUse zval_copy_ctor_func() instead of _zval_copy_ctor_fu...
2018-01-17 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-17 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-17 Anatol BelskiAdd switches for Spectre variant 1 mitigation
2018-01-17 Dmitry StogovScalar types don't have reference counter
2018-01-17 Dmitry StogovEliminate duplication
2018-01-17 Dmitry StogovUse ZVAL_DUP() instead of zval_copy_ctor()
2018-01-17 Dmitry StogovResource is not copyable (just refcounted)
2018-01-17 alexanderholmanFixed bug #74719
2018-01-17 Dmitry StogovSimplified conversion
2018-01-17 Dmitry StogovEliminate separations
2018-01-17 Dmitry StogovEliminate useless separations
2018-01-17 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2018-01-17 Dmitry StogovEliminate useless separations
2018-01-17 Dmitry StogovAvoid separation and simlifyed conversion
2018-01-17 Xinchen HuiDon't use ifunc if compiling with __SSE4_2__ deinfed
2018-01-17 Dmitry StogovEliminate useless separation
2018-01-17 Dmitry StogovEliminate useless separation
2018-01-17 Dmitry StogovEliminate useless separations
2018-01-17 Dmitry StogovA cheaper way to clone reference value.
2018-01-17 Xinchen HuiFixed build extension by phpize
2018-01-17 Dmitry StogovUse SEPARATE_ARRAY
2018-01-17 Dmitry StogovUse SERPARATE_ARRAY
2018-01-17 Dmitry StogovUse SEPARATE_ARRAY
2018-01-17 Dmitry StogovReplaced separation with destructor
2018-01-17 Dmitry StogovRemoved useless separation
next