openbsd-ports/lang/php/files/MESSAGE-main
sthen 3c59336cdc Make the description agree with the suggested commands when linking
php.conf from modules.sample into modules; ok robert@
2011-07-22 10:28:54 +00:00

10 lines
348 B
Plaintext

To enable the php-${PV} module please create a symbolic
link from ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf
to ${MODPHP_CONFIG_PATH}/modules/php.conf.
ln -s ${MODPHP_CONFIG_PATH}/modules.sample/php-${PV}.conf \
${MODPHP_CONFIG_PATH}/modules/php.conf
The recommended php configuration has been installed
to ${SYSCONFDIR}/php-${PV}.ini.