Skip to content

[pull] master from php:master#1050

Merged
pull[bot] merged 5 commits into
turkdevops:masterfrom
php:master
Jun 30, 2026
Merged

[pull] master from php:master#1050
pull[bot] merged 5 commits into
turkdevops:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented Jun 30, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

iliaal and others added 5 commits June 30, 2026 02:23
When a DSN carries no credentials, dbh->username and dbh->password are
NULL. With ODBC connection pooling enabled, the unixODBC driver manager
compares the cached and requested credentials with strcmp() while
matching a pooled connection, dereferencing the NULL pointers and
crashing inside SQLConnect. Pass empty strings instead. This hardens the
connect path; the pooling use-after-free in GH-20726 is a separate
unixODBC defect.
* PHP-8.4:
  Fix GH-20726: crash in pdo_odbc with pooling and no credentials (#22512)
* PHP-8.5:
  Fix GH-20726: crash in pdo_odbc with pooling and no credentials (#22512)
…chedule

Add the PHP 8.6 wiki TODO page to the release process schedule links.
@pull pull Bot locked and limited conversation to collaborators Jun 30, 2026
@pull pull Bot added the ⤵️ pull label Jun 30, 2026
@pull pull Bot merged commit 2f3a1ec into turkdevops:master Jun 30, 2026
0 of 2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants