]> granicus.if.org Git - php/shortlog
php
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...
2020-05-05 William HudginsAdd str_starts_with() and str_ends_with()
2020-05-05 Christoph M... Merge branch 'PHP-7.4'
2020-05-05 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-05 Christoph M... Fix #79566: Private SHM is not private on Windows
2020-05-04 Nikita PopovFix mbfl default allocators
2020-05-04 Nikita PopovSpec mbfl allocators as infallible
2020-05-04 Nikita PopovRemove persistent allocators from libmbfl
2020-05-04 Christoph M... Merge branch 'PHP-7.4'
2020-05-04 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-04 Christoph M... Fix #79561: dns_get_record() fails with DNS_ALL
2020-05-04 AllenJBChange the default PDO error mode to exceptions
2020-05-04 Nikita PopovPerform isupper check using sse2 as well
2020-05-04 Nikita PopovMerge branch 'PHP-7.4'
2020-05-04 Nikita PopovFixed bug #79548
2020-05-04 Nikita PopovExtract one more function from proc_open() implementation
2020-05-04 Alex DowadClean up proc_open() implementation
2020-05-04 Nikita PopovRemove unused is_persistent flag
2020-05-04 Nikita PopovMerge branch 'PHP-7.4'
2020-05-04 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-05-04 Nikita PopovFixed bug #79535
2020-05-04 Nikita PopovMerge branch 'PHP-7.4'
2020-05-04 Nikita PopovFix i386 build on Azure
2020-05-04 George Peter... Use ZPP int|string and add ValueError for Windows codepages
2020-05-04 Christoph M... Merge branch 'PHP-7.4'
2020-05-04 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-04 Christoph M... Add basic sapi_windows_cp_conv() test
2020-05-04 Christoph M... Use libenchant2 if available on Windows
2020-05-04 Remi ColletUse libenchant-2 when available
2020-05-03 Christoph M... Fix #79467: data:// wrappers are writable
2020-05-02 George Peter... Use ZPP check for string|int|null arguments in array_co...
2020-05-02 George Peter... Add Fast ZPP string|int type check
2020-05-02 Christoph M... Don't raise bogus warning if writing completely failed
2020-05-02 Nikita PopovRemove is_persistent flag from proc_open implementation
2020-05-02 Máté KocsisConvert UNKNOWN default values to null in ext/date
2020-05-02 Máté KocsisConvert UNKNOWN default values to null in ext/calendar
2020-05-02 Máté KocsisConvert UNKNOWN default values to null in ext/bcmath
2020-05-01 Tyson AndreFix miscellaneous typos in code comments/var names
2020-05-01 Máté KocsisRemove the deprecated is_real() function
2020-05-01 Christoph M... Merge branch 'PHP-7.4'
2020-05-01 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-01 Christoph M... Fix #79528: Different object of the same xml between...
2020-05-01 Alex DowadAvoid spurious failures of MySQL INSERT packet overflow...
2020-05-01 Alex DowadTry to make regression test for Bug #69900 consistent
2020-05-01 Tyson AndreFix other typos in param name/code comments
2020-05-01 Tyson Andre[skip ci] Fix a typo in UPGRADING
2020-04-30 Dmitry StogovBetter handling of IS_UNDEF variables
2020-04-30 Dmitry StogovReplace ZEND_ASSERT() by conditional compilation abort.
2020-04-30 Xinchen HuiUse ascii lowercase if locale is default C
2020-04-30 Nikita PopovDo not inherit LC_CTYPE locale from environment
2020-04-30 Nikita PopovRevert "Insert one more debug output"
2020-04-30 Nikita PopovCompletely remove disabled functions from function...
next