termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
36.94k stars 3.88k forks source link

[Bug]: After update, php gd missing #4128

Closed freebrowser1 closed 3 months ago

freebrowser1 commented 3 months ago

Problem description

pkg update && pkg upgrade installed php 8.3.10 over 8.3.8

sv stop httpd
sv start httpd

gd missing

pkg install php-gd

which installed gdf successfully.

sv stop httpd
sv start httpd

but still no gd active. In PHP 8.3.8 gd was still active.

Steps to reproduce the behavior.

see above

What is the expected behavior?

That php-gd works when it is installed.

System information

fornwall commented 3 months ago

Duplicate of https://github.com/termux/termux-packages/issues/21262 - follow that issue for progress!