Pinned
4,105 contributions in the last year
Less
More
Contribution activity
August 2021
Created 200 commits in 7 repositories
Created 1 repository
- nikic/rustc-perf Rust
Created a pull request in rust-lang/rust that received 9 comments
Enable new pass manager with LLVM 13 (WIP)
The new pass manager is enabled by default in clang since Clang/LLVM 13. While the discussion about this is still ongoing (https://lists.llvm.org/p…
+3
−2
•
9
comments
Opened 18 other pull requests in 3 repositories
php/php-src
3
open
5
merged
7
closed
- Error on resource ID space overflow
- Don't expose wchar encoding to users
- Deprecate dynamic property creation
- Test file cache mix (file -> shm)
- Test file cache mix (shm -> file)
- Try to fix Laravel on 7.4
- Try to fix warning
- Use zend_string for putenv key
- Break reference after foreach by reference
- Debug ARM JIT failure
- Add zend_string_init_existing_interned()
- Switch default cipher to 3DES
- Use OpenSSL NCONF APIs
- Always use CE_CACHE, remove TYPE_HAS_CE
- Remove special self/parent handling in get_class_name_map_ptr()
rust-lang/llvm-project
1
open
1
merged
rust-lang/rustc-perf
1
merged
Reviewed 67 pull requests in 5 repositories
php/php-src
58 pull requests
- Proposal to a few fixes/improvements in the ini parser
- Fix #81400: Unterminated string in dns_get_record() results
- Generate optimizer func info from stubs for ext/standard - part 3
- Major overhaul of mbstring (part 11)
- Specify a few array func info entries
- Use camelCase method names in OCICollection and OCILob
- Add support for generating MAY_BE_ARRAY_OF_REF func info flag
- [gen_stub] fix nested namespaced typed property in gen_stub.php
- fix ora-03131 on bigendian 64bit machines
- Add haiku shared objects support in libtool
- Generate optimizer func info from stubs for ext/standard - part 2
- Generate optimizer func info from stubs for ext/standard - part 1
- JIT: Optimize zend_vm_stack_free_args()
- Generate optimizer func info from stubs for various extensions
- Generate optimizer func info from stubs for ext/gd and ext/pgsql
- Generate optimizer func info from stubs for ext/curl, ext/mysqli, ext/pcre
- Break reference after foreach by reference
- Generate optimizer func info from stubs for ext/sodium
- Make a few unuseful DOMEntity properties readonly
- Fix #53580: During resize gdImageCopyResampled cause colors change
- Generate optimizer func info from stubs for ext/date
- Generate optimizer func info from stubs for a few extensions - part 2
- Generate Zend, ext/spl and ext/json optimizer func info from stubs
- Avoid non-immutable map_ptr indirection
- Add support for generating optimizer function info from stubs
- Some pull request reviews not shown.
php/doc-en
5 pull requests
rust-lang/rust
2 pull requests
nikic/PHP-Parser
1 pull request
nikic/iter
1 pull request
Created an issue in openssl/openssl that received 5 comments
Fill in public key info from private key info?
When creating a DH key using EVP_PKEY_fromdata using the FFC_P, FFC_G and PRIV_KEY parameters, this will result in a key that only contains the pri…
5
comments
Opened 7 other issues in 2 repositories
openssl/openssl
2
open
4
closed
- PKCS7_encrypt / CMS_encrypt default cipher recommendation
- Inconsistent error raising in EVP_CIPHER_CTX_set_key_length()
- Are RSA keys with p/q but without CRT parameters valid?
- Initialize EC key using EC_PUB_X and EC_PUB_Y
- Cannot fetch OSSL_PKEY_PARAM_PUB_KEY from legacy DH key
- X509V3_EXT_add_conf() frees config in OpenSSL 3