mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set extension name correctly.. Duh!
This commit is contained in:
parent
1403310350
commit
adc4bdcc47
@ -226,7 +226,7 @@ done
|
||||
for EXT in $PHP_ZEND_MODULES; do
|
||||
# Ensure extension exists before adding.
|
||||
if [ -f "${EXTENSIONSDIR}${EXT}.so" ]; then
|
||||
echo "${EXTENSIONSDIR}/zend_extension=${EXT}.so" >> /usr/local/lib/php.ini
|
||||
echo "zend_extension=${EXTENSIONSDIR}/${EXT}.so" >> /usr/local/lib/php.ini
|
||||
fi
|
||||
done
|
||||
|
||||
@ -234,7 +234,7 @@ done
|
||||
for EXT in $PHP_ZEND_MODULES_TS; do
|
||||
# Ensure extension exists before adding.
|
||||
if [ -f "${EXTENSIONSDIR}${EXT}.so" ]; then
|
||||
echo "${EXTENSIONSDIR}/zend_extension_ts=${EXT}.so" >> /usr/local/lib/php.ini
|
||||
echo "zend_extension_ts=${EXTENSIONSDIR}/${EXT}.so" >> /usr/local/lib/php.ini
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user