|
From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-12 18:17:51
|
Hi Alex,
just done the following changes and commited them. From my point of view we
can remove the old php/xml stuff in user/conf/. The make system _seems_ to
work well on this topic. At least it does here. If nobody having trouble
with it, we can remove the old rubbish in user/conf/
binarycloud/user/conf/*
- Changed names of files as proposed in the
"future tree" post
binarycloud/Makefile.in
- Added PHP_COMMAND variable to get rid of relying on
#!/path/to/php sutff in the files.
binarycloud/Makefile
- Changes to match new Langdef filename
binarycloud/base/utils/xml2php.php
- Changes to match php.xml format
binarycloud/user/Makefile
- Changes to match php.xml format
binarycloud/user/conf/
+ Configuration.php.xml
+ Datasources.php.xml
+ Languages.php.xml
+ Operations.php.xml
binarycloud/user/htdocs/
+ query_example.php.xml
+ xml2phptest.php.xml
binarycloud/base/init/Init.php
- Changes to match new conf filenames
binarycloud/base/core/Lang.php
- Changes to match new conf filenames
binarycloud/base/mgr/QueryManager.php
- Changes to match new conf filenames
binarycloud/lib/XMLUtils.php
- small addition: integers are no longer quoted in
generated arrays
|