mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
Fixed paths and removed error repotring supression and lets use php.ini..
This commit is contained in:
@ -9,11 +9,11 @@ LANGS=`$PHP -r 'include "phpweb/include/languages.inc"; echo implode( " ", array
|
||||
cd phpdoc-all
|
||||
|
||||
for LANG in $LANGS; do
|
||||
$PHP doc-base/scripts/check-trans.php ${LANG} > $TRANSPATH/transcheck_${LANG}.html
|
||||
$PHP -derror_reporting=0 doc-base/scripts/revcheck.php ${LANG} > $TRANSPATH/revcheck_${LANG}.html
|
||||
$PHP doc-base/scripts/check-trans-maint.php -n -l ${LANG} -m 1 > $TRANSPATH/maintainer_${LANG}.html
|
||||
$PHP -derror_reporting=0 doc-base/scripts/check-trans-params.php ${LANG} 1 1 > $TRANSPATH/params_${LANG}.html
|
||||
$PHP doc-base/scripts/reviewedcheck.php ${LANG} > $TRANSPATH/reviewedcheck_${LANG}.html
|
||||
|
||||
$PHP -n -d error_reporting=0 scripts/check-trans.php ${LANG} > $TRANSPATH/transcheck_${LANG}.html
|
||||
$PHP -n -d error_reporting=0 scripts/revcheck.php ${LANG} > $TRANSPATH/revcheck_${LANG}.html
|
||||
$PHP -n -d error_reporting=0 scripts/check-trans-maint.php -n -l ${LANG} -m 1 > $TRANSPATH/maintainer_${LANG}.html
|
||||
$PHP -n -d error_reporting=0 scripts/check-trans-params.php ${LANG} 1 1 > $TRANSPATH/params_${LANG}.html
|
||||
$PHP -n -d error_reporting=0 scripts/reviewedcheck.php ${LANG} > $TRANSPATH/reviewedcheck_${LANG}.html
|
||||
done
|
||||
|
||||
done
|
Reference in New Issue
Block a user