cvs: peardoc /en/guide/users/installation checking.xml
[email protected] ("Mark Wiesemann")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvswiesemann1236111689@cvsserver> |
wiesemann Tue Mar 3 20:21:29 2009 UTC
Modified files:
/peardoc/en/guide/users/installation checking.xml
Log:
- remove "plenks" from link
http://cvs.php.net/viewvc.cgi/peardoc/en/guide/users/installation/checking.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/en/guide/users/installation/checking.xml
diff -u peardoc/en/guide/users/installation/checking.xml:1.7 peardoc/en/guide/users/installation/checking.xml:1.8
--- peardoc/en/guide/users/installation/checking.xml:1.7 Tue Feb 24 21:39:27 2009
+++ peardoc/en/guide/users/installation/checking.xml Tue Mar 3 20:21:29 2009
@@ -52,9 +52,7 @@
<para>
To use PEAR and PEAR compatible packages in your applications,
you normally include them into your PHP scripts using
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.php.manual.auto;require_once">
- <function>require_once</function>
- </link>.
+ <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.php.manual.auto;require_once"><function>require_once</function></link>.
For this to work, PEAR's <literal>php_dir</literal> must be a
part of PHP's include path.
</para>