[transl] Move parse script to the php directory to overcome include issues

Paul Vriens paul.vriens.wine at gmail.com
Wed Aug 12 14:40:10 CDT 2009


Hi,

The translation site is failing currently. The main reason is that the
php script is called in a different way on winehq compared to using the
Master.sh script. Some include files are used relatively and
that leads to issue as these files can't be found. This is what php.net
as to say about includes:

"If filename begins with ./ or ../, it is looked for only in the current
working directory or parent of the current working directory,
respectively. "

This patch moves the parse script to the php directory (includes
modified of course). It also remove the whole scripts directory as it's
not needed. The README only made sense with the old Master.sh script so
that's removed as well.

A next patch will remove the config file parsing.

Changelog
   Move parse script to the php directory to overcome include issues

-- 
Cheers,

Paul.


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Move-parse-script-to-the-php-directory-to-overcome-i.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090812/e699ff2d/attachment.txt>


More information about the wine-patches mailing list