]> granicus.if.org Git - php/shortlog
php
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.
2018-01-15 Dmitry StogovOptimize zval_dtor_func()
2018-01-15 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-15 Anatol Belski[ci skip] Update NEWS
2018-01-15 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-15 Anatol Belski[ci skip] Update NEWS
2018-01-15 Dmitry StogovAdded missing #if to allow compilation withput ZEND_MM_...
2018-01-15 Dmitry StogovManual CSE
2018-01-15 Xinchen HuiAdded missed PHPAPI
2018-01-15 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2018-01-15 Xinchen HuiRestore change committed by accident
2018-01-15 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-15 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-15 Anatol BelskiAllow pecl like usage in ext/phar, closes #2955
2018-01-15 Xinchen HuiOptimized php_addslashes with SSE4.2 instructions
2018-01-15 motecshineRemove double include of fpm_scoreboard.h
2018-01-15 Bishop BettiniAdd test for bug #66960
2018-01-15 Nikita PopovMerge branch 'PHP-7.2'
2018-01-15 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-01-15 Nikita PopovFixed bug #75079
2018-01-14 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-14 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-14 Anatol BelskiSync for upcoming vc++ 15.6 version raise
2018-01-13 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-13 Anatol Belski[ci skip] Update NEWS
2018-01-13 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-13 Anatol Belski[ci skip] Update NEWS
2018-01-13 Anatol BelskiMerge branch 'PHP-7.2'
2018-01-13 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-01-13 Anatol BelskiFix invalid free
2018-01-13 Nikita PopovMerge branch 'PHP-7.2'
2018-01-13 Nikita PopovMerge branch 'PHP-7.1' into PHP-7.2
2018-01-13 Nikita PopovFix generator GC if yield from parent chain does not...
next