New roundcube 1.7 port

Michael Grimm <[email protected]> Mon, 1 Jun 2026 13:54:59 +0200
Newsgroups gmane.os.freebsd.devel.ports
Message-ID <[email protected]>
Hi,

the new roundcube-php84-1.7.1,1 port failed for me:

+++++++++++++++++++
roundcube[45571]: PHP Fatal error:  Uncaught RuntimeException: GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custom HTTP handler. in /usr/local/www/roundcube/vendor/guzzlehttp/guzzle/src/Utils.php:105
+++++++++++++++++++

I have deactivated 'allow_url_fopen' in /usr/local/etc/php.ini due to security concerns ever since installing roundcube for the first time.

Ok, I had had to install php84-curl-8.4.21 in addition to roundcube-php84-1.7.1,1 to get roundcube working as usual.

Here are my questions:

#) What is better w.r.t. security
	() allow_url_fopen?
	() curl?
	() "custom HTTP handler"? (whatever that might be)

#) Am I the only one using roundcube with cURL while disabling 'allow_url_fopen'?

#) If not, should I open a PR for adding curl to USE_PHP like for [1]?

Regards,
Michael

[1] roundcube-carddav and roundcube-yubikey_auth