[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2003-08-19 Thread CHAILLAN Nicolas
nicos   Tue Aug 19 16:32:31 2003 EDT

  Modified files:  
/phpdoc/en/reference/info/functions ini-set.xml 
  Log:
  fixing #25156
  
Index: phpdoc/en/reference/info/functions/ini-set.xml
diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.28 
phpdoc/en/reference/info/functions/ini-set.xml:1.29
--- phpdoc/en/reference/info/functions/ini-set.xml:1.28 Thu Jun 19 06:22:40 2003
+++ phpdoc/en/reference/info/functions/ini-set.xml  Tue Aug 19 16:32:31 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -719,7 +719,7 @@
   
   
session.use_trans_sid
-   "1"
+   "0"
PHP_INI_SYSTEM|PHP_INI_PERDIR
   
   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DOC] cvs: phpdoc /en/reference/ifx/functions ifx-prepare.xml

2003-06-15 Thread CHAILLAN Nicolas
I thought we need 1 commit for every directory we change don't we?

Thank you.
- Original Message - 
From: "Derick Rethans" <[EMAIL PROTECTED]>
To: "CHAILLAN Nicolas" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, June 15, 2003 12:17 PM
Subject: Re: [PHP-DOC] cvs: phpdoc /en/reference/ifx/functions
ifx-prepare.xml


> On Sun, 15 Jun 2003, CHAILLAN Nicolas wrote:
>
> > nicos Sun Jun 15 06:15:45 2003 EDT
> >
> >   Modified files:
> > /phpdoc/en/reference/ifx/functions ifx-prepare.xml
> >   Log:
> >   Typo. Thanks @Jome
>
> commit more files at a time.
>
> Derick
>
> -- 
> "Interpreting what the GPL actually means is a job best left to those
> that read the future by examining animal entrails."
> -
>  Derick Rethans http://derickrethans.nl/
>  International PHP Magazine  http://php-mag.net/
> -


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] Re: A or an

2003-06-15 Thread CHAILLAN Nicolas
Fixed in CVS.

Thank you. If you find anything else, contact us again.

"Jome" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
I've seen a fair number of CVS commits going through to correct sentences
where it's supposed to be an instead of a (and possibly vice-versa) so I
made a small script and found this:

 -> phpdoc/en/reference/classobj/reference.xml
 a object 412800

 -> phpdoc/en/reference/ctype/functions/ctype-upper.xml
 a uppercase 26870

 -> phpdoc/en/reference/dbplus/functions/dbplus-getunique.xml
 a id -8000

 -> phpdoc/en/reference/ifx/functions/ifx-prepare.xml
 a integer 326100

 -> phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml
 a existing 459200

 -> phpdoc/en/reference/ldap/functions/ldap-search.xml
 a optional 438100

 -> phpdoc/en/reference/mbstring/functions/mb-detect-order.xml
 a invalid 274700

 -> phpdoc/en/reference/pgsql/functions/pg-query.xml
 a optional 438100

English isn't my mother tongue, and I'm not a doc member so I decided to
leave it to you to correct those files which needs correction. (The
number right after the word is the number of hits difference between a
 and an  on Google).

Hope this helps,

Jome



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-query.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:18:04 2003 EDT

  Modified files:  
/phpdoc/en/reference/pgsql/functionspg-query.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/pgsql/functions/pg-query.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-query.xml:1.3 
phpdoc/en/reference/pgsql/functions/pg-query.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-query.xml:1.3Sat Apr 20 06:35:23 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-query.xmlSun Jun 15 06:18:04 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -30,7 +30,7 @@
  pg_fetch_array.
  
   
-   connection is a optional parameter for
+   connection is an optional parameter for
pg_query. If
connection is not set, default
connection is used. Default connection is the last connection



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/mbstring/functions mb-detect-order.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:17:40 2003 EDT

  Modified files:  
/phpdoc/en/reference/mbstring/functions mb-detect-order.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/mbstring/functions/mb-detect-order.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-detect-order.xml:1.2 
phpdoc/en/reference/mbstring/functions/mb-detect-order.xml:1.3
--- phpdoc/en/reference/mbstring/functions/mb-detect-order.xml:1.2  Wed Apr 17 
02:39:57 2002
+++ phpdoc/en/reference/mbstring/functions/mb-detect-order.xml  Sun Jun 15 06:17:40 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -36,7 +36,7 @@
 
  
   mbstring currently implements following
-  encoding detection filters. If there is a invalid byte sequence
+  encoding detection filters. If there is an invalid byte sequence
   for following encoding, encoding detection will fail.
  
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/ldap/functions ldap-search.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:17:14 2003 EDT

  Modified files:  
/phpdoc/en/reference/ldap/functions ldap-search.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/ldap/functions/ldap-search.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-search.xml:1.2 
phpdoc/en/reference/ldap/functions/ldap-search.xml:1.3
--- phpdoc/en/reference/ldap/functions/ldap-search.xml:1.2  Wed Apr 17 02:39:46 
2002
+++ phpdoc/en/reference/ldap/functions/ldap-search.xml  Sun Jun 15 06:17:14 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -28,7 +28,7 @@
  directory. base_dn specifies the base DN
  for the directory.
 
