mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
a1993564e0
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
16 lines
676 B
Plaintext
16 lines
676 B
Plaintext
Before you can start using this module;
|
|
- Make sure you have configured client.conf to point to your FastDFS cluster
|
|
and that you see the cluster with fdfs_monitor
|
|
- Add this to your php.ini file
|
|
==================================================================
|
|
fastdfs_client.base_path = /var/tmp
|
|
fastdfs_client.connect_timeout = 2
|
|
fastdfs_client.network_timeout = 60
|
|
fastdfs_client.log_level = info
|
|
fastdfs_client.log_filename =
|
|
fastdfs_client.http.anti_steal_secret_key =
|
|
fastdfs_client.tracker_group_count = 1
|
|
fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
|
|
fastdfs_client.use_connection_pool = false
|
|
fastdfs_client.connection_pool_max_idle_time = 3600
|