[PHP-DOC] Re: cvs: phpdoc /en/reference/pspell configure.xml

2004-02-03 Thread Vlad Krupin
Mehdi Achour wrote:

[snip]

mmm.. you added an end tag for  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  and 
).

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

Sorry - I have not really been involved with phpdoc lately. I don't even 
have PHP or PHP doc sources anywhere. Or a way to validate an xml file 
for that matter. And no time to install anything that'd be needed for 
that :(

I just wanted to sneak in a small fix hoping it was trivial enough not 
to break anything. Looks like I was wrong.

I guess, I'll just ask somebody on the list to make the change for me 
next time.

Vlad

P.S. I thought that being uneployed creates a lot of free time to work 
on things I enjoy, like PHP... Boy, was I wrong! I am busier unemployed 
than when I had a regular job! Duh! Thanks again


[PHP-DOC] cvs: phpdoc /en/reference/pspell configure.xml

2004-02-03 Thread Vlad Krupin
vladTue Feb  3 18:40:23 2004 EDT

  Modified files:  
/phpdoc/en/reference/pspell configure.xml 
  Log:
  removing extra spaces...
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pspell/configure.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pspell/configure.xml
diff -u phpdoc/en/reference/pspell/configure.xml:1.3 
phpdoc/en/reference/pspell/configure.xml:1.4
--- phpdoc/en/reference/pspell/configure.xml:1.3Tue Feb  3 18:31:53 2004
+++ phpdoc/en/reference/pspell/configure.xmlTue Feb  3 18:40:23 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -8,19 +8,19 @@
   when compiling PHP.
  
  
-   Note to Win32 Users
-   
-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
-aspell-15.dll from the bin folder of your aspell 
-installation to a folder where PHP will be able to find it.
-C:\PHP or
-the SYSTEM32 folder of your windows machine (Ex: 
-C:\WINNT\SYSTEM32
-or C:\WINDOWS\SYSTEM32)
-are good choices.
-   
+  Note to Win32 Users
+  
+   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
+   aspell-15.dll from the bin folder of your aspell 
+   installation to a folder where PHP will be able to find it.
+   C:\PHP or
+   the SYSTEM32 folder of your windows machine (Ex: 
+   C:\WINNT\SYSTEM32
+   or C:\WINDOWS\SYSTEM32)
+   are good choices.
+  
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/pspell configure.xml

2004-02-03 Thread Vlad Krupin
vladTue Feb  3 18:31:53 2004 EDT

  Modified files:  
/phpdoc/en/reference/pspell configure.xml 
  Log:
  oops... got an extra tag...
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pspell/configure.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pspell/configure.xml
diff -u phpdoc/en/reference/pspell/configure.xml:1.2 
phpdoc/en/reference/pspell/configure.xml:1.3
--- phpdoc/en/reference/pspell/configure.xml:1.2Tue Feb  3 17:03:15 2004
+++ phpdoc/en/reference/pspell/configure.xmlTue Feb  3 18:31:53 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -20,7 +20,7 @@
 C:\WINNT\SYSTEM32
 or C:\WINDOWS\SYSTEM32)
 are good choices.
-   
+   
  
 
 


[PHP-DOC] cvs: phpdoc /en/reference/pspell configure.xml

2004-02-03 Thread Vlad Krupin
vladTue 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.1Sun Dec  1 12:10:17 2002
+++ phpdoc/en/reference/pspell/configure.xmlTue Feb  3 17:03:15 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -7,6 +7,21 @@
   --with-pspell[=dir] option
   when compiling PHP.
  
+ 
+   Note to Win32 Users
+   
+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
+aspell-15.dll from the bin folder of your aspell 
+installation to a folder where PHP will be able to find it.
+C:\PHP or
+the SYSTEM32 folder of your windows machine (Ex: 
+C:\WINNT\SYSTEM32
+or C:\WINDOWS\SYSTEM32)
+are good choices.
+   
+ 
 
 
 

[PHP-DOC] pspell documentation fix

2004-02-03 Thread Vlad Krupin
Hello, doc team!

I've been reminded that pspell is now available on windows, so I wanted 
to fix the documentation accordingly. The probelm is that I haven't 
touched any of it in ahem... a couple of years or so, and I see things 
have changed a bit.

The change was trivial, so I hope I did it right :) :
http://cvs.php.net/diff.php/phpdoc/en/reference/pspell/reference.xml?login=2&r1=1.7&r2=1.8&ty=u
The question I have is how do you propagate these changes to other 
translations? It used to be "just wait for the translator to notice the 
change and, when he/she has time, apply it to their respective 
translation." Is it still done the same way?

Thanks!

Vlad

P.S. I am not subscribed, so please cc me on replies.


[PHP-DOC] cvs: phpdoc /en/reference/pspell reference.xml

2004-02-03 Thread Vlad Krupin
vladTue Feb  3 14:08:25 2004 EDT

  Modified files:  
/phpdoc/en/reference/pspell reference.xml 
  Log:
  We've been available for windows since 4.3.2 or so. Time to reflect that in the 
documentation
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pspell/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pspell/reference.xml
diff -u phpdoc/en/reference/pspell/reference.xml:1.7 
phpdoc/en/reference/pspell/reference.xml:1.8
--- phpdoc/en/reference/pspell/reference.xml:1.7Wed Aug 13 15:25:44 2003
+++ phpdoc/en/reference/pspell/reference.xmlTue Feb  3 14:08:25 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  
@@ -14,7 +14,6 @@
  These functions allow you to check the spelling of a word and offer
  suggestions.
 
-¬e.no-windows.extension;





[PHP-DOC] cvs: phpdoc /en/functions dbase.xml

2001-12-30 Thread Vlad Krupin

vladSun Dec 30 06:51:06 2001 EDT

  Modified files:  
/phpdoc/en/functionsdbase.xml 
  Log:
  Documented fix to bug #5993 (that large integers that would have caused
  an integer overflow (> 32 bits) will now be returned as strings instead.
  #Hope I have inserted the bulleted list properly - can't validate xml :(
  
  
Index: phpdoc/en/functions/dbase.xml
diff -u phpdoc/en/functions/dbase.xml:1.14 phpdoc/en/functions/dbase.xml:1.15
--- phpdoc/en/functions/dbase.xml:1.14  Wed Dec 12 15:46:42 2001
+++ phpdoc/en/functions/dbase.xml   Sun Dec 30 06:51:05 2001
@@ -1,5 +1,5 @@
 
-
+
  
   dBase functions
   dBase
@@ -294,8 +294,20 @@
  dbase_delete_record.
 
 
- Each field is converted to the appropriate PHP type. (Dates are
- left as strings.)
+ Each field is converted to the appropriate PHP type, except:
+ 
+  
+   
+Dates are left as strings
+   
+  
+  
+   
+Integers that would have caused an overflow (> 32 bits)
+are returned as strings
+   
+  
+ 
 

   
@@ -325,8 +337,20 @@
  for deletion (see dbase_delete_record).
 
 
- Each field is converted to the appropriate PHP type. (Dates are
- left as strings.)
+ Each field is converted to the appropriate PHP type, except:
+ 
+  
+   
+Dates are left as strings
+   
+  
+  
+   
+Integers that would have caused an overflow (> 32 bits)
+are returned as strings
+   
+  
+