Hey! I just noticed a typo seems to have made its way into the eblits-enabled PHP versions: src_install-v1.eblit: sed -e 's|^allow_url_fopen .*|allow_url_open = Off|g' -i "${phpinisrc}" allow_url_fopen gets replaced with allow_url_open (notice the missing 'f'), which results in it having no effect and not disabling url_fopen. Same in the -v2 eblit. Cya, chtekk. Reproducible: Always
Good catch! Fixed in CVS. Thanks