> My question is, is it possible to use PHP via Macports but with the > "--enable-fd-setsize=2048" option?
You ought to be able to add this to your Portfile to add that configuration it: configure.args-append --enable-fd-setsize=2048 Once it's there, uninstall and reinstall but be sure to force macports to build from source, like so: port -s install php5 You can similarly use configure.args-delete to remove arguments.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
