freebrowser1
freebrowser1
In the phpinfo() as I stated above I see --enable-gd=shared --with-external-gd but not --with-gd Is php properly built ?
I tried a gd.ini in the same folder as php.ini `$(PREFIX)/user/lib` with just a line `extension=gd.so`, but to no avail (i.e. `php -m` did show gd, but not in `phpinfo();`...
So what should I do now to get it working ? I have installed php and php-gd and enabled `extension=gd.so` in php.ini. But there is no `$PREFIX/etc/php` folder on my...
Well, I saw that there was a zip inside it with many deb files. So can I install these with `dpkg -i ` ?
Well I just installed the patched dpkg modules, restarted Apache, but gd is still not loaded under Apache. I did this: ``` dpkg -i *.deb ``` This issued errors appeared...
I just added the terminal output above. But php still does not load gd under Apache and most websites use Apache. To reproduce, install php and Apache: `pkg install php...
Exactly that did it for me too, when run standalone, that already did it with the original 8.3.10 with the edit in php.ini. But most websites use Apache and many...
> I am not familiar with web dev stuff and do not know how to setup that. Just provide the commands to reproduce it and I will run. To reproduce,...
Now I updated PHP on another device where 8.3.10 was with the 'royal' way using `pkg update && pkg upgrade` which resulted in updating php, php-gd and php-apache from 8.3.10...
No reaction yet ? Why not reverting to a php binary with an included gd library just as before ?