[cvs] [Wiki] changed: Doc/PEAR

Jan Schneider jan at horde.org
Fri Oct 28 01:02:01 PDT 2005


jan  Fri, 28 Oct 2005 01:02:01 -0700

Modified page: http://wiki.horde.org/Doc/PEAR
New Revision:  1.2
Change log:  Add warning

@@ -12,12 +12,14 @@
  <replace from="@data-dir@" to="data_dir" type="pear-config"/>
 </file>
 </code>
 
-and in filethatusesit.php:
+and in {{filethatusesit.php}}:
 
 <code type="php">
 <?php
 // ...
 $namedcolorslocation = '@data-dir@/named_colors.txt';
 $fp = fopen($namedcolorslocation);
 </code>
+
+Note that this does not work if using Horde's {{create_symlinks.php}} to install PEAR packages.


More information about the cvs mailing list