Skip to content

fix(php): include Zend extensions in loaded extensions list#980

Merged
kesselb merged 1 commit intomasterfrom
split/03-php-zend-extensions
Apr 30, 2026
Merged

fix(php): include Zend extensions in loaded extensions list#980
kesselb merged 1 commit intomasterfrom
split/03-php-zend-extensions

Conversation

@karlitschek
Copy link
Copy Markdown
Member

get_loaded_extensions(false) hides Zend extensions like OPcache and Xdebug. Combine the regular and Zend lists, dedupe, and sort so the admin overview reflects what is actually loaded.

get_loaded_extensions(false) hides Zend extensions like OPcache
and Xdebug. Combine the regular and Zend lists, dedupe, and sort
so the admin overview reflects what is actually loaded.

Signed-off-by: Frank Karlitschek <karlitschek@users.noreply.github.com>
@kesselb kesselb force-pushed the split/03-php-zend-extensions branch from 5d62764 to 2de3945 Compare April 28, 2026 22:39
@kesselb kesselb merged commit 619cb5b into master Apr 30, 2026
41 checks passed
@kesselb kesselb deleted the split/03-php-zend-extensions branch April 30, 2026 20:06
@kesselb
Copy link
Copy Markdown
Collaborator

kesselb commented Apr 30, 2026

/backport to stable33

@kesselb
Copy link
Copy Markdown
Collaborator

kesselb commented Apr 30, 2026

/backport to stable32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants