Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,733 contributions in the last year
Contribution activity
June 2020
Created a pull request in php/php-src that received 13 comments
Allow casting CurlHandle to int
It's common to cast curl resources to integer to get the resource ID. This allows casting the new CurlHandle object to int as well, returning the o…
+34
−0
•
13
comments
- Don't accept objects in random places in curl
- Debug why cgi tests don't run
- Make exit() unwind properly (minimal version)
- Switch to mime-db as source of extension => MIME map
- --enable-dba on azure
- Return void from php_jpeg_emit_message()
- Update azure pipelines to Ubuntu 20.04
- Include stub hash in generated arginfo files
- Try to fix libzip on macos
- Treat namespaced names as single token, allow using reserved class names
- Azure test
- Explicitly start postgres
- Cleanup SPL autoload implementation
- Add zend_call_known_function() API family
- Fix bug #77966: Cannot alias a method named "namespace"
- [RFC] Match expression
- Make HashContexts serializable
- Haiku fix proc_open module build.
- Attribute Amendments
- Improve output of tokens in Parse Errors
- ensure all files have same date in official archives
- Fix #63208: BSTR to PHP string conversion not binary safe
- SplFixedArray can be used in nested 'foreach' loops
- Use ZPP string|array check for PCRE extension
- Remove proto comments
- Remove unnecessary PHPDoc-alike blocks from tests
- Convert shmop resources to opaque objects
- Update sapi_apache2.c / bug #79030
- Fix #79487: ::getStaticProperties() ignores property modifications
- Created stubs for the OCI8 extension.
- Fix getenv()/putenv() glitches on Windows
- Simplify `_crypt_extended_init_r`, and fix redundant initialization on Win32/Solaris
- Fix a couple of UNKNOWN default values in ext/session
- Fix #55857: ftp_size on large files
- Fix UNKNOWN default values in ext/readline
- Change ReflectionMethod object construction to support get_method-based methods
- Add gauss sequence summations function
- Correct implementation of joaat hash.
- make bcpowmod stricter by not returning false, instead throw exception
- Run-Tests Cleanup / Modernization
- Some pull request reviews not shown.
Created an issue in php/php-tasks that received 7 comments
ext/zip/tests/bug53885.phpt fails on 7.4 on macos
The test ext/zip/tests/bug53885.phpt fails on PHP 7.4 (but not master!) on macos with the diff: 001+ Warning: ZipArchive::locateName(): Invalid or…
7
comments
- ext/standard/tests/file/lstat_stat_variation15.phpt fails at high concurrency
- log-bwd-multiple-msgs-stdout-stderr.phpt fails intermittently
- Test OCI8 on CI
- Add WordPress to community tests
- Provide build instructions for macos
- Accept --enable and --with configure flags interchangeably
- Detect header changes in build system