- There is a optional fourth parameter, that can be added to
+ There is an optional fourth parameter, that can be added to
  restrict the attributes and values returned by the server to just
  those required. This is much more efficient than the default
  action (which is to return all attributes and their associated



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/ifx/functions ifxus-write-slob.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:16:31 2003 EDT

  Modified files:  
/phpdoc/en/reference/ifx/functions  ifxus-write-slob.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml:1.2 
phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml:1.2  Wed Apr 17 02:39:00 
2002
+++ phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml  Sun Jun 15 06:16:31 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -15,8 +15,8 @@
  
 
  Writes a string into the slob object.  bid
- is a existing slob id and content the
- content to write.  Return &false; on error otherwise bytes written.
+ is an existing slob id and content the
+ content to write. Return &false; on error otherwise bytes written.
 

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/ifx/functions ifx-prepare.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:15:45 2003 EDT

  Modified files:  
/phpdoc/en/reference/ifx/functions  ifx-prepare.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/ifx/functions/ifx-prepare.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.2 
phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.3
--- phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.2   Wed Apr 17 02:38:58 
2002
+++ phpdoc/en/reference/ifx/functions/ifx-prepare.xml   Sun Jun 15 06:15:44 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,14 +16,14 @@
   mixedblobidarray
  
 
- Returns a integer result_id for use by
- ifx_do.  Sets
+ Returns an integer result_id for use by
+ ifx_do. Sets
  affected_rows for retrieval by the
  ifx_affected_rows function.  
 
 
  Prepares query on connection
- conn_id.  For "select-type" queries a
+ conn_id. For "select-type" queries a
  cursor is declared and opened. The optional
  cursor_type parameter allows you to make
  this a "scroll" and/or "hold" cursor.  It's a bitmask and can be



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/dbplus/functions dbplus-getunique.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:14:47 2003 EDT

  Modified files:  
/phpdoc/en/reference/dbplus/functions   dbplus-getunique.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/dbplus/functions/dbplus-getunique.xml
diff -u phpdoc/en/reference/dbplus/functions/dbplus-getunique.xml:1.2 
phpdoc/en/reference/dbplus/functions/dbplus-getunique.xml:1.3
--- phpdoc/en/reference/dbplus/functions/dbplus-getunique.xml:1.2   Wed Apr 17 
02:37:24 2002
+++ phpdoc/en/reference/dbplus/functions/dbplus-getunique.xml   Sun Jun 15 06:14:47 
2003
@@ -1,10 +1,10 @@
 
-
+
 
   

 dbplus_getunique
-Get a id number unique to a relation
+Get an id number unique to a relation


 Description



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/ctype/functions ctype-upper.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:14:18 2003 EDT

  Modified files:  
/phpdoc/en/reference/ctype/functionsctype-upper.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/ctype/functions/ctype-upper.xml
diff -u phpdoc/en/reference/ctype/functions/ctype-upper.xml:1.2 
phpdoc/en/reference/ctype/functions/ctype-upper.xml:1.3
--- phpdoc/en/reference/ctype/functions/ctype-upper.xml:1.2 Wed Apr 17 02:37:03 
2002
+++ phpdoc/en/reference/ctype/functions/ctype-upper.xml Sun Jun 15 06:14:18 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -14,7 +14,7 @@
 
 
  Returns &true; if every character in text is 
- a uppercase letter in the current locale.
+ an uppercase letter in the current locale.
 
 
  See also ctype_alpha and ctype_lower.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:13:50 2003 EDT

  Modified files:  
/phpdoc/en/reference/classobj   reference.xml 
  Log:
  Typo. Thanks @Jome
  
Index: phpdoc/en/reference/classobj/reference.xml
diff -u phpdoc/en/reference/classobj/reference.xml:1.6 
phpdoc/en/reference/classobj/reference.xml:1.7
--- phpdoc/en/reference/classobj/reference.xml:1.6  Mon Nov 25 18:43:44 2002
+++ phpdoc/en/reference/classobj/reference.xml  Sun Jun 15 06:13:50 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Class/Object Functions
   Classes/Objects
@@ -10,7 +10,7 @@
  
   These functions allow you to obtain information about classes
   and instance objects. You can obtain the name of the class to
-  which a object belongs, as well as its member properties and 
+  which an object belongs, as well as its member properties and 
   methods. Using these functions, you can find out not only the
   class membership of an object, but also its parentage (i.e.
   what class is the object class extending).



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions set-error-handler.xml

2003-06-15 Thread CHAILLAN Nicolas
nicos   Sun Jun 15 06:11:33 2003 EDT

  Modified files:  
/phpdoc/en/reference/errorfunc/functionsset-error-handler.xml 
  Log:
  ws and typos
  
Index: phpdoc/en/reference/errorfunc/functions/set-error-handler.xml
diff -u phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.12 
phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.13
--- phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.12  Sat Jun 14 
13:48:17 2003
+++ phpdoc/en/reference/errorfunc/functions/set-error-handler.xml   Sun Jun 15 
06:11:32 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,16 +16,16 @@
  
 
  Sets a user function (error_handler) to handle
- errors in a script.  Returns the previously defined error handler (if
- any), or &false; on error.  This function can be used for defining your own
+ errors in a script. Returns the previously defined error handler (if
+ any), or &false; on error. This function can be used for defining your own
  way of handling errors during runtime, for example in applications in
  which you need to do cleanup of data/files when a critical error happens,
  or when you need to trigger an error under certain conditions (using
- trigger_error)
+ trigger_error).
 
 
- The user function needs to accept 2 parameters: the error code, and a
- string describing the error. From PHP 4.0.2, 3 optional
+ The user function needs to accept two parameters: the error code, and a
+ string describing the error. From PHP 4.0.2, three optional
  parameters are supplied: the filename in which the error occurred, the
  line number in which the error occurred, and the context in which the
  error occurred (an array that points to the active symbol table at the
@@ -47,9 +47,8 @@
  
 
 
- The example below shows the handling of 
- internal exceptions by triggering errors and handling them with a user
- defined function:
+ The example below shows the handling of internal exceptions by 
+ triggering errors and handling them with a user defined function:
  
   
Error handling with set_error_handler and



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/language operators.xml

2003-02-10 Thread CHAILLAN Nicolas
nicos   Mon Feb 10 17:50:48 2003 EDT

  Modified files:  
/phpdoc/en/language operators.xml 
  Log:
  fixing #22150
  
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.43 phpdoc/en/language/operators.xml:1.44
--- phpdoc/en/language/operators.xml:1.43   Tue Feb  4 07:49:14 2003
+++ phpdoc/en/language/operators.xmlMon Feb 10 17:50:48 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Operators
   
@@ -53,7 +53,7 @@

 left
 
- = += -= *= /= .= %= &= |= ^= ~= <<= >>=
+ = += -= *= /= .= %= &= |= ^= <<= >>=
 





-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/chapters install.configure.misc.xml

2003-02-10 Thread CHAILLAN Nicolas
nicos   Mon Feb 10 17:39:38 2003 EDT

  Modified files:  
/phpdoc/en/chapters install.configure.misc.xml 
  Log:
  fixing #22148
  
Index: phpdoc/en/chapters/install.configure.misc.xml
diff -u phpdoc/en/chapters/install.configure.misc.xml:1.6 
phpdoc/en/chapters/install.configure.misc.xml:1.7
--- phpdoc/en/chapters/install.configure.misc.xml:1.6   Fri Jan 10 20:20:43 2003
+++ phpdoc/en/chapters/install.configure.misc.xml   Mon Feb 10 17:39:38 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Misc options
   
@@ -241,9 +241,9 @@
 

 
-   
+   
 
- --with-system-regex
+ --with-regex[=TYPE]
 
 
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-get-length.xml

2003-02-08 Thread CHAILLAN Nicolas
nicos   Sat Feb  8 07:10:05 2003 EDT

  Modified files:  
/phpdoc/en/reference/outcontrol/functions   ob-get-length.xml 
  Log:
  fixing #22122
  
Index: phpdoc/en/reference/outcontrol/functions/ob-get-length.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-get-length.xml:1.2 
phpdoc/en/reference/outcontrol/functions/ob-get-length.xml:1.3
--- phpdoc/en/reference/outcontrol/functions/ob-get-length.xml:1.2  Wed Apr 17 
02:42:34 2002
+++ phpdoc/en/reference/outcontrol/functions/ob-get-length.xml  Sat Feb  8 07:10:05 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  stringob_get_length
+  intob_get_length
   
  
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en make_chm_index_en.html

2003-02-06 Thread CHAILLAN Nicolas
nicos   Thu Feb  6 17:45:34 2003 EDT

  Modified files:  
/phpdoc/en  make_chm_index_en.html 
  Log:
  Bump a year
  
Index: phpdoc/en/make_chm_index_en.html
diff -u phpdoc/en/make_chm_index_en.html:1.8 phpdoc/en/make_chm_index_en.html:1.9
--- phpdoc/en/make_chm_index_en.html:1.8Thu Jul 25 17:33:08 2002
+++ phpdoc/en/make_chm_index_en.htmlThu Feb  6 17:45:34 2003
@@ -33,7 +33,7 @@
 to get the actual version.
 
 Copyright © 
1997,
-1998, 1999, 2000, 2001, 2002  the PHP Documentation Group
+1998, 1999, 2000, 2001, 2002, 2003  the PHP Documentation Group
 
 
 http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-delete.xml pg-update.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 21:44:38 2003 EDT

  Modified files:  
/phpdoc/en/reference/pgsql/functionspg-delete.xml pg-update.xml 
  Log:
  fixing protos
  
Index: phpdoc/en/reference/pgsql/functions/pg-delete.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.5 
phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.6
--- phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.5   Fri Jun 28 15:51:48 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-delete.xml   Tue Feb  4 21:44:37 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  longpg_delete
+  mixedpg_delete
   
resourceconnection
   stringtable_name
   arrayassoc_array
Index: phpdoc/en/reference/pgsql/functions/pg-update.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-update.xml:1.6 
phpdoc/en/reference/pgsql/functions/pg-update.xml:1.7
--- phpdoc/en/reference/pgsql/functions/pg-update.xml:1.6   Sun Aug 25 09:34:55 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-update.xml   Tue Feb  4 21:44:37 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@

 Description
  
-  longpg_update
+  mixedpg_update
   
resourceconnection
   stringtable_name
   arraycondition



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/pdf/functions pdf-setlinejoin.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 21:42:06 2003 EDT

  Modified files:  
/phpdoc/en/reference/pdf/functions  pdf-setlinejoin.xml 
  Log:
  fixing proto
  
Index: phpdoc/en/reference/pdf/functions/pdf-setlinejoin.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-setlinejoin.xml:1.2 
phpdoc/en/reference/pdf/functions/pdf-setlinejoin.xml:1.3
--- phpdoc/en/reference/pdf/functions/pdf-setlinejoin.xml:1.2   Wed Apr 17 02:43:07 
2002
+++ phpdoc/en/reference/pdf/functions/pdf-setlinejoin.xml   Tue Feb  4 21:42:06 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   voidpdf_setlinejoin
   intpdf object
-  longlinejoin
+  intvalue
  
 
   Set the line join parameter to a value between 0 and 2 inclusive.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/info/functions assert.xml get-magic-quotes-runtime.xml set-magic-quotes-runtime.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 21:38:39 2003 EDT

  Modified files:  
/phpdoc/en/reference/info/functions assert.xml 
get-magic-quotes-runtime.xml 
set-magic-quotes-runtime.xml 
  Log:
  fixing protos
  
Index: phpdoc/en/reference/info/functions/assert.xml
diff -u phpdoc/en/reference/info/functions/assert.xml:1.4 
phpdoc/en/reference/info/functions/assert.xml:1.5
--- phpdoc/en/reference/info/functions/assert.xml:1.4   Fri Oct 25 13:05:01 2002
+++ phpdoc/en/reference/info/functions/assert.xml   Tue Feb  4 21:38:39 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -10,7 +10,7 @@
 Description
  
   intassert
-  
string|boolassertion
+  mixedassertion
  
 
  assert will check the given
Index: phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml
diff -u phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml:1.2 
phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml:1.3
--- phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml:1.2 Wed Apr 17 
02:39:27 2002
+++ phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml Tue Feb  4 
+21:38:39 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -12,7 +12,7 @@

 Description
  
-  longget_magic_quotes_runtime
+  intget_magic_quotes_runtime
   
  
 
Index: phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml
diff -u phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml:1.2 
phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml:1.3
--- phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml:1.2 Wed Apr 17 
02:39:30 2002
+++ phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml Tue Feb  4 
+21:38:39 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -12,7 +12,7 @@

 Description
  
-  longset_magic_quotes_runtime
+  boolset_magic_quotes_runtime
   intnew_setting
  
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/cpdf/functions cpdf-setlinejoin.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 21:33:23 2003 EDT

  Modified files:  
/phpdoc/en/reference/cpdf/functions cpdf-setlinejoin.xml 
  Log:
  fixing proto
  
Index: phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml:1.2 
phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml:1.3
--- phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml:1.2 Wed Apr 17 02:36:55 
2002
+++ phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml Tue Feb  4 21:33:23 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   voidcpdf_setlinejoin
   intpdf document
-  longvalue
+  intvalue
  
 
  The cpdf_setlinejoin function set the



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/image/functions exif-imagetype.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 21:16:07 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsexif-imagetype.xml 
  Log:
  fixing proto
  
Index: phpdoc/en/reference/image/functions/exif-imagetype.xml
diff -u phpdoc/en/reference/image/functions/exif-imagetype.xml:1.5 
phpdoc/en/reference/image/functions/exif-imagetype.xml:1.6
--- phpdoc/en/reference/image/functions/exif-imagetype.xml:1.5  Sat Jan 11 05:19:31 
2003
+++ phpdoc/en/reference/image/functions/exif-imagetype.xml  Tue Feb  4 21:16:07 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -9,7 +9,7 @@
   
Description
 
- int|falseexif_imagetype
+ intexif_imagetype
   stringfilename
 




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/hw/functions hw-getobject.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 21:15:40 2003 EDT

  Modified files:  
/phpdoc/en/reference/hw/functions   hw-getobject.xml 
  Log:
  fixing proto
  
Index: phpdoc/en/reference/hw/functions/hw-getobject.xml
diff -u phpdoc/en/reference/hw/functions/hw-getobject.xml:1.2 
phpdoc/en/reference/hw/functions/hw-getobject.xml:1.3
--- phpdoc/en/reference/hw/functions/hw-getobject.xml:1.2   Wed Apr 17 02:38:38 
2002
+++ phpdoc/en/reference/hw/functions/hw-getobject.xml   Tue Feb  4 21:15:39 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   arrayhw_getobject
   intconnection
-  
[int|array]objectID
+  mixedobjectID
   stringquery
  
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 21:05:17 2003 EDT

  Modified files:  
/phpdoc/en/language functions.xml 
  Log:
  fixing code
  
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.31 phpdoc/en/language/functions.xml:1.32
--- phpdoc/en/language/functions.xml:1.31   Sun Dec  1 05:50:48 2002
+++ phpdoc/en/language/functions.xmlTue Feb  4 21:05:16 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Functions
 
@@ -71,7 +71,7 @@
 
 if ($makefoo) foo();
 
-function bar() {
+function bar() 
 {
   echo "I exist immediately upon program start.\n";
 }



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-set-option.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 20:53:06 2003 EDT

  Modified files:  
/phpdoc/en/reference/sockets/functions  socket-set-option.xml 
  Log:
  fixing proto
  
Index: phpdoc/en/reference/sockets/functions/socket-set-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.3 
phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.3 Thu May  2 
04:31:38 2002
+++ phpdoc/en/reference/sockets/functions/socket-set-option.xml Tue Feb  4 20:53:06 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -13,7 +13,7 @@
   resourcesocket
   intlevel
   intoptname
-  int
+  mixedoptval
  
  &warn.experimental.func;
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-recv.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 20:41:51 2003 EDT

  Modified files:  
/phpdoc/en/reference/sockets/functions  socket-recv.xml 
  Log:
  fixing proto again
  
Index: phpdoc/en/reference/sockets/functions/socket-recv.xml
diff -u phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3 
phpdoc/en/reference/sockets/functions/socket-recv.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3   Tue Feb  4 20:38:31 
2003
+++ phpdoc/en/reference/sockets/functions/socket-recv.xml   Tue Feb  4 20:41:51 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   intsocket_recv
   resourcesocket
-  stringbuf
+  string&buf
   intlen
   intflags
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-recv.xml

2003-02-04 Thread CHAILLAN Nicolas
nicos   Tue Feb  4 20:38:31 2003 EDT

  Modified files:  
/phpdoc/en/reference/sockets/functions  socket-recv.xml 
  Log:
  fixing proto
  
Index: phpdoc/en/reference/sockets/functions/socket-recv.xml
diff -u phpdoc/en/reference/sockets/functions/socket-recv.xml:1.2 
phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3
--- phpdoc/en/reference/sockets/functions/socket-recv.xml:1.2   Wed Apr 17 02:44:10 
2002
+++ phpdoc/en/reference/sockets/functions/socket-recv.xml   Tue Feb  4 20:38:31 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,8 +9,9 @@

 Description
  
-  stringsocket_recv
+  intsocket_recv
   resourcesocket
+  stringbuf
   intlen
   intflags
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/datetime/functions date.xml

2003-02-01 Thread CHAILLAN Nicolas
nicos   Sat Feb  1 13:04:17 2003 EDT

  Modified files:  
/phpdoc/en/reference/datetime/functions date.xml 
  Log:
  fixing #21997
  
Index: phpdoc/en/reference/datetime/functions/date.xml
diff -u phpdoc/en/reference/datetime/functions/date.xml:1.6 
phpdoc/en/reference/datetime/functions/date.xml:1.7
--- phpdoc/en/reference/datetime/functions/date.xml:1.6 Sun Jan 19 14:58:53 2003
+++ phpdoc/en/reference/datetime/functions/date.xml Sat Feb  1 13:04:17 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -72,7 +72,7 @@
 
 
  D
- A textual representation of a week, three letters
+ A textual representation of a day, three letters
  Mon through Sun
 
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/pdf/functions pdf-begin-template.xml

2003-01-15 Thread CHAILLAN Nicolas
nicos   Wed Jan 15 10:37:36 2003 EDT

  Modified files:  
/phpdoc/en/reference/pdf/functions  pdf-begin-template.xml 
  Log:
  fixing #21661
  
Index: phpdoc/en/reference/pdf/functions/pdf-begin-template.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-begin-template.xml:1.2 
phpdoc/en/reference/pdf/functions/pdf-begin-template.xml:1.3
--- phpdoc/en/reference/pdf/functions/pdf-begin-template.xml:1.2Wed Apr 17 
02:42:52 2002
+++ phpdoc/en/reference/pdf/functions/pdf-begin-template.xmlWed Jan 15 10:37:35 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,7 +9,7 @@

 Description
  
-  voidpdf_begin_template
+  intpdf_begin_template
   intpdf object
   floatwidth
   floatheight



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread CHAILLAN Nicolas
nicos   Tue Jan 14 06:00:21 2003 EDT

  Modified files:  
/phpdoc/en/reference/image  reference.xml 
/phpdoc/en/reference/image/functionsimagecreatefromgif.xml 
  Log:
  reverting, the doc will need to be clear that it permits only read...
  
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.14 
phpdoc/en/reference/image/reference.xml:1.15
--- phpdoc/en/reference/image/reference.xml:1.14Tue Jan 14 05:48:56 2003
+++ phpdoc/en/reference/image/reference.xml Tue Jan 14 06:00:19 2003
@@ -1,5 +1,5 @@
 
-
+
 
  Image functions
  Image
@@ -53,7 +53,6 @@
 version has some additional features like alpha blending, and should
 be used in preference to the external library
 since it's codebase is better maintained and more stable.
-The bundled version of the GD lib does not support GIF.

   
 
Index: phpdoc/en/reference/image/functions/imagecreatefromgif.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5 
phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.6
--- phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5  Tue Jan 14 
05:48:57 2003
+++ phpdoc/en/reference/image/functions/imagecreatefromgif.xml  Tue Jan 14 06:00:21 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -47,8 +47,7 @@
   
Since all GIF support was removed from the GD library in
version 1.6, this function is not available if you are using
-   that version of the GD library or the bundled version of the 
-   GD lib.
+   that version of the GD library.
   
  
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread CHAILLAN Nicolas
nicos   Tue Jan 14 05:48:57 2003 EDT

  Modified files:  
/phpdoc/en/reference/image  reference.xml 
/phpdoc/en/reference/image/functionsimagecreatefromgif.xml 
  Log:
  Fixing #21630
  
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.13 
phpdoc/en/reference/image/reference.xml:1.14
--- phpdoc/en/reference/image/reference.xml:1.13Thu Dec  5 16:32:46 2002
+++ phpdoc/en/reference/image/reference.xml Tue Jan 14 05:48:56 2003
@@ -1,5 +1,5 @@
 
-
+
 
  Image functions
  Image
@@ -53,6 +53,7 @@
 version has some additional features like alpha blending, and should
 be used in preference to the external library
 since it's codebase is better maintained and more stable.
+The bundled version of the GD lib does not support GIF.

   
 
Index: phpdoc/en/reference/image/functions/imagecreatefromgif.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4 
phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5
--- phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4  Thu Sep 26 
09:56:54 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromgif.xml  Tue Jan 14 05:48:57 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -47,7 +47,8 @@
   
Since all GIF support was removed from the GD library in
version 1.6, this function is not available if you are using
-   that version of the GD library.
+   that version of the GD library or the bundled version of the 
+   GD lib.
   
  
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-14 Thread CHAILLAN Nicolas
nicos   Tue Jan 14 05:25:28 2003 EDT

  Modified files:  
/phpdoc/en/functionsimage.xml 
  Log:
  fixing #21631
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.95 phpdoc/en/functions/image.xml:1.96
--- phpdoc/en/functions/image.xml:1.95  Wed Apr 17 15:58:42 2002
+++ phpdoc/en/functions/image.xml   Tue Jan 14 05:25:28 2003
@@ -8,7 +8,7 @@
  instead -->
  
  
-
+
 
  Image functions
  Image
@@ -70,7 +70,7 @@


 The following constants are defined:
-1 = IMAGETYPE_GIF, 2 = IMAGETYPE_JPG, 3 = IMAGETYPE_PNG, 4 = IMAGETYPE_SWF,
+1 = IMAGETYPE_GIF, 2 = IMAGETYPE_JPEG, 3 = IMAGETYPE_PNG, 4 = IMAGETYPE_SWF,
 5 = IMAGETYPE_PSD, 6 = IMAGETYPE_BMP, 7 = IMAGETYPE_TIFF_II (intel byte order),
 8 = IMAGETYPE_TIFF_MM (motorola byte order), 9 = IMAGETYPE_JPC, 10 = 
IMAGETYPE_JP2,
 11 = IMAGETYPE_JPX.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions parse-ini-file.xml

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 10:30:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  It will not return an error but output it @Goba
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.8 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.9
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.8 Thu Jan  9 
10:24:32 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Jan  9 10:30:31 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -50,7 +50,7 @@
 
  
   If the ini file you are trying to parse is malformed, PHP will exit
-  and return a warning that can't be hidden.
+  and output a warning that can't be hidden.
  
 
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions parse-ini-file.xml

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 10:24:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Fixing #21546, looks okay according to james
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.7 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.8
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.7 Tue Nov 19 
03:50:05 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Jan  9 10:24:32 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -49,7 +49,8 @@
 
 
  
-  If the ini file you are trying to parse is malformed, PHP will exit.
+  If the ini file you are trying to parse is malformed, PHP will exit
+  and return a warning that can't be hidden.
  
 
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 08:20:55 2003 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  Applying Andrey's patch
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.7 
phpdoc/en/reference/curl/reference.xml:1.8
--- phpdoc/en/reference/curl/reference.xml:1.7  Thu Jan  9 08:10:11 2003
+++ phpdoc/en/reference/curl/reference.xml  Thu Jan  9 08:20:55 2003
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -41,7 +41,7 @@
 &reftitle.examples;
 
  Once you've compiled PHP with CURL support, you can begin using
- the curl functions. The basic idea behind the CURL functions is
+ the CURL functions. The basic idea behind the CURL functions is
  that you initialize a CURL session using the
  curl_init, then you can set all your
  options for the transfer via the curl_setopt,



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 08:10:11 2003 EDT

  Modified files:  
/phpdoc/en/reference/curl   reference.xml 
  Log:
  Fixing #21541 and some whitespaces issues
  
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.6 
phpdoc/en/reference/curl/reference.xml:1.7
--- phpdoc/en/reference/curl/reference.xml:1.6  Mon Nov 25 18:49:19 2002
+++ phpdoc/en/reference/curl/reference.xml  Thu Jan  9 08:10:11 2003
@@ -1,5 +1,5 @@
 
-
+
  
   CURL, Client URL Library Functions
   CURL
@@ -41,13 +41,15 @@
 &reftitle.examples;
 
  Once you've compiled PHP with CURL support, you can begin using
- the curl functions.  The basic idea behind the CURL functions is
+ the curl functions. The basic idea behind the CURL functions is
  that you initialize a CURL session using the
  curl_init, then you can set all your
- options for the transfer via the curl_exec
- and then you finish off your session using the
- curl_close.  Here is an example that uses
- the CURL functions to fetch the example.com homepage into a file:
+ options for the transfer via the curl_setopt,
+ then you can execute the session with the 
+ curl_exec and then you finish off 
+ your session using the curl_close. 
+ Here is an example that uses the CURL functions to fetch the 
+ example.com homepage into a file:
  
   Using PHP's CURL module to fetch the example.com homepage
   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/image constants.xml /en/reference/image/functions exif-imagetype.xml

2003-01-08 Thread CHAILLAN Nicolas
nicos   Wed Jan  8 13:03:29 2003 EDT

  Modified files:  
/phpdoc/en/reference/image  constants.xml 
/phpdoc/en/reference/image/functionsexif-imagetype.xml 
  Log:
  fixing 21520
  
Index: phpdoc/en/reference/image/constants.xml
diff -u phpdoc/en/reference/image/constants.xml:1.3 
phpdoc/en/reference/image/constants.xml:1.4
--- phpdoc/en/reference/image/constants.xml:1.3 Sat Jun 22 21:01:28 2002
+++ phpdoc/en/reference/image/constants.xml Wed Jan  8 13:03:27 2003
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.constants;
  &extension.constants;
@@ -193,7 +193,7 @@
   
   

-IMAGETYPE_JPG 
+IMAGETYPE_JPEG 
 (integer)


Index: phpdoc/en/reference/image/functions/exif-imagetype.xml
diff -u phpdoc/en/reference/image/functions/exif-imagetype.xml:1.3 
phpdoc/en/reference/image/functions/exif-imagetype.xml:1.4
--- phpdoc/en/reference/image/functions/exif-imagetype.xml:1.3  Sat Jun 22 21:04:09 
2002
+++ phpdoc/en/reference/image/functions/exif-imagetype.xml  Wed Jan  8 13:03:28 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
  
   
@@ -21,7 +21,7 @@


 The following constants are defined:
-1 = IMAGETYPE_GIF, 2 = IMAGETYPE_JPG, 3 = IMAGETYPE_PNG, 4 = IMAGETYPE_SWF,
+1 = IMAGETYPE_GIF, 2 = IMAGETYPE_JPEG, 3 = IMAGETYPE_PNG, 4 = IMAGETYPE_SWF,
 5 = IMAGETYPE_PSD, 6 = IMAGETYPE_BMP, 7 = IMAGETYPE_TIFF_II (intel byte order),
 8 = IMAGETYPE_TIFF_MM (motorola byte order), 9 = IMAGETYPE_JPC, 10 = 
IMAGETYPE_JP2,
 11 = IMAGETYPE_JPX, 12 = IMAGETYPE_SWC.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/network/functions gethostbyaddr.xml gethostbyname.xml

2003-01-07 Thread CHAILLAN Nicolas
nicos   Tue Jan  7 17:42:28 2003 EDT

  Modified files:  
/phpdoc/en/reference/network/functions  gethostbyaddr.xml 
gethostbyname.xml 
  Log:
  applying sander's fix
  
Index: phpdoc/en/reference/network/functions/gethostbyaddr.xml
diff -u phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.2 
phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.3
--- phpdoc/en/reference/network/functions/gethostbyaddr.xml:1.2 Wed Apr 17 02:42:03 
2002
+++ phpdoc/en/reference/network/functions/gethostbyaddr.xml Tue Jan  7 17:42:28 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,8 +16,8 @@
  
 
  Returns the host name of the Internet host specified by
- ip_address. If an error occurs, returns
- ip_address.
+ ip_address or a string containing the unmodified 
+ ip_address on failure.
 
 
  See also gethostbyname.
Index: phpdoc/en/reference/network/functions/gethostbyname.xml
diff -u phpdoc/en/reference/network/functions/gethostbyname.xml:1.4 
phpdoc/en/reference/network/functions/gethostbyname.xml:1.5
--- phpdoc/en/reference/network/functions/gethostbyname.xml:1.4 Tue Jan  7 10:21:27 
2003
+++ phpdoc/en/reference/network/functions/gethostbyname.xml Tue Jan  7 17:42:28 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,8 +16,8 @@
  
 
  Returns the IP address of the Internet host specified by
- hostname. If an error occurs, 
- gethostbyname returns hostname.
+ hostname or a string containing the unmodified 
+ hostname on failure.
  
 
  See also gethostbyaddr.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/network/functions gethostbyname.xml

2003-01-07 Thread CHAILLAN Nicolas
nicos   Tue Jan  7 10:21:29 2003 EDT

  Modified files:  
/phpdoc/en/reference/network/functions  gethostbyname.xml 
  Log:
  Better description
  
Index: phpdoc/en/reference/network/functions/gethostbyname.xml
diff -u phpdoc/en/reference/network/functions/gethostbyname.xml:1.3 
phpdoc/en/reference/network/functions/gethostbyname.xml:1.4
--- phpdoc/en/reference/network/functions/gethostbyname.xml:1.3 Tue Jan  7 07:46:28 
2003
+++ phpdoc/en/reference/network/functions/gethostbyname.xml Tue Jan  7 10:21:27 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,8 +16,8 @@
  
 
  Returns the IP address of the Internet host specified by
- hostname or hostname 
- on failure.
+ hostname. If an error occurs, 
+ gethostbyname returns hostname.
  
 
  See also gethostbyaddr.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/network/functions gethostbyname.xml

2003-01-07 Thread CHAILLAN Nicolas
nicos   Tue Jan  7 07:46:28 2003 EDT

  Modified files:  
/phpdoc/en/reference/network/functions  gethostbyname.xml 
  Log:
  gethostbyname returns the hostname if it fails
  
Index: phpdoc/en/reference/network/functions/gethostbyname.xml
diff -u phpdoc/en/reference/network/functions/gethostbyname.xml:1.2 
phpdoc/en/reference/network/functions/gethostbyname.xml:1.3
--- phpdoc/en/reference/network/functions/gethostbyname.xml:1.2 Wed Apr 17 02:42:03 
2002
+++ phpdoc/en/reference/network/functions/gethostbyname.xml Tue Jan  7 07:46:28 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,7 +16,8 @@
  
 
  Returns the IP address of the Internet host specified by
- hostname.
+ hostname or hostname 
+ on failure.
  
 
  See also gethostbyaddr.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-get-contents.xml

2003-01-06 Thread CHAILLAN Nicolas
nicos   Mon Jan  6 18:52:22 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   file-get-contents.xml 
  Log:
  fixing #21460 (less descriptive it looks its better)
  
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.5 
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.6
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.5  Mon Jan  6 
18:42:51 2003
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml  Mon Jan  6 
+18:52:22 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -15,8 +15,7 @@
  
  
  Identical to file, except that
- file_get_contents returns the file in a string 
- and not an array where each element corresponds to a line in the file.
+ file_get_contents returns the file in a string.
 
 ¬e.bin-safe;
 &tip.fopen-wrapper;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-get-contents.xml

2003-01-06 Thread CHAILLAN Nicolas
nicos   Mon Jan  6 18:42:52 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   file-get-contents.xml 
  Log:
  fixing #21460
  
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.4 
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.5
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.4  Thu Jul 11 
17:00:35 2002
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml  Mon Jan  6 
+18:42:51 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -14,8 +14,9 @@
   intuse_include_path
  
  
- Identical to readfile, except that
- file_get_contents returns the file in a string.
+ Identical to file, except that
+ file_get_contents returns the file in a string 
+ and not an array where each element corresponds to a line in the file.
 
 ¬e.bin-safe;
 &tip.fopen-wrapper;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions filetype.xml

2003-01-04 Thread CHAILLAN Nicolas
nicos   Sat Jan  4 17:01:50 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   filetype.xml 
  Log:
  fixes again
  
Index: phpdoc/en/reference/filesystem/functions/filetype.xml
diff -u phpdoc/en/reference/filesystem/functions/filetype.xml:1.4 
phpdoc/en/reference/filesystem/functions/filetype.xml:1.5
--- phpdoc/en/reference/filesystem/functions/filetype.xml:1.4   Sat Jan  4 15:42:42 
2003
+++ phpdoc/en/reference/filesystem/functions/filetype.xml   Sat Jan  4 17:01:48 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -17,9 +17,9 @@
  dir, block, link, file, and unknown.
 
 
- Returns &false; if an error occurs.
- This function will also produce an E_WARNING message if the stat call fails or 
- if the file type is unknown.
+ Returns &false; if an error occurs. filetype will also 
+ produce an E_WARNING message if the stat call fails 
+ or if the file type is unknown.
 
 
  The results of this function are cached. See



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions filetype.xml

2003-01-04 Thread CHAILLAN Nicolas
nicos   Sat Jan  4 15:42:42 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   filetype.xml 
  Log:
  fixing #21410
  
Index: phpdoc/en/reference/filesystem/functions/filetype.xml
diff -u phpdoc/en/reference/filesystem/functions/filetype.xml:1.3 
phpdoc/en/reference/filesystem/functions/filetype.xml:1.4
--- phpdoc/en/reference/filesystem/functions/filetype.xml:1.3   Fri Apr 19 02:28:03 
2002
+++ phpdoc/en/reference/filesystem/functions/filetype.xml   Sat Jan  4 15:42:42 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -18,6 +18,8 @@
 
 
  Returns &false; if an error occurs.
+ This function will also produce an E_WARNING message if the stat call fails or 
+ if the file type is unknown.
 
 
  The results of this function are cached. See



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/sem/functions shm-detach.xml

2003-01-03 Thread CHAILLAN Nicolas
nicos   Fri Jan  3 17:51:13 2003 EDT

  Modified files:  
/phpdoc/en/reference/sem/functions  shm-detach.xml 
  Log:
  fixing proto, according to the code, shm-detach will always return TRUE, so it's 
boolean.
  
Index: phpdoc/en/reference/sem/functions/shm-detach.xml
diff -u phpdoc/en/reference/sem/functions/shm-detach.xml:1.2 
phpdoc/en/reference/sem/functions/shm-detach.xml:1.3
--- phpdoc/en/reference/sem/functions/shm-detach.xml:1.2Wed Apr 17 02:43:52 
2002
+++ phpdoc/en/reference/sem/functions/shm-detach.xmlFri Jan  3 17:51:13 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,7 +9,7 @@

 Description
  
-  intshm_detach
+  boolshm_detach
   intshm_identifier
  
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/xml/functions xml-parse-into-struct.xml

2003-01-03 Thread CHAILLAN Nicolas
nicos   Fri Jan  3 15:53:01 2003 EDT

  Modified files:  
/phpdoc/en/reference/xml/functions  xml-parse-into-struct.xml 
  Log:
  4th argument of xml-parse-into-struct is optional (0 by default).
  
Index: phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml
diff -u phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.3 
phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.4
--- phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.3 Fri Apr 19 
07:11:21 2002
+++ phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml Fri Jan  3 15:53:01 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -13,7 +13,7 @@
  resourceparser
  stringdata
  array&values
- array&index
+ array&index
 
 
  This function parses an XML file into 2 parallel array



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions mkdir.xml

2003-01-03 Thread CHAILLAN Nicolas
nicos   Fri Jan  3 15:11:56 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   mkdir.xml 
  Log:
  fixing again (mode is ignored on windows)
  
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.4 
phpdoc/en/reference/filesystem/functions/mkdir.xml:1.5
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.4  Fri Jan  3 15:05:06 
2003
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml  Fri Jan  3 15:11:56 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -22,7 +22,7 @@
  The mode is also modified by the current umask, which you
  can change using umask.
  
- Mode is NOT needed on Windows.
+ Mode is ignored on Windows.
 
  Please note also that mode is optional and that
  it is by default '0777' (read, write and execution for EVERY



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions mkdir.xml

2003-01-03 Thread CHAILLAN Nicolas
nicos   Fri Jan  3 15:05:08 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   mkdir.xml 
  Log:
  fixing optional argument
  
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.3 
phpdoc/en/reference/filesystem/functions/mkdir.xml:1.4
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.3  Fri Jan  3 14:58:58 
2003
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml  Fri Jan  3 15:05:06 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   intmkdir
   stringpathname
-  [intmode]
+  intmode
  
 
  Attempts to create the directory specified by pathname.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions mkdir.xml

2003-01-03 Thread CHAILLAN Nicolas
nicos   Fri Jan  3 14:58:58 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   mkdir.xml 
  Log:
  fixing #18293, adding more informations about mode
  
Index: phpdoc/en/reference/filesystem/functions/mkdir.xml
diff -u phpdoc/en/reference/filesystem/functions/mkdir.xml:1.2 
phpdoc/en/reference/filesystem/functions/mkdir.xml:1.3
--- phpdoc/en/reference/filesystem/functions/mkdir.xml:1.2  Wed Apr 17 02:38:09 
2002
+++ phpdoc/en/reference/filesystem/functions/mkdir.xml  Fri Jan  3 14:58:58 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   intmkdir
   stringpathname
-  intmode
+  [intmode]
  
 
  Attempts to create the directory specified by pathname.
@@ -21,6 +21,13 @@
  octal number, which means it should have a leading zero.
  The mode is also modified by the current umask, which you
  can change using umask.
+ 
+ Mode is NOT needed on Windows.
+
+ Please note also that mode is optional and that
+ it is by default '0777' (read, write and execution for EVERY
+ access). If you need more informations about mode under 
+ UNIX systems, please read 'man 1 chmod' and 'man 2 chmod'.
  
   
 

[PHP-DOC] cvs: phpdoc /en/chapters config.xml

2003-01-02 Thread CHAILLAN Nicolas
nicos   Thu Jan  2 21:26:43 2003 EDT

  Modified files:  
/phpdoc/en/chapters config.xml 
  Log:
  fixing tabs
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.88 phpdoc/en/chapters/config.xml:1.89
--- phpdoc/en/chapters/config.xml:1.88  Thu Jan  2 21:20:44 2003
+++ phpdoc/en/chapters/config.xml   Thu Jan  2 21:26:43 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Configuration
 
@@ -476,7 +476,7 @@
 use this directive you must have enabled it at compile time.  So, 
 your configure line would have included:
 --enable-memory-limit. Note that you have to set 
-   it to -1 if you don't want any limit for your memory.
+it to -1 if you don't want any limit for your memory.

   
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/chapters config.xml

2003-01-02 Thread CHAILLAN Nicolas
nicos   Thu Jan  2 21:20:44 2003 EDT

  Modified files:  
/phpdoc/en/chapters config.xml 
  Log:
  adding comment about memory_limit (bug fixe #20247
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.87 phpdoc/en/chapters/config.xml:1.88
--- phpdoc/en/chapters/config.xml:1.87  Sat Nov 30 06:08:05 2002
+++ phpdoc/en/chapters/config.xml   Thu Jan  2 21:20:44 2003
@@ -1,5 +1,5 @@
 
-
+
  
   Configuration
 
@@ -475,7 +475,8 @@
 scripts for eating up all available memory on a server.  In order to
 use this directive you must have enabled it at compile time.  So, 
 your configure line would have included:
---enable-memory-limit
+--enable-memory-limit. Note that you have to set 
+   it to -1 if you don't want any limit for your memory.

   
  



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml

2002-11-20 Thread CHAILLAN Nicolas
nicos   Wed Nov 20 08:19:26 2002 EDT

  Modified files:  
/phpdoc/en/appendices   aliases.xml 
  Log:
  now really fixed (Derick)
  
  
Index: phpdoc/en/appendices/aliases.xml
diff -u phpdoc/en/appendices/aliases.xml:1.24 phpdoc/en/appendices/aliases.xml:1.25
--- phpdoc/en/appendices/aliases.xml:1.24   Wed Nov 20 08:17:07 2002
+++ phpdoc/en/appendices/aliases.xmlWed Nov 20 08:19:26 2002
@@ -1,5 +1,5 @@
 
-
+
 
  List of Function Aliases
  
@@ -14,7 +14,8 @@
   is_integer are equally good)
  
  
-  This list is consistent with PHP 4.0.6. For an alias list that updates daily, have 
a look here.
+  This list is consistent with PHP 4.0.6. For an alias list that 
+updates daily, have a look here.
  
  
   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml

2002-11-20 Thread CHAILLAN Nicolas
nicos   Wed Nov 20 08:17:08 2002 EDT

  Modified files:  
/phpdoc/en/appendices   aliases.xml 
  Log:
  philip patch
  
  
Index: phpdoc/en/appendices/aliases.xml
diff -u phpdoc/en/appendices/aliases.xml:1.23 phpdoc/en/appendices/aliases.xml:1.24
--- phpdoc/en/appendices/aliases.xml:1.23   Wed Nov 20 08:11:20 2002
+++ phpdoc/en/appendices/aliases.xmlWed Nov 20 08:17:07 2002
@@ -1,5 +1,5 @@
 
-
+
 
  List of Function Aliases
  
@@ -14,7 +14,7 @@
   is_integer are equally good)
  
  
-  This list is consistent with PHP 4.0.6.
+  This list is consistent with PHP 4.0.6. For an alias list that updates daily, have 
+a look here.
  
  
   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /chm make_chm.php

2002-11-17 Thread CHAILLAN Nicolas
nicos   Sun Nov 17 11:11:54 2002 EDT

  Modified files:  
/phpdoc/chm make_chm.php 
  Log:
  adding patch of Moriyoshi Koizumi see phpdoc mailing for details
  
  
Index: phpdoc/chm/make_chm.php
diff -u phpdoc/chm/make_chm.php:1.5 phpdoc/chm/make_chm.php:1.6
--- phpdoc/chm/make_chm.php:1.5 Sun Oct  6 05:35:03 2002
+++ phpdoc/chm/make_chm.php Sun Nov 17 11:11:54 2002
@@ -14,25 +14,79 @@
 $FANCY_PATH= getenv("PHP_HELP_COMPILE_FANCYDIR");
 $LANGUAGE  = getenv("PHP_HELP_COMPILE_LANG");
 $INDEX_IN_HTML = "index.html";
+$INTERNAL_CHARSET = "UTF-8";
+$DEFAULT_FONT = "Arial,10,0";
 
 if (empty($FANCY_PATH)) { $FANCY_PATH = $HTML_PATH; }
 
 // Array to manual code -> HTML Help Code conversion
 // Code list: http://www.helpware.net/htmlhelp/hh_info.htm
 $LANGUAGES = array(
-"tw"=> "0x404 Traditional Chinese",
-"cs"=> "0x405 Czech",
-"de"=> "0x407 German (Germany)",
-"en"=> "0x809 Enlish (United Kingdom)",
-"es"=> "0xc0a Spanish (International Sort)",
-"fr"=> "0x40c French (France)",
-"hu"=> "0x40e Hungarian",
-"it"=> "0x410 Italian (Italy)",
-"ja"=> "0x411 Japanese",
-"kr"=> "0x412 Korean",
-"nl"=> "0x413 Dutch (Netherlands)",
-"pt_BR" => "0x416 Portuguese (Brazil)",
-"zh"=> "0x804 Simplified Chinese"
+"tw"=> array(
+   "langcode" => "0x404 Traditional Chinese",
+   "preferred_charset" => "CP950",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"cs"=> array(
+   "langcode" => "0x405 Czech",
+   "preferred_charset" => "Windows-1250",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"de"=> array(
+   "langcode" => "0x407 German (Germany)",
+   "preferred_charset" => "Windows-1252",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"en"=> array(
+   "langcode" => "0x809 English (United Kingdom)",
+   "preferred_charset" => "Windows-1252",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"es"=> array(
+   "langcode" => "0xc0a Spanish (International Sort)",
+   "preferred_charset" => "Windows-1252",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"fr"=> array(
+   "langcode" => "0x40c French (France)",
+   "preferred_charset" => "Windows-1252",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"hu"=> array(
+   "langcode" => "0x40e Hungarian",
+   "preferred_charset" => "Windows-1250",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"it"=> array(
+   "langcode" => "0x410 Italian (Italy)",
+   "preferred_charset" => "Windows-1252",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"ja"=> array(
+   "langcode" => "0x411 Japanese",
+   "preferred_charset" => "CP932",
+   "preferred_font" => "MS P Gothic,10,0"
+   ),
+"kr"=> array(
+   "langcode" => "0x412 Korean",
+   "preferred_charset" => "CP949",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"nl"=> array(
+   "langcode" => "0x413 Dutch (Netherlands)",
+   "preferred_charset" => "Windows-1252",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"pt_BR" => array(
+   "langcode" => "0x416 Portuguese (Brazil)",
+   "preferred_charset" => "Windows-1252",
+   "preferred_font" => $DEFAULT_FONT
+   ),
+"zh"=> array(
+   "langcode" => "0x804 Simplified Chinese",
+   "preferred_charset" => "CP936",
+   "preferred_font" => $DEFAULT_FONT
+   )
 );
 
 // Files on the top level of the TOC
@@ -46,6 +100,18 @@
 "appendixes.html"
 );
 
+// backwards compatibility
+if (!function_exists("file_get_contents")) {
+function file_get_contents($file)
+{
+$cnt = file($file);
+if ($cnt !== false) {
+return join('', $cnt);
+}
+return false;
+}
+}
+
 // Header for index and toc 
 $HEADER = '
 
@@ -72,8 +138,8 @@
 $index = fopen("php_manual_$LANGUAGE.hhk", "w");
 
 // Write out file headers
-fputs($toc,   $HEADER);
-fputs($index, $HEADER);
+fputs_wrapper($toc,   $HEADER);
+fputs_wrapper($index, $HEADER);
 
 // Read original index file and drop out newlines
 $indexline = oneLiner("$HTML_PATH/$INDEX_IN_HTML");
@@ -85,7 +151,7 @@
 if ($FIRST_PAGE != $INDEX_IN_HTML) {
 
 // Find the name of the Table of Contents
-preg_match('|