]> granicus.if.org Git - php/shortlog
php
2020-09-09 Nikita PopovPass correct op_info to zend_jit_fetch_dim()
2020-09-09 twoseeFlesh out ZEND_HASH_REVERSE_FOREACH_* macros
2020-09-09 Christopher... Fix 3b0fecd and resulting test fail lob_012.phpt
2020-09-08 Dmitry StogovJIT for FETCH_DIM_W/RW insructions
2020-09-08 Christoph M... Fix Windows build for shared ext/sockets
2020-09-08 Nikita PopovDon't handle missing value in zend_verify_arg_error()
2020-09-08 Alex Dowadmb_str_split is already documented on php.net
2020-09-08 Dmitry StogovJIT for IN_ARRAY instruction.
2020-09-08 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-08 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-08 Christoph M... Fix #72941: Modifying bucket->data by-ref has no effect...
2020-09-08 Nikita PopovTry to fix 32-bit setcookie tests, again
2020-09-08 Remi Colletadd socket_ce and socket_import_file_descriptor in...
2020-09-08 Nikita PopovFix some snmp stubs
2020-09-08 Nikita PopovSuppress unused variable in snmp
2020-09-08 Nikita PopovRun the opcache-only configuration only for scheduled...
2020-09-08 Nikita PopovTry to fix setcookie() tests on 32-bit
2020-09-08 Dmitry Stogovmicro-optimization
2020-09-08 Dmitry StogovJIT for FETCH_LIST_R
2020-09-08 Máté KocsisFix UNKNOWN default values in ext/oci8
2020-09-08 Nikita PopovMake null byte error a ValueError
2020-09-08 Nikita PopovAlways use PCRE for mbstring.http_output_conv_mimetypes
2020-09-08 George Peter... Promote warnings to errors for set(raw)cookie()
2020-09-08 Nikita PopovMerge branch 'PHP-7.4'
2020-09-08 Nikita PopovSupport more placeholders in bless_tests.php
2020-09-08 Nikita PopovRequire $method parameter in openssl_seal/openssl_open
2020-09-08 Nikita PopovPromote warnings in exif
2020-09-08 Nikita PopovMerge branch 'PHP-7.4'
2020-09-08 Nikita PopovRevert "Update libzip on macos"
2020-09-08 Nikita PopovRevert "Manually build re2c on macos"
2020-09-08 Nikita PopovMerge branch 'PHP-7.4'
2020-09-08 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-08 Nikita PopovFixed bug #80077
2020-09-08 Dmitry Stogovdecbin/decoct/dechex optimization.
2020-09-08 Christopher... Catch type errors so test completes and doesn't diff
2020-09-08 Christopher... Accept updated error number generated by the latest...
2020-09-08 Christopher... Yes, and mask the dir path too.
2020-09-08 Christopher... Fix parsing regression from PHP 7
2020-09-07 Ilija ToviloAdjust assignment line number for match
2020-09-07 Nikita PopovReduce input size limit in execute fuzzer
2020-09-07 Dmitry StogovAdd "const". Move constant strings to read-only memory.
2020-09-07 Máté KocsisPromote warnings to exceptions in ext/intl
2020-09-07 Nikita PopovDon't allow dynamic properties on generators
2020-09-07 Máté KocsisFix UNKNOWN default values in various extensions
2020-09-07 Máté KocsisFix UNKNOWN default values in ext/standard
2020-09-07 Nikita PopovMerge branch 'PHP-7.4'
2020-09-07 Nikita PopovDon't leave behind temporary file in bug70362.phpt
2020-09-07 Nikita PopovDrop support for crypt() without explicit salt
2020-09-07 Nikita PopovAllocate temporary PCRE match data using ZMM
2020-09-07 Nikita PopovAvoid large eval inputs in fuzzer
2020-09-07 Nikita PopovAccept zend_string instead of zval in zend_compile_string
2020-09-07 Nikita PopovPrivate/public split curl header
2020-09-07 Nikita PopovRemove some unnecessary HAVE_EXTNAME guards
2020-09-07 David CarlierOpcache JIT, code simplification for Haiku.
2020-09-07 Nikita PopovAdd phpunit to community project tests
2020-09-07 Nikita PopovThrow on invalid mb_http_input() type
2020-09-06 Tyson AndreFix incorrect/unused macro
2020-09-06 Tyson AndreImprove handling of `#[` attributes in `php -a`
2020-09-05 Tyson AndreImprove handling of `#[` in `php -a`
2020-09-05 Nikita PopovMerge branch 'PHP-7.4'
2020-09-05 Nikita PopovFix azure i386 build
2020-09-04 Nikita PopovHandle null encoding in mb_http_input()
2020-09-04 Nikita PopovReenable s390x on travis
2020-09-04 Derick RethansFixed bug #80057 (DateTimeImmutable::createFromFormat...
2020-09-04 Máté KocsisPromote warnings to exceptions in ext/ldap
2020-09-04 Máté KocsisUse ZPP instead of custom type checks
2020-09-04 Máté KocsisUse the canonical order of types in array|string ZPP...
2020-09-04 Máté KocsisAdd the Z_PARAM_ARRAY_HT_OR_NULL and Z_PARAM_OBJ macros
2020-09-04 George Peter... Extract common flock code
2020-09-04 Nikita PopovRelease call trampolines in zpp fcc
2020-09-04 Nikita PopovUpdate travis to bionic
2020-09-04 Nikita PopovMake gethostbyname() test more liberal
2020-09-04 Nikita PopovMerge branch 'PHP-7.4'
2020-09-04 Nikita PopovDisable InfiniteIterator class while fuzzing
2020-09-04 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-04 Nikita PopovAvoid duplicate octal warning during heredoc scan ahead
2020-09-04 Dmitry StogovAvoid unnecessary IP initiliaization on trace linking
2020-09-03 Dmitry StogovCleanup macro/function names
2020-09-03 Dmitry StogovLoad EX(opline) in one instuction if possible
2020-09-03 Dmitry StogovReorder DynAsm macros (no other changes)
2020-09-03 George Peter... Error promotions in SPL
2020-09-03 George Peter... Warning to Error promotion in ext/standard
2020-09-03 Nikita PopovMerge branch 'PHP-7.4'
2020-09-03 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-03 Nikita PopovFixed bug #80049
2020-09-03 Dmitry StogovIf we don't know the return address, just escape to...
2020-09-03 Alex DowadUse symbolic constants in Japanese kana conversion...
2020-09-03 Alex DowadRemove unused 'from' field from mbfl_buffer_converter...
2020-09-03 Alex DowadAdd comment to mbfilter_tl_jisx0201_jisx0208.h
2020-09-03 Alex DowadRemove unneeded function mbfl_filt_ident_common_dtor
2020-09-03 Alex DowadRemove unneeded function mbfl_filt_conv_common_dtor
2020-09-03 Alex DowadRefactor mbfl_convert.c
2020-09-03 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-03 Christoph M... Fix #80048: Bug #69100 has not been fixed for Windows
2020-09-03 Christoph M... Fix Windows build
2020-09-03 Nikita PopovTry to fix windows build
2020-09-03 Levi MorrisonAdd Z_PARAM_ITERABLE and co
2020-09-03 George Peter... Refactor parts of SPL Dir/SplFileObject
2020-09-03 George Peter... Fix mismatch between macro and struct definition
next