projects
/
php
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
php
2020-09-09
Dmitry Stogov
Eliminate unnecessary IS_INDIRECT guards
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Dmitry Stogov
Avoid more exception checks
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Sammy Kaye...
Merge branch 'PHP-7.4'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
More pgsql func info fixes
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Máté Kocsis
Fix opcache return type info for pgsql functions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Sammy Kaye...
Merge branch 'PHP-7.3' into PHP-7.4
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Sammy Kaye...
Fix #79825: opcache.file_cache causes SIGSEGV with...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Dmitry Stogov
JIT for ASSIGN_DIM[_OP] with first IS_VAR + IS_INDIRECT...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Use proper int type for parameter
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Fix default value
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Use PGSQL_RETURN_OID() in more places
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Add stub for pgsql extension
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Remove deprecated pgsql signatures
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Dmitry Stogov
Eliminate unnecessary exception checks
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
George Peter...
Promote some warnings in MBString Regexes
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Promote pgsql no link to Error exception
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Remove deprecated multi-parameter form of pg_connect()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Make array_multisort() signature more variadic
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Test snmp on azure
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Mark snmp tests as conflicting
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Suppress uninitialized variable warning in snmp
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Allow array_diff() and array_intersect() with single...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Máté Kocsis
Improve error messages mentioning parameters instead...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Dmitry Stogov
Fixed memory leak
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Wildcard output differences in snmp tests
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Dmitry Stogov
Tracin JIT support for FETCH_DIM_W/RW with IS_VAR ...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Avoid use of remote_port in snmp
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Nikita Popov
Pass correct op_info to zend_jit_fetch_dim()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
twosee
Flesh out ZEND_HASH_REVERSE_FOREACH_* macros
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Christopher...
Fix 3b0fecd and resulting test fail lob_012.phpt
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Dmitry Stogov
JIT for FETCH_DIM_W/RW insructions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christoph M...
Fix Windows build for shared ext/sockets
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Don't handle missing value in zend_verify_arg_error()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Alex Dowad
mb_str_split is already documented on php.net
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Dmitry Stogov
JIT for IN_ARRAY instruction.
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christoph M...
Merge branch 'PHP-7.4' into master
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christoph M...
Merge branch 'PHP-7.3' into PHP-7.4
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christoph M...
Fix #72941: Modifying bucket->data by-ref has no effect...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Try to fix 32-bit setcookie tests, again
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Remi Collet
add socket_ce and socket_import_file_descriptor in...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Fix some snmp stubs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Suppress unused variable in snmp
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Run the opcache-only configuration only for scheduled...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Try to fix setcookie() tests on 32-bit
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Dmitry Stogov
micro-optimization
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Dmitry Stogov
JIT for FETCH_LIST_R
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Máté Kocsis
Fix UNKNOWN default values in ext/oci8
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Make null byte error a ValueError
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Always use PCRE for mbstring.http_output_conv_mimetypes
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
George Peter...
Promote warnings to errors for set(raw)cookie()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Merge branch 'PHP-7.4'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Support more placeholders in bless_tests.php
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Require $method parameter in openssl_seal/openssl_open
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Promote warnings in exif
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Merge branch 'PHP-7.4'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Revert "Update libzip on macos"
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Revert "Manually build re2c on macos"
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Merge branch 'PHP-7.4'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Merge branch 'PHP-7.3' into PHP-7.4
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Nikita Popov
Fixed bug #80077
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Dmitry Stogov
decbin/decoct/dechex optimization.
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christopher...
Catch type errors so test completes and doesn't diff
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christopher...
Accept updated error number generated by the latest...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christopher...
Yes, and mask the dir path too.
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Christopher...
Fix parsing regression from PHP 7
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Ilija Tovilo
Adjust assignment line number for match
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Reduce input size limit in execute fuzzer
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Dmitry Stogov
Add "const". Move constant strings to read-only memory.
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Máté Kocsis
Promote warnings to exceptions in ext/intl
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Don't allow dynamic properties on generators
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Máté Kocsis
Fix UNKNOWN default values in various extensions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Máté Kocsis
Fix UNKNOWN default values in ext/standard
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Merge branch 'PHP-7.4'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Don't leave behind temporary file in bug70362.phpt
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Drop support for crypt() without explicit salt
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Allocate temporary PCRE match data using ZMM
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Avoid large eval inputs in fuzzer
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Accept zend_string instead of zval in zend_compile_string
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Private/public split curl header
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Remove some unnecessary HAVE_EXTNAME guards
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
David Carlier
Opcache JIT, code simplification for Haiku.
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Add phpunit to community project tests
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Nikita Popov
Throw on invalid mb_http_input() type
commit
|
commitdiff
|
tree
|
snapshot
2020-09-06
Tyson Andre
Fix incorrect/unused macro
commit
|
commitdiff
|
tree
|
snapshot
2020-09-06
Tyson Andre
Improve handling of `#[` attributes in `php -a`
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Tyson Andre
Improve handling of `#[` in `php -a`
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Nikita Popov
Merge branch 'PHP-7.4'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Nikita Popov
Fix azure i386 build
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Nikita Popov
Handle null encoding in mb_http_input()
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Nikita Popov
Reenable s390x on travis
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Derick Rethans
Fixed bug #80057 (DateTimeImmutable::createFromFormat...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Máté Kocsis
Promote warnings to exceptions in ext/ldap
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Máté Kocsis
Use ZPP instead of custom type checks
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Máté Kocsis
Use the canonical order of types in array|string ZPP...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Máté Kocsis
Add the Z_PARAM_ARRAY_HT_OR_NULL and Z_PARAM_OBJ macros
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
George Peter...
Extract common flock code
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Nikita Popov
Release call trampolines in zpp fcc
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Nikita Popov
Update travis to bionic
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Nikita Popov
Make gethostbyname() test more liberal
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Nikita Popov
Merge branch 'PHP-7.4'
commit
|
commitdiff
|
tree
|
snapshot
next