]> granicus.if.org Git - php/shortlog
php
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...
2020-04-30 Christoph M... Revert "Show eventual output of clean sections"
2020-04-30 Remi Colletdoc enchant changes
2020-04-30 Remi Colletremove deprecated call and deprecate function to be...
2020-04-29 Alex DowadCode tweaks: Remove unneeded semicolons
2020-04-29 Nikita PopovTreat invalid characters in basename() consistently
2020-04-29 Nikita PopovClean up naming in basename() implementation
2020-04-29 Dmitry StogovImproved tracing JIT for nested calls
2020-04-29 Nikita PopovMerge branch 'PHP-7.4'
2020-04-29 Nikita PopovReduce test parallelism on ARM64 CI
2020-04-29 Remi Colletmanage ZEND_DEP_FALIAS in gen_stub
2020-04-29 Christoph M... Merge branch 'PHP-7.4'
2020-04-29 Christoph M... Pass worker ID to clean scripts
2020-04-29 Xinchen HuiMerge branch 'PHP-7.4'
2020-04-29 Xinchen HuiMerge branch 'PHP-7.4' of git.php.net:/php-src into...
2020-04-29 Xinchen HuiFixed bug #79536 (zend_clear_exception prevent exceptio...
2020-04-29 Dmitry Stogovwhite space fixes
2020-04-29 Nikita PopovJIT: Save opline before calling zend_timeout
2020-04-29 Christoph M... Merge branch 'PHP-7.4'
2020-04-29 Christoph M... Fix #79532: sizeof off_t can be wrong
2020-04-29 Nikita PopovRemove redundant addref+dtor
2020-04-29 Nikita PopovRemove dead code
2020-04-29 Nikita PopovMerge branch 'PHP-7.4'
2020-04-29 Nikita PopovMake 045.phpt busy wait
2020-04-29 Nikita PopovRevert "Merge branch 'sse2_strtolower' of https://githu...
2020-04-29 Christoph M... Enclose contents of CLEAN sections in PHP tags
2020-04-29 Xinchen HuiMerge branch 'sse2_strtolower' of https://github.com...
2020-04-28 Nikita PopovInsert one more debug output
2020-04-28 Gabriel CarusoCheck `__set_state` structure
2020-04-28 Nikita PopovAllow optional trailing comma in parameter list
2020-04-28 Christoph M... Show eventual output of clean sections
2020-04-28 Nikita PopovLess conservative fix
2020-04-28 Nikita PopovFix JIT segfaults in FFI tests
2020-04-28 Nikita PopovFix ifunc resolver return type warning
2020-04-28 Nikita PopovMerge branch 'PHP-7.4'
next