]> granicus.if.org Git - php/shortlog
php
2020-09-10 Christopher... Skip PDO test for Oracle
2020-09-10 Christopher... Fix premature test termination
2020-09-10 Dmitry StogovAttempt to fix bug #80014 (PHP 8.0 beta2 crashes with...
2020-09-10 chopinsAdded FFI\CType::getName() method
2020-09-09 Dmitry StogovEliminate unnecessary IS_INDIRECT guards
2020-09-09 Dmitry StogovAvoid more exception checks
2020-09-09 Sammy Kaye... Merge branch 'PHP-7.4'
2020-09-09 Nikita PopovMore pgsql func info fixes
2020-09-09 Máté KocsisFix opcache return type info for pgsql functions
2020-09-09 Sammy Kaye... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-09 Sammy Kaye... Fix #79825: opcache.file_cache causes SIGSEGV with...
2020-09-09 Dmitry StogovJIT for ASSIGN_DIM[_OP] with first IS_VAR + IS_INDIRECT...
2020-09-09 Nikita PopovUse proper int type for parameter
2020-09-09 Nikita PopovFix default value
2020-09-09 Nikita PopovUse PGSQL_RETURN_OID() in more places
2020-09-09 Nikita PopovAdd stub for pgsql extension
2020-09-09 Nikita PopovRemove deprecated pgsql signatures
2020-09-09 Dmitry StogovEliminate unnecessary exception checks
2020-09-09 George Peter... Promote some warnings in MBString Regexes
2020-09-09 Nikita PopovPromote pgsql no link to Error exception
2020-09-09 Nikita PopovRemove deprecated multi-parameter form of pg_connect()
2020-09-09 Nikita PopovMake array_multisort() signature more variadic
2020-09-09 Nikita PopovTest snmp on azure
2020-09-09 Nikita PopovMark snmp tests as conflicting
2020-09-09 Nikita PopovSuppress uninitialized variable warning in snmp
2020-09-09 Nikita PopovAllow array_diff() and array_intersect() with single...
2020-09-09 Máté KocsisImprove error messages mentioning parameters instead...
2020-09-09 Dmitry StogovFixed memory leak
2020-09-09 Nikita PopovWildcard output differences in snmp tests
2020-09-09 Dmitry StogovTracin JIT support for FETCH_DIM_W/RW with IS_VAR ...
2020-09-09 Nikita PopovAvoid use of remote_port in snmp
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
next