]> granicus.if.org Git - php/shortlog
php
2020-06-25 Nikita PopovDon't use iterator_funcs_ptr if it is null
2020-06-24 Alex DowadRemove useless prototype for spl_heap_get_iterator
2020-06-24 Alex DowadFix {{{ comment to match function name for php_replace_...
2020-06-24 Alex DowadCorrect comment in plain_wrapper.c (refers to microseco...
2020-06-24 Alex DowadUpdate UPGRADING.INTERNALS re: removed --disable-inline...
2020-06-24 Nikita PopovSort extensions alphabetically
2020-06-24 Nikita PopovGenerate tabs in generate_mime_type_map.php
2020-06-24 Nikita PopovIntroduce InternalIterator
2020-06-24 Nikita PopovMake SimpleXMLElement a RecursiveIterator
2020-06-24 Máté KocsisAdd the ZEND_ACC_NO_DYNAMIC_PROPERTIES flag to Shmop
2020-06-24 Nikita PopovMerge branch 'PHP-7.4'
2020-06-24 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-06-24 Herbert256Fixed bug #79030 Use usec from apache request time
2020-06-24 Christoph M... Convert shmop resources to opaque objects
2020-06-24 Alex DowadClean house in cryptographic hashing code
2020-06-24 Alex DowadFix typos in test cases for crypt_sha{256,512}
2020-06-24 Máté KocsisRemove unnecessary PHPDoc-alike blocks from tests
2020-06-24 Nikita PopovFix potential use-after-scope if crypt_r is used
2020-06-24 Nikita PopovRemove deprecated DES fallback in crypt()
2020-06-24 Nikita PopovEnforce min/max rounds in sha256/sha512 crypt
2020-06-24 Nikita PopovMerge branch 'PHP-7.4'
2020-06-24 Nikita PopovHandle *0 / *1 more consistently
2020-06-24 Nikita PopovFix crypt_r detection
2020-06-24 Christoph M... Properly initialize displaysize
2020-06-24 Máté KocsisAdd ZEND_ACC_NO_DYNAMIC_PROPERTIES flag to SysvMessageQueue
2020-06-24 Nikita PopovAdd flag to forbid dynamic property creation on interna...
2020-06-24 Christoph M... Merge branch 'PHP-7.4'
2020-06-24 Christoph M... Fix potential environment variable deadlock
2020-06-24 Christoph M... Merge branch 'PHP-7.4'
2020-06-24 Christoph M... Fix #69804: ::getStaticPropertyValue() throws on protec...
2020-06-24 Nikita PopovAdd test case for previous commit
2020-06-24 Nikita PopovFix verify arg jit for references
2020-06-24 Christoph M... Mark phpdbg test as XFAIL on Windows with JIT enabled
2020-06-24 Nikita PopovSkip two curl tests under asan
2020-06-24 Christoph M... Merge branch 'PHP-7.4'
2020-06-24 Christoph M... Fix #79487: ::getStaticProperties() ignores property...
2020-06-24 Nikita PopovInclude stub hash in generated arginfo files
2020-06-24 Alex DowadIncrease failure threshold for 'extensive backtracking...
2020-06-23 Máté KocsisRemove outdated PHPDoc from ext/enchant's stub
2020-06-23 Dmitry StogovImproved JIT for RECV and RECV_INIT instructions
2020-06-23 George Peter... Use standard bool type in EXIF extension
2020-06-23 Christoph M... Merge branch 'PHP-7.4'
2020-06-23 Christoph M... Revert "Fix #79487: ::getStaticProperties() ignores...
2020-06-23 Christoph M... Merge branch 'PHP-7.4'
2020-06-23 Christoph M... Fix #79487: ::getStaticProperties() ignores property...
2020-06-23 Máté KocsisDeprecate the procedural API of ext/zip
2020-06-23 Dmitry StogovReplace exceptional code by side exit to VM
2020-06-23 Dmitry StogovCleanup and better register usage
2020-06-23 Dmitry StogovReduce amount of "cold" code generated for FETCH_OBJ_...
2020-06-23 Alex DowadSimplify `_crypt_extended_init_r`, and fix redundant...
2020-06-23 Christoph M... Merge branch 'PHP-7.4'
2020-06-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-23 Christoph M... Fix #55857: ftp_size on large files
2020-06-23 Máté KocsisFix a couple of UNKNOWN default values in ext/session
2020-06-23 Nikita PopovRemove unnecessary initialization in phpdbg webhelper
2020-06-23 Nikita PopovEnable dba on azure
2020-06-23 Máté KocsisFix UNKNOWN default values in ext/readline
2020-06-23 Dmitry StogovImprove JIT for SEPARATE_ARRAY
2020-06-23 Nikita PopovFix missing initializers in dba inifile
2020-06-23 Nikita PopovMerge branch 'PHP-7.4'
2020-06-23 Nikita PopovAvoid convert_to_long_ex usage in readline
2020-06-23 Nikita PopovRestore XFAIL on fpm test
2020-06-23 Nikita PopovUpdate azure pipelins to ubuntu 20.04
2020-06-23 Dmitry StogovImprove spill code
2020-06-23 Dmitry StogovAvoid register spilling
2020-06-23 Christoph M... Merge branch 'PHP-7.4'
2020-06-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-23 Christoph M... 7.3 is now 7.3.21-dev
2020-06-23 Derick RethansMerge branch 'PHP-7.4'
2020-06-23 Derick RethansPHP-7.4 is now 7.4.9-dev
2020-06-22 Christoph M... Fix test wrt. commit 1a2732f9a8b3d62471b360f772b5458f78...
2020-06-22 Derick RethansConsistent file naming.
2020-06-22 George Peter... Use ZPP callable check for preg_replace_callback()...
2020-06-22 Nikita PopovAlso allow casting CurlMultiHandles
2020-06-22 Dmitry StogovFixed JIT failures on Windows
2020-06-22 Eddie KohlerCorrect implementation of joaat hash.
2020-06-22 Vladyslav Startsevmake bcpowmod stricter by not returning false, instead...
2020-06-22 David CarlierHaiku opcache jit build update
2020-06-21 Anatol BelskiMerge branch 'PHP-7.4'
2020-06-21 Anatol BelskiSplHeap: Avoid memcpy on overlapping pointer
2020-06-21 Michael Orlitzkysapi/fpm/config.m4: add a new --with-fpm-apparmor confi...
2020-06-20 Christoph M... Mark failing tests as XFAIL for now
2020-06-19 Nikita PopovAllow casting CurlHandle to int
2020-06-19 Alex DowadClean up some unused code (and fix some comments) in...
2020-06-19 Nikita PopovMerge branch 'PHP-7.4'
2020-06-19 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-06-19 Böszörményi... Fixed bug #79570
2020-06-19 David CarlierFix Haiku build
2020-06-19 Nikita PopovReturn void from php_jpeg_emit_message()
2020-06-19 Dmitry StogovJIT for FETCH_OBJ_W
2020-06-19 Nikita PopovMerge branch 'PHP-7.4'
2020-06-19 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-06-19 Nikita PopovFixed bug #79710
2020-06-19 Paul DragoonisRemoving HTML Functionality from run-tests.php
2020-06-19 Nikita PopovMerge branch 'PHP-7.4'
2020-06-19 Nikita PopovGenerate temporary config file when generating certificates
2020-06-19 Nikita PopovForbid use of <?= as a semi-reserved identifier
2020-06-18 Dmitry StogovMAY_BE_INDIRECT inference
2020-06-18 Nikita PopovFix CLI test if linked against libedit
2020-06-18 Nikita PopovMerge branch 'PHP-7.4'
next