running 'make phpweb' (fresh checkout, 'autoconf', './configure --with-lang=de') I get the following warnings:
<b>Warning</b>: file("./entities/global.ent") - No such file or directory in <b>/home/martin/phpdoc/scripts/phpweb-entities.php</b> on line <b>51</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/martin/phpdoc/scripts/phpweb-entities.php</b> on line <b>55</b><br /> /usr/bin/php4 -q ./scripts/rtlpatch/hackmanuallang.php de <br /> <b>Warning</b>: Undefined index: SCRIPT_NAME in <b>/home/martin/phpdoc/scripts/rtlpatch/hackmanuallang.php</b> on line <b>32</b><br />
The output seems to be OK, though. Do I have to change anything (Makefile.in, build scripts, ...)?
It would be good to first know why these warnings come up. phpweb-entities.php should be configures to use the right path for the global.ent file and not ./entities, which is understanably not there.
Goba
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
