Vlad Krupin wrote:

vlad Tue Feb 3 17:03:15 2004 EDT

Modified files: /phpdoc/en/reference/pspell configure.xml Log:
more helpful notes for win32 users
http://cvs.php.net/diff.php/phpdoc/en/reference/pspell/configure.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pspell/configure.xml
diff -u phpdoc/en/reference/pspell/configure.xml:1.1 phpdoc/en/reference/pspell/configure.xml:1.2
--- phpdoc/en/reference/pspell/configure.xml:1.1 Sun Dec 1 12:10:17 2002
+++ phpdoc/en/reference/pspell/configure.xml Tue Feb 3 17:03:15 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="pspell.installation">
&reftitle.install;
<para>
@@ -7,6 +7,21 @@
<option role="configure">--with-pspell[=dir]</option> option
when compiling PHP.
</para>
+ <note>
+ <title>Note to Win32 Users</title>
+ <simpara>
+ win32 support is available only in PHP 4.3.3 and later versions. + Also, you must have aspell 0.50 or newer installed.
+ In order to enable this module under Windows, you must copy
+ <filename>aspell-15.dll</filename> from the bin folder of your aspell + installation to a folder where PHP will be able to find it.
+ <filename class="directory">C:\PHP</filename> or
+ the SYSTEM32 folder of your windows machine (Ex: + <filename class="directory">C:\WINNT\SYSTEM32</filename>
+ or <filename class="directory">C:\WINDOWS\SYSTEM32</filename>)
+ are good choices.
+ </simpara></section>
+ </note>
</section>


mmm.. you added an end tag for </section> but you didn't open it .. I don't think make test will be happy :)
Could you please also take care of word spacing ? The indenting need to be one space long (you're using two spaces betwwen <note> and <title>).


Please remember to ./configure && make test && echo "go for commit" before commiting anything to the docs ;)

Cheers,

Mehdi Achour

Reply via email to