php-src
https://github.com/php/php-src
C
The PHP Interpreter
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C not yet supported10 Subscribers
Add a CodeTriage badge to php-src
Help out
- Issues
- ext/odbc: fix cond for SQL_NO_TOTAL that led to single byte buffer
- Return false from rewrite_name_to_position() on IM001 error path
- Make chmod tests work on docker mounted php-src
- Cache freed VM stack pages instead of freeing them immediately
- Fix leak of driver_params argument of PDOStatement::bindParam() and bindColumn()
- ext/standard: Adds and modifies XFAIL tests for filter bucket leaks
- Speed up call frame leaving by grouping refcounted CVs
- ext/pdo_odbc: infinite loop / 100% CPU when fetching a large nvarchar(max) via MS ODBC Driver 18 — SQLGetData is called with a 1-byte buffer and the loop never makes progress (distinct from GH-21534)
- Fix zend_analyze_calls() call_stack buffer overrun
- ext/ftp/tests: add with_data_connection to mock server
- Docs
- C not yet supported