From: Nicolas Boisselier Date: Tue, 9 Jan 2018 19:44:03 +0000 (+0000) Subject: lib/postgres/port.sql X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=c9c3448d1a7f63cde816aa9e42d92b29a222dea6;p=nb.git lib/postgres/port.sql --- diff --git a/etc/profile.d/php.sh b/etc/profile.d/php.sh index b8ecac10..a180b91c 100644 --- a/etc/profile.d/php.sh +++ b/etc/profile.d/php.sh @@ -4,6 +4,6 @@ php425() { which php > /dev/null || return 0 php_check() { - #=SHELL_REPLACE echo $(dbq t=mime id=php -cut 3) \$@ + #=SHELL_REPLACE echo $(dbq db=$NB_DB t=mime id=php -cut 3) \$@ php --define error_reporting=22519 --define display_errors=1 --define log_errors=1 --define html_errors=0 $@ }