]> granicus.if.org Git - php/shortlog
php
2018-07-26 Gabriel CarusoRemove extra semicolons
2018-07-26 Dmitry StogovPack zend_constant.flags and zend_constant.module_numbe...
2018-07-26 Dmitry StogovDocumented ZEND_ACC_* flags (values are kept unchanged...
2018-07-26 Gabriel CarusoRemove unused variables
2018-07-26 Gabriel CarusoRemove extra semicolons
2018-07-25 Peter KokotReplace obsolete AC_TRY_CPP with AC_PREPROC_IFELSE
2018-07-25 Dmitry Stogovtypo
2018-07-25 Dmitry StogovEncode parent class name as IS_CONST operand in DECLARE...
2018-07-25 Peter KokotFix typos in code comments
2018-07-25 Dmitry StogovRegenerate scanners using re2c version >= 1.0.0 (newer...
2018-07-25 Dmitry StogovSplit add/sub_function(s) into fast and slow parts
2018-07-25 Peter KokotRemove obsolete macro AC_DECL_YYTEXT
2018-07-24 Peter KokotRemove unused Git attributes ident
2018-07-24 Christoph M... Merge branch 'PHP-7.2'
2018-07-24 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-07-24 Christoph M... Fix #76643: Segmentation fault when using `output_add_r...
2018-07-24 Dmitry StogovBetter name: ZEND_PROPERTY_HAS => ZEND_PROPERTY_NOT_EMPTY
2018-07-24 Xinchen HuiGive a meaningful name
2018-07-24 Xinchen HuiMicro-optmization
2018-07-24 Xinchen HuiUpdate NEWs
2018-07-24 Xinchen HuiMerge branch 'PHP-7.2'
2018-07-24 Xinchen HuiUpdate NEWs
2018-07-24 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-24 Xinchen HuiFixed bug #68553 (array_column: null values in $index_k...
2018-07-24 Xinchen HuiMerge branch 'master' of https://github.com/oerdnj...
2018-07-23 Kalle Sommer... Merge branch 'master' of git.php.net:/php-src
2018-07-23 Kalle Sommer... Removed the generated-tests library, this is a left...
2018-07-23 Dmitry StogovFixed tests
2018-07-23 Dmitry StogovAvoid code duplication
2018-07-23 Kalle Sommer... Fix HKEY registry path (not that it should matter,...
2018-07-23 Kalle Sommer... Remove some dead code
2018-07-23 Dmitry StogovUse better destructor (key may be only IS_STRING or...
2018-07-23 Dmitry StogovAPI cleanup.
2018-07-23 Dmitry StogovMicro-optimization
2018-07-23 Xinchen HuiMerge branch 'PHP-7.2'
2018-07-23 Xinchen HuiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-23 Xinchen HuiFixed pefree_size (efree_size will be expaned to do...
2018-07-22 Gabriel CarusoGive a reason why the test was skipped
2018-07-22 Gabriel CarusoUse variables that already received ZEND_NUM_ARGS()
2018-07-22 Jakub ZelenkaReturn bool from zlog_stream_set_msg_{prefix,suffix}
2018-07-22 Christoph M... Merge branch 'PHP-7.2'
2018-07-22 Christoph M... Merge branch 'PHP-7.1' into PHP-7.2
2018-07-22 Christoph M... Fix #52974: jewish.c: compile error under Windows with...
2018-07-22 Jakub ZelenkaUpdate NEWS and UPGRADING with info about syslog.filter
2018-07-22 Jakub ZelenkaRename none syslog.filter to all and update ini description
2018-07-22 Philip PrindevilleAdd syslog.filter INI for filtering syslog messages
2018-07-21 Nikita PopovAdd UPGRADING notes for deprecations
2018-07-21 Nikita PopovDeprecate pdo_odbc.db2_instance_name
2018-07-21 Nikita PopovDeprecate string.strip_tags filter
2018-07-21 Nikita PopovDeprecate fgetss() and gzgetss()
2018-07-21 Nikita PopovDeprecate defining a free-standing assert() function
2018-07-21 Nikita PopovDeprecate non-string needles in string search functions
2018-07-21 Nikita PopovDeprecate undocumented mbereg_* aliases
2018-07-20 Peter KokotMove GMP bug 74670 test file to tests dir
2018-07-20 Nikita PopovFix off-by-one allocation
2018-07-20 Nikita PopovFix incorrect length calculation
2018-07-20 Trevor Rowbotham[ci skip] Add new global MBString constants to UPGRADING
2018-07-20 Gabriel CarusoRemoved and fixed unused variables
2018-07-19 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-19 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-19 Anatol BelskiUpdate binary SDK version for AppVeyor
2018-07-19 Ferenc KovacsMerge branch 'PHP-7.2'
2018-07-19 Ferenc KovacsMerge branch 'PHP-7.1' into PHP-7.2
2018-07-19 Ferenc KovacsMerge branch 'PHP-7.0' into PHP-7.1
2018-07-19 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2018-07-19 Ferenc Kovacs5.6.38 will be next
2018-07-19 Dmitry StogovRemoved redundand code
2018-07-19 Dmitry StogovMatching loops optimization
2018-07-19 Dmitry StogovMicro optimizations
2018-07-19 Dmitry StogovFixed typo
2018-07-18 Hongbofix ext_skel continue
2018-07-18 Dmitry StogovReorder conditions
2018-07-18 Dmitry StogovMove "/e" modifier check into regex compiler
2018-07-18 Dmitry StogovMerge "no_utf_check" and "g_notempty" into single ...
2018-07-18 Dmitry StogovAllocate array of proper size
2018-07-18 Dmitry StogovPerform checks for propertis started with '\\0' only...
2018-07-18 Christoph M... [ci skip] Fix typo in comment
2018-07-18 Remi Colletadd info about zend_class_entry.iterator_funcs
2018-07-17 Dmitry StogovImproved "Fast Shutdown".
2018-07-17 Christoph M... Update NEWS for 7.3.0beta1
2018-07-17 Ondřej SurýUse __cpuid_count() from cpuid.h instead of custom...
2018-07-17 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-17 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-17 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2018-07-17 Anatol Belski7.0.32 next
2018-07-17 Dmitry StogovInline FETCH_CONST and DEFINED handlers into "hybrid...
2018-07-17 Anatol BelskiMerge branch 'master' of git.php.net:php-src
2018-07-17 Anatol BelskiMerge branch 'PHP-7.2'
2018-07-17 Anatol BelskiMerge branch 'PHP-7.1' into PHP-7.2
2018-07-17 Dmitry StogovReduce overhead of case-insensitive constants deprecati...
2018-07-17 Anatol BelskiMerge branch 'PHP-7.0' into PHP-7.1
2018-07-17 Anatol Belski[ci skip] Update NEWS
2018-07-17 Christoph M... Improve implementation of array_key_first() and array_k...
2018-07-17 Enno WoortmannAdd implementation and tests for new methods - array_ke...
2018-07-17 Christoph M... FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated
2018-07-17 Christoph M... Deprecate explicit use of FILTER_FLAG_SCHEME|HOST_REQUIRED
2018-07-17 Remi ColletMerge branch 'PHP-7.2'
2018-07-17 Remi ColletNEWS
2018-07-17 Stanislav MalyshevMerge branch 'PHP-7.2'
2018-07-17 Stanislav MalyshevFix test
next