]> granicus.if.org Git - php/shortlog
php
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
2018-01-16 Dmitry StogovAvoid array duplication and in-place modification
2018-01-16 Dmitry StogovA cheaper way to reset type flags.
2018-01-16 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-16 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-16 Anatol Belski7.0.15 next
2018-01-16 Dmitry StogovAdded zendi_smart_streq() for smart string equality...
2018-01-16 Dmitry StogovInline function
2018-01-16 Anatol BelskiThe cpu setup is still needed when ifunc is supported
2018-01-16 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2018-01-16 Dmitry StogovAvoid EG(vm_interrupt) check on forward JMP
2018-01-16 Anatol BelskiSeparate the cpuinfo initialization part and call it...
2018-01-16 Anatol BelskiFix __cpuidex usage
2018-01-16 Xinchen HuiFixed NEWS
2018-01-16 Remi ColletMerge branch 'PHP-7.2'
2018-01-16 Remi Colletnext is 7.2.3
2018-01-16 Dmitry StogovReplace checks with asserts
2018-01-16 Dmitry StogovRemoved reference to the obsolete zend_vm_use_old_execu...
2018-01-16 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2018-01-16 Dmitry StogovUse fastcall calling convention
2018-01-16 Xinchen HuiAdded missed header file
2018-01-16 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2018-01-16 Xinchen HuiAdded ZEND_API zend_cpu_supports
2018-01-16 Dmitry StogovRemoved recursive call
2018-01-16 Dmitry StogovPut ZEND_FASTCALL into the proper place.
next