]> granicus.if.org Git - php/shortlog
php
2020-05-12 Rod EliasTrim trailing whitespaces and fix code style
2020-05-12 Gerard Rocherun-tests: remove use of FILE_BINARY constant
2020-05-12 Nikita PopovRemove zend_qsort
2020-05-12 Christoph M... Merge branch 'PHP-7.4'
2020-05-12 Christoph M... Skip test on big-endian architectures
2020-05-12 Dmitry StogovAvoid useless manual instruction encoding
2020-05-12 Dmitry StogovMove EG(vm_interrupt) checks at the end of the trace...
2020-05-12 Christoph M... Merge branch 'PHP-7.4'
2020-05-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-12 Christoph M... Fix #79489: .user.ini does not inherit
2020-05-12 Christoph M... Merge branch 'PHP-7.4'
2020-05-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-12 Christoph M... [ci skip] Update NEWS
2020-05-12 Remi ColletMerge branch 'PHP-7.4'
2020-05-12 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2020-05-12 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2020-05-12 Remi Colletbump version to 7.2.32-dev
2020-05-11 Stanislav MalyshevUpdate NEWS
2020-05-11 Stanislav MalyshevMerge branch 'PHP-7.4'
2020-05-11 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2020-05-11 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2020-05-11 Christoph M... Fix #78876: Long variables cause OOM and temp files...
2020-05-11 Christoph M... Fix #78875: Long filenames cause OOM and temp files...
2020-05-11 George Peter... Refactor mb_substitute_character()
2020-05-11 Nikita PopovDeprecate old ReflectionParameter type declaration...
2020-05-11 George Peter... Remove old ARG_COUNT() macro
2020-05-11 Christoph M... Merge branch 'PHP-7.4'
2020-05-11 Christoph M... Fix #79571: FFI: var_dumping unions may segfault
2020-05-11 Christoph M... Update AppVeyor for enchant-2
2020-05-11 Nikita PopovDon't reset SIGG(running) when calling zend_on_timeout
2020-05-11 Nikita PopovUse standard key behavior in array_column()
2020-05-11 Nikita PopovOnly use ifunc resolvers if __builtin_cpu_supports...
2020-05-11 Nikita PopovReapply "Remove configure checks for supported instruct...
2020-05-11 Nikita PopovAdd get_resource_id() function
2020-05-11 Xinchen HuiMerge branch 'sse2_urlencode' of https://github.com...
2020-05-11 Christoph M... Use supported printf format on Win64
2020-05-11 Nikita PopovMerge branch 'PHP-7.4'
2020-05-11 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-05-11 Indrek ArdelFix default sendmail path when not found during build
2020-05-11 Nikita PopovMerge branch 'PHP-7.4'
2020-05-11 Alex DowadDon't check directory atime in lstat_stat_variation10...
2020-05-11 Nikita PopovFix use-after-free in sysvsem
2020-05-11 Rod EliasAdd `pkg-config` to the build list
2020-05-09 Nikita PopovFix bug68996.phpt test
2020-05-09 Xinchen Huidrop use of extract_epi16
2020-05-08 Adam BaratzSkip test if bigint type is unsupported by active TDS...
2020-05-08 Adam BaratzSet non-default error mode to maintain expected behavior
2020-05-08 Adam BaratzUpdate FreeTDS version detection related to bug #72969
2020-05-08 Máté KocsisMake float to string casts locale-independent
2020-05-08 Xinchen HuiUse SSE2 instructions do url_encode
2020-05-08 Dmitry Stogovcleanup
2020-05-07 Dmitry StogovChange parameter meaning.
2020-05-07 Dmitry StogovUse proper "cost"
2020-05-07 Dmitry StogovAvoid loop throgh side_exit from the first trace instru...
2020-05-07 Dmitry StogovFixed tracing JIT for CALL VM without global register...
2020-05-07 Nikita PopovEnsure ctype_string is NULL for C locale
2020-05-07 Nikita PopovFix test file encoding
2020-05-07 Dmitry StogovMore accurate tracing JIT for RETURN with unknown retur...
2020-05-07 Nikita PopovRename locale_string to ctype_string
2020-05-07 Nikita PopovRemove redundant htmlentities() tests
2020-05-07 Xinchen HuiFolder marks
2020-05-07 Nikita PopovReally fix test case
2020-05-07 Christoph M... Fix test case
2020-05-07 Tyson AndreEvaluate str_starts_with and str_ends_with on constants
2020-05-07 Nikita PopovDon't respect mbstring.internal_encoding in htmlentities()
2020-05-07 Nikita PopovAdd quiet parameter to internal HTML entities API
2020-05-07 Nikita PopovClean up determine_charset() implementation
2020-05-07 Nikita PopovThrow warning if invalid internal_encoding ini is specified
2020-05-07 Dmitry StogovPrevent taking side traces for exceptional cases. Alway...
2020-05-07 Nikita PopovRemove no_language from mbfl_string
2020-05-07 Nikita PopovOnly allow "pass" as input/output encoding
2020-05-07 Máté KocsisRename the recently introduced Sysvsem class to SysvSem...
2020-05-07 Nikita PopovReturn false from failed mb_convert_variables()
2020-05-07 Christoph M... Enable test on Windows
2020-05-07 Xinchen HuiFixed false alarm about tmp_name maybe unitialized
2020-05-07 Dmitry StogovFixed comment
2020-05-06 Nikita PopovFix assertion failure when failing to detect encoding
2020-05-06 Dmitry StogovAvoid Program Counter guard in side trace started from...
2020-05-06 George Peter... Use int|string Fast ZPP macro in Reflection
2020-05-06 Dmitry StogovInitial support for IS_INDIRECT. Avoid type guards...
2020-05-06 Máté KocsisPromote warning to exception in ZipArchive::extractTo()
2020-05-06 Máté KocsisFix UNKNOWN default values in ext/spl
2020-05-06 Máté KocsisFix UNKNOWN default values in ext/sqlite3
2020-05-06 Máté KocsisFix UNKNOWN default values in ext/xml
2020-05-06 Máté KocsisFix UNKNOWN default values in ext/xsl
2020-05-06 Máté KocsisFix UNKNOWN default values in ext/zip
2020-05-06 Máté KocsisFix ZPP order in ext/zip
2020-05-06 George Peter... Drop BF_ASM constant as it's always 0
2020-05-06 Christoph M... Remove out-dated comments
2020-05-06 Máté KocsisConvert resource to object in ext/sysvsem
2020-05-06 Dmitry StogovCareful cleanup
2020-05-06 Remi Colletadd myself as enchant maintainer
2020-05-06 Christoph M... Fix enchant stub
2020-05-06 Remi Colletenchant: bump license version
2020-05-06 Nikita PopovAdd zend_array_release() function
2020-05-06 Nikita PopovRevert "Move declaration at top of the block"
2020-05-06 Xinchen HuiMove declaration at top of the block
2020-05-05 George Peter... Use correct variable
2020-05-05 Máté KocsisFix UNKNOWN default values in various extensions
2020-05-05 Nikita PopovMake numeric operations on resources, arrays and object...
next