[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-reverse.xml ksort.xml

2003-06-29 Thread Thomas Schoefbeck
tom Sun Jun 29 03:43:05 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-reverse.xml ksort.xml 
  Log:
  added php-pi's
  
Index: phpdoc/en/reference/array/functions/array-reverse.xml
diff -u phpdoc/en/reference/array/functions/array-reverse.xml:1.5 
phpdoc/en/reference/array/functions/array-reverse.xml:1.6
--- phpdoc/en/reference/array/functions/array-reverse.xml:1.5   Mon Jun 16 08:03:39 
2003
+++ phpdoc/en/reference/array/functions/array-reverse.xml   Sun Jun 29 03:43:05 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/array.xml, last change in rev 1.62 --
   refentry id=function.array-reverse
refnamediv
@@ -26,9 +26,11 @@
   titlefunctionarray_reverse/function example/title
   programlisting role=php
 ![CDATA[
+?php
 $input  = array (php, 4.0, array (green, red));
 $result = array_reverse ($input);
 $result_keyed = array_reverse ($input, TRUE);
+?
 ]]
   /programlisting
   para
Index: phpdoc/en/reference/array/functions/ksort.xml
diff -u phpdoc/en/reference/array/functions/ksort.xml:1.5 
phpdoc/en/reference/array/functions/ksort.xml:1.6
--- phpdoc/en/reference/array/functions/ksort.xml:1.5   Mon Jun 16 08:03:39 2003
+++ phpdoc/en/reference/array/functions/ksort.xml   Sun Jun 29 03:43:05 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/array.xml, last change in rev 1.2 --
   refentry id=function.ksort
refnamediv
@@ -22,12 +22,14 @@
   titlefunctionksort/function example/title
   programlisting role=php
 ![CDATA[
+?php
 $fruits = array (d=lemon, a=orange, b=banana, c=apple);
 ksort ($fruits);
 reset ($fruits);
 while (list ($key, $val) = each ($fruits)) {
 echo $key = $val\n;
 }
+?
 ]]
   /programlisting
   para



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



[PHP-DOC] ftp-nb-fput.xml

2003-06-29 Thread Ali
Hi all,

i'm doing some german translation on the FTP functions and while reading
through the english XML-files i saw a little typo in the ftp-nb-fput
manpage.

Attached diff should fix it.

-Ali


Index: ftp-nb-fput.xml
===
RCS file: /repository/phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml,v
retrieving revision 1.4
diff -u -u -r1.4 ftp-nb-fput.xml
--- ftp-nb-fput.xml	28 Jan 2003 03:37:19 -	1.4
+++ ftp-nb-fput.xml	29 Jun 2003 12:16:18 -
@@ -23,7 +23,7 @@
  constantFTP_ASCII/constant or constantFTP_BINARY/constant.
  The difference between this function and the functionftp_fput/function is that this
  function uploads the file asynchronously, so your program can perform other operations while the
- file is being downloaded.
+ file is being uploaded.
 /para
 para
  return.success;

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

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-nb-fput.xml

2003-06-29 Thread Friedhelm Betz
betzSun Jun 29 09:33:47 2003 EDT

  Modified files:  
/phpdoc/en/reference/ftp/functions  ftp-nb-fput.xml 
  Log:
  typo, thanks to Ali
  
  
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.4 
phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.4   Mon Jan 27 22:37:19 
2003
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml   Sun Jun 29 09:33:47 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
   refentry id=function.ftp-nb-fput
refnamediv
 refnameftp_nb_fput/refname
@@ -23,7 +23,7 @@
  constantFTP_ASCII/constant or constantFTP_BINARY/constant.
  The difference between this function and the functionftp_fput/function is 
that this
  function uploads the file asynchronously, so your program can perform other 
operations while the
- file is being downloaded.
+ file is being uploaded.
 /para
 para
  return.success;



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



[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-nb-fput.xml

2003-06-29 Thread Friedhelm Betz
betzSun Jun 29 09:37:24 2003 EDT

  Modified files:  
/phpdoc/en/reference/ftp/functions  ftp-nb-fput.xml 
  Log:
  ws fix
  
  
Index: phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml:1.5   Sun Jun 29 09:33:47 
2003
+++ phpdoc/en/reference/ftp/functions/ftp-nb-fput.xml   Sun Jun 29 09:37:24 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
   refentry id=function.ftp-nb-fput
refnamediv
 refnameftp_nb_fput/refname
@@ -17,13 +17,13 @@
  /methodsynopsis
 para
  functionftp_nb_fput/function uploads the data from the file pointer
- parameterhandle/parameter until it reaches the end of the file. The results 
are stored
- in parameterremote_file/parameter on the FTP server. The transfer
- parametermode/parameter specified must be either
- constantFTP_ASCII/constant or constantFTP_BINARY/constant.
- The difference between this function and the functionftp_fput/function is 
that this
- function uploads the file asynchronously, so your program can perform other 
operations while the
- file is being uploaded.
+ parameterhandle/parameter until it reaches the end of the file. The
+ results are stored in parameterremote_file/parameter on the FTP server.
+ The transfer parametermode/parameter specified must be either
+ constantFTP_ASCII/constant or constantFTP_BINARY/constant. The
+ difference between this function and the functionftp_fput/function is
+ that this function uploads the file asynchronously, so your program can
+ perform other operations while the file is being uploaded.
 /para
 para
  return.success;



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



Re: [PHP-DOC] ftp-nb-fput.xml

2003-06-29 Thread Philip Olson
Hello Ali-

For informational purposes, if you have karma for a phpdoc
translation, you also have karma for the english tree.

Regards,
Philip

On 29 Jun 2003, Ali wrote:

 Hi all,
 
 i'm doing some german translation on the FTP functions and while reading
 through the english XML-files i saw a little typo in the ftp-nb-fput
 manpage.
 
 Attached diff should fix it.
 
 -Ali
 
 
 


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



[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-cdup.xml ftp-chdir.xml ftp-chmod.xml ftp-connect.xml ftp-exec.xml ftp-fget.xml ftp-fput.xml ftp-get.xml ftp-mkdir.xml ftp-nb-continue.xml ftp-nb-fget.xml ftp-nb-get.xml ftp-nb-put.xml ftp-put.xml ftp-ssl-connect.xml

2003-06-29 Thread Friedhelm Betz
betzSun Jun 29 11:05:37 2003 EDT

  Modified files:  
/phpdoc/en/reference/ftp/functions  ftp-cdup.xml ftp-chdir.xml 
ftp-chmod.xml ftp-connect.xml 
ftp-exec.xml ftp-fget.xml 
ftp-fput.xml ftp-get.xml 
ftp-mkdir.xml 
ftp-nb-continue.xml 
ftp-nb-fget.xml ftp-nb-get.xml 
ftp-nb-put.xml ftp-put.xml 
ftp-ssl-connect.xml 
  Log:
  bunch of see alsos, some minor typos
  
  Index: phpdoc/en/reference/ftp/functions/ftp-cdup.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.4 
phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.5
--- phpdoc/en/reference/ftp/functions/ftp-cdup.xml:1.4  Tue Nov 12 06:57:54 2002
+++ phpdoc/en/reference/ftp/functions/ftp-cdup.xml  Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- split from ./en/functions/ftp.xml, last change in rev 1.2 --
   refentry id=function.ftp-cdup
refnamediv
@@ -17,6 +17,9 @@
 /para
 para
  return.success;
+/para
+para
+ See also functionftp_chdir/function.
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/ftp/functions/ftp-chdir.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.5 
phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.6
--- phpdoc/en/reference/ftp/functions/ftp-chdir.xml:1.5 Thu May 29 10:49:37 2003
+++ phpdoc/en/reference/ftp/functions/ftp-chdir.xml Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 --
   refentry id=function.ftp-chdir
refnamediv
@@ -47,6 +47,9 @@
 ]]
  /programlisting
 /example
+para
+ See also functionftp_cdup/function.
+/para
/refsect1
   /refentry
 
Index: phpdoc/en/reference/ftp/functions/ftp-chmod.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.1 
phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.2
--- phpdoc/en/reference/ftp/functions/ftp-chmod.xml:1.1 Tue Jan 28 15:02:05 2003
+++ phpdoc/en/reference/ftp/functions/ftp-chmod.xml Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   refentry id=function.ftp-chmod
refnamediv
 refnameftp_chmod/refname
@@ -22,8 +22,7 @@
  Returns the new file permissions on success or false; on error.
 /para
 para
- See Also:
- functionchmod/function
+ See also functionchmod/function.
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/ftp/functions/ftp-connect.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-connect.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-connect.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-connect.xml:1.6   Thu May 29 10:49:37 
2003
+++ phpdoc/en/reference/ftp/functions/ftp-connect.xml   Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 --
   refentry id=function.ftp-connect
refnamediv
@@ -53,7 +53,8 @@
  /programlisting
 /example
 para
- See also functionftp_close/function.
+ See also functionftp_close/function, and
+ functionftp_ssl_connect/function.
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/ftp/functions/ftp-exec.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-exec.xml:1.6  Sun May 25 18:30:27 2003
+++ phpdoc/en/reference/ftp/functions/ftp-exec.xml  Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- splitted from ./en/functions/ftp.xml, last change in rev 1.32 --
   refentry id='function.ftp-exec'
refnamediv
@@ -19,8 +19,7 @@
  literal200/literal); otherwise returns false;.
 /para
 para
- See Also:
- functionftp_raw/function
+ See also functionftp_raw/function.
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/ftp/functions/ftp-fget.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-fget.xml:1.6  Mon Jan 27 22:37:19 2003
+++ phpdoc/en/reference/ftp/functions/ftp-fget.xml  Sun Jun 29 11:05:37 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 --
   refentry id=function.ftp-fget
refnamediv
@@ 

Re: [PHP-DOC] ftp-nb-fput.xml

2003-06-29 Thread Friedhelm Betz
On Sunday 29 June 2003 16:10, Philip Olson wrote:
 Hello Ali-

 For informational purposes, if you have karma for a phpdoc
 translation, you also have karma for the english tree.

He hasn't Karma for de  yet, but started to contribute and is waiting for 
request confirmation.

Friedhelm



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



[PHP-DOC] cvs: phpdoc /en/reference/dio/functions dio-fcntl.xml dio-tcsetattr.xml

2003-06-29 Thread Friedhelm Betz
betzSun Jun 29 12:36:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/dio/functions  dio-fcntl.xml dio-tcsetattr.xml 
  Log:
  no tabs
  
  
Index: phpdoc/en/reference/dio/functions/dio-fcntl.xml
diff -u phpdoc/en/reference/dio/functions/dio-fcntl.xml:1.3 
phpdoc/en/reference/dio/functions/dio-fcntl.xml:1.4
--- phpdoc/en/reference/dio/functions/dio-fcntl.xml:1.3 Thu Aug 15 05:56:19 2002
+++ phpdoc/en/reference/dio/functions/dio-fcntl.xml Sun Jun 29 12:36:32 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/dio.xml, last change in rev 1.1 --
   refentry id=function.dio-fcntl
refnamediv
@@ -84,9 +84,9 @@
   /listitem
   listitem
para
-F_SETFL - Sets the file descriptors flags to the value specified by  
-   parameterarg/parameter, Which can be O_APPEND,O_NONBLOCK or 
-   O_ASYNC . To use O_ASYNC you will need to use the pcntl extension.
+F_SETFL - Sets the file descriptors flags to the value specified by
+parameterarg/parameter, Which can be O_APPEND,O_NONBLOCK or 
+O_ASYNC. To use O_ASYNC you will need to use the pcntl extension.
/para
   /listitem
  /itemizedlist
Index: phpdoc/en/reference/dio/functions/dio-tcsetattr.xml
diff -u phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.2 
phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.3
--- phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.2 Tue Sep 10 21:28:27 
2002
+++ phpdoc/en/reference/dio/functions/dio-tcsetattr.xml Sun Jun 29 12:36:32 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/dio.xml, last change in rev 1.1 --
   refentry id=function.dio-tcsetattr
refnamediv
@@ -22,32 +22,29 @@
  itemizedlist
   listitem
para
-'baud' - baud rate of the port - can be 
38400,19200,9600,4800,2400,1800,1200,600,300,200,150,134,110,75 or 50,
-   default value is 9600
+'baud' - baud rate of the port - can be 38400,19200,9600,4800,2400,1800,
+1200,600,300,200,150,134,110,75 or 50, default value is 9600.
/para
   /listitem
   listitem
para
-'bits' - data bits - can be 8,7,6 or 5
-   default value is 8 
+'bits' - data bits - can be 8,7,6 or 5. Default value is 8.
/para
   /listitem
   listitem
para
-'stop' - stop bits - can be 1 or 2
-   default value is 1
+'stop' - stop bits - can be 1 or 2. Default value is 1.
/para
   /listitem
   listitem
para
-'parity' -  can be 0,1 or 2
-   default value is 0
+'parity' -  can be 0,1 or 2. Default value is 0.
/para
   /listitem
   /itemizedlist
   example
   title
-   Setting the baud rate on a serial port
+   Setting the baud rate on a serial port
   /title
   programlisting role=php
 ![CDATA[



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



[PHP-DOC] cvs: phpdoc /en/reference/dio/functions dio-tcsetattr.xml

2003-06-29 Thread Friedhelm Betz
betzSun Jun 29 12:55:12 2003 EDT

  Modified files:  
/phpdoc/en/reference/dio/functions  dio-tcsetattr.xml 
  Log:
  superfluous note removed
  
  
Index: phpdoc/en/reference/dio/functions/dio-tcsetattr.xml
diff -u phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.3 
phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.4
--- phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.3 Sun Jun 29 12:36:32 
2003
+++ phpdoc/en/reference/dio/functions/dio-tcsetattr.xml Sun Jun 29 12:55:11 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/dio.xml, last change in rev 1.1 --
   refentry id=function.dio-tcsetattr
refnamediv
@@ -74,13 +74,7 @@
 ]]
   /programlisting
  /example
- 
 /para
-note
- para
-   This function was introduced in PHP 4.3.0.
- /para
-/note
/refsect1
   /refentry
 



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



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

2003-06-29 Thread Philip Olson
philip  Sun Jun 29 13:35:49 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Mention that MySQL is not bundled or enabled by default with PHP 5, and a little 
rewording.
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.3 
phpdoc/en/reference/mysql/configure.xml:1.4
--- phpdoc/en/reference/mysql/configure.xml:1.3 Sun Jun  8 11:07:08 2003
+++ phpdoc/en/reference/mysql/configure.xml Sun Jun 29 13:35:49 2003
@@ -1,27 +1,34 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 section id=mysql.installation
  reftitle.install;
  para id=mysql.configure
   By using the option role=configure--with-mysql[=DIR]/option
   configuration option you enable literalPHP/literal to access MySQL
-  databases. If you use this option without specifying the path to MySQL,
-  literalPHP/literal will use the bundled MySQL client libraries.
-  As of PHP 4, option role=configure--with-mysql/option is enabled 
-  by default so to disable MySQL support you must use 
-  option role=configure--without-mysql/option.  Users who run other
-  applications that use MySQL (for example, running PHP 3 and PHP 4 as
-  concurrent apache modules, or auth-mysql) should always specify the path
-  to the MySQL literalDIR/literal: 
-  option role=configure--with-mysql=/path/to/mysql/option.  
-  This will force literalPHP/literal to use the client libraries installed
-  by MySQL, avoiding any conflicts.
+  databases.
+ /para
+ para
+  In PHP 4, the option option role=configure--with-mysql/option is
+  enabled by default.  To disable this default behavior, you may use the
+  option role=configure--without-mysql/option configure option.  
+  Also in PHP 4, if you enable MySQL without specifying the path to the
+  MySQL source DIR, literalPHP/literal will use the bundled MySQL client
+  libraries.  In Windows, there is no DLL, it's simply built into PHP 4.
+  Users who run other applications that use MySQL (for example,
+  auth-mysql) should not use the bundled library, but rather specify the
+  path to MySQL's source directory, like so:
+  option role=configure--with-mysql=/path/to/mysql/option.
+  This will force literalPHP/literal to use the client libraries
+  installed by MySQL, thus avoiding any conflicts.
+ /para
+ para
+  As of PHP 5.0.0, MySQL is no longer enabled by default, nor is the MySQL
+  library bundled with PHP.
  /para
  para
   This MySQL extension will not work with MySQL versions greater than
   4.1.0.  For that, use link linkend=ref.mysqliMySQLi/link.
  /para
- windows.builtin;
  warning
   para
Crashes and startup problems of literalPHP/literal may be encountered



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



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

2003-06-29 Thread Philip Olson
philip  Sun Jun 29 13:40:29 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Be consistent, use PHP 5 instead of 5.0.0
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.4 
phpdoc/en/reference/mysql/configure.xml:1.5
--- phpdoc/en/reference/mysql/configure.xml:1.4 Sun Jun 29 13:35:49 2003
+++ phpdoc/en/reference/mysql/configure.xml Sun Jun 29 13:40:29 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 section id=mysql.installation
  reftitle.install;
  para id=mysql.configure
@@ -22,8 +22,8 @@
   installed by MySQL, thus avoiding any conflicts.
  /para
  para
-  As of PHP 5.0.0, MySQL is no longer enabled by default, nor is the MySQL
-  library bundled with PHP.
+  In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
+  bundled with PHP. 
  /para
  para
   This MySQL extension will not work with MySQL versions greater than



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



[PHP-DOC] cvs: phpdoc /en/reference/mnogosearch/functions udm-add-search-limit.xml udm-alloc-agent.xml udm-api-version.xml udm-cat-list.xml udm-cat-path.xml udm-check-charset.xml udm-check-stored.xml udm-clear-search-limits.xml udm-close-stored.xml udm-crc32.xml udm-errno.xml udm-error.xml udm-find.xml udm-free-agent.xml udm-free-ispell-data.xml udm-free-res.xml udm-get-doc-count.xml udm-get-res-field.xml udm-get-res-param.xml udm-load-ispell-data.xml udm-open-stored.xml udm-set-agent-param.xml

2003-06-29 Thread Friedhelm Betz
betzSun Jun 29 15:51:33 2003 EDT

  Modified files:  
/phpdoc/en/reference/mnogosearch/functions  udm-add-search-limit.xml 
udm-alloc-agent.xml 
udm-api-version.xml 
udm-cat-list.xml 
udm-cat-path.xml 
udm-check-charset.xml 
udm-check-stored.xml 
udm-clear-search-limits.xml 
udm-close-stored.xml 
udm-crc32.xml 
udm-errno.xml 
udm-error.xml 
udm-find.xml 
udm-free-agent.xml 
udm-free-ispell-data.xml 
udm-free-res.xml 
udm-get-doc-count.xml 
udm-get-res-field.xml 
udm-get-res-param.xml 
udm-load-ispell-data.xml 
udm-open-stored.xml 
udm-set-agent-param.xml 
  Log:
  proto corrections, a few see also's, grammar, rewording
  use of entities
  
  Index: phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml
diff -u phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml:1.2 
phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml:1.3
--- phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml:1.2  Wed 
Apr 17 02:40:43 2002
+++ phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml  Sun Jun 29 
15:51:33 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 --
  refentry id=function.udm-add-search-limit
   refnamediv
@@ -9,14 +9,14 @@
   refsect1
titleDescription/title
 methodsynopsis
- typeint/typemethodnameudm_add_search_limit/methodname
- methodparamtypeint/typeparameteragent/parameter/methodparam
+ typebool/typemethodnameudm_add_search_limit/methodname
+ methodparamtyperesource/typeparameteragent/parameter/methodparam
  methodparamtypeint/typeparametervar/parameter/methodparam
  methodparamtypestring/typeparameterval/parameter/methodparam
 /methodsynopsis
para
-functionudm_add_search_limit/function returns true; on success, 
-false; on error. Adds search restrictions.
+functionudm_add_search_limit/function adds search restrictions.
+return.success;
/para
para
 parameteragent/parameter - a link to Agent, received after call to 
@@ -26,7 +26,7 @@
 parametervar/parameter - defines parameter, indicating limit.
/para
para
-parameterval/parameter - defines value of the current parameter.
+parameterval/parameter - defines the value of the current parameter.
/para
para
 Possible parametervar/parameter values:
@@ -34,8 +34,8 @@
itemizedlist
 listitem
  simpara
-  UDM_LIMIT_URL - defines document URL limitations to limit search 
-  through subsection of database. It supports SQL % and _  LIKE wildcards,
+  UDM_LIMIT_URL - defines document URL limitations to limit the search 
+  through subsection of the database. It supports SQL % and _  LIKE wildcards,
   where % matches any number of characters, even zero characters,
   and _ matches exactly one character. E.g. http://my.domain.__/catalog 
   may stand for http://my.domain.ru/catalog and http://my.domain.ua/catalog.
@@ -75,7 +75,7 @@
 /listitem
 listitem
  simpara
-  UDM_LIMIT_DATE - defines limitation by date document was modified.
+  UDM_LIMIT_DATE - defines limitation by date the document was modified.
  /simpara
  simpara
   Format of parameter value: a string with first character lt; or gt;,
@@ -85,8 +85,8 @@
   Udm_Add_Search_Limit($udm,UDM_LIMIT_DATE,lt;908012006);
  /simpara
  simpara
-  If gt; character is used, then search will be restricted to those
-  documents having modification date greater than entered. If lt;, then smaller.
+  If gt; character is used, then the search will be restricted to those
+  documents having a modification date greater than entered, if lt;, then 
smaller.
  /simpara
 /listitem
/itemizedlist
Index: phpdoc/en/reference/mnogosearch/functions/udm-alloc-agent.xml
diff -u 

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

2003-06-29 Thread Thomas Schoefbeck
tom Sun Jun 29 15:58:30 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   file-get-contents.xml 
  Log:
  just small grammar ch.
  
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.9 
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.10
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.9  Thu May 29 
16:10:20 2003
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml  Sun Jun 29 
15:58:30 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.130 --
   refentry id=function.file-get-contents
refnamediv
@@ -21,13 +21,13 @@
 para
  functionfile_get_contents/function is the preferred way to read the
  contents of a file into a string.  It will use memory mapping techniques if
- support by your OS to enhance performance.
+ supported by your OS to enhance performance.
 /para
 note.bin-safe;
 tip.fopen-wrapper;
 note
  simpara
-  Context support was added with literalPHP 5.0.0/literal
+  Context support was added with literalPHP 5.0.0/literal.
  /simpara
 /note
 simpara



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



[PHP-DOC] cvs: phpdoc /xsl fo.xsl

2003-06-29 Thread Thomas Schoefbeck
tom Sun Jun 29 16:00:01 2003 EDT

  Modified files:  
/phpdoc/xsl fo.xsl 
  Log:
  implemented default-values (initializer)
  
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.6 phpdoc/xsl/fo.xsl:1.7
--- phpdoc/xsl/fo.xsl:1.6   Sat Jun 28 16:26:10 2003
+++ phpdoc/xsl/fo.xsl   Sun Jun 29 16:00:01 2003
@@ -707,6 +707,13 @@
   xsl:call-template name=inline.italicseq/
 /xsl:template
 
+!-- Make Methodparam's DEFAULT VALUES italic --
+xsl:template match=methodparam/initializer
+  xsl:text=/xsl:text
+  xsl:call-template name=inline.italicseq/
+/xsl:template
+
+
 
 !-- Make FUNCTIONS bold, add parenthesis, and if target
  exists and it's no title, link them to their refentry  --



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



[PHP-DOC] Re: initializer

2003-06-29 Thread Thomas Schöfbeck
Hartmut Holzgraefe wrote:
DocBook 4 has an initializer tag that may be used to add default
values to a methodparam function parameter
A parameter that has a default / initializer value is now considered
optional and the default value is shown in italics.
Example:

methodsynopsis
 void/
 methodnameAsk/methodname
 methodparam
  typestring/type
  parameterquery_str/parameter
 /methodparam
 methodparam
  typebool/type
  parametersingle_step/parameter
  initializerfalse/initializer
 /methodparam
/methodsynopsis
is now rendered as

  void Ask (string query_str [, bool single_step=false])

without the changes it was

  void Ask (string query_str, bool single_stepfalse)

without []s, = and with false in red (DSSSL)
or wouldn't render at all (XSLT)
TODO: i didn't touch the FO/print stuff yet,
  so in XSL/print builds the default value won't be
  italics ...
The FO-stuff is ready now,

Thomas

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


Re: [PHP-DOC] linguagem

2003-06-29 Thread André LFS Bacci



Olá php (?!?)

Envie uma mensagem para [EMAIL PROTECTED] 
para a gente conversar.



Hi php (?!?),

Send a messsage to [EMAIL PROTECTED].



André Æ

  - Original Message - 
  From: 
  php 

  To: [EMAIL PROTECTED] 
  Sent: Sunday, June 29, 2003 2:57 AM
  Subject: [PHP-DOC] linguagem
  
  tenho interesse em ajudar a traduzir o manual em 
  Português !


[PHP-DOC] New PDF-builds

2003-06-29 Thread Thomas Schöfbeck
Hi there!

Goba,
after a long time I've now done the hu-manual to check:
http://www.t0.or.at/~sunny/php/manual_hu.pdf.zip
if it's OK, would you please ask Derick to copy also the updated en- and 
de- versions to rsync space?

http://www.t0.or.at/~sunny/php/manual_de.pdf.zip
http://www.t0.or.at/~sunny/php/manual_en.pdf.zip
Dimitris: Sorry, I wasn't able to build the el-one, there are several 
errors. Please get it passing at least the test_xml (it seems to be 
mostly just the missing xml-pi's).

Thomas



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


[PHP-DOC] PGSQL - Where to find descriptions of the predefined constants

2003-06-29 Thread Cornelia Boenigk
Hi all

Looking at the starting page of the PostgreSQL extension there is only
a list of predefined constants. I would like to add some description
to these constants but didn't find where they are defined or what they
stand for. Could anybody point me there?

Thanks
Conni


-- 
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-fetch-all.xml

2003-06-29 Thread Cornelia Boenigk
conni   Sun Jun 29 19:26:02 2003 EDT

  Modified files:  
/phpdoc/en/reference/pgsql/functionspg-fetch-all.xml 
  Log:
  fixed parameters and example
  
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml:1.1 
phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml:1.2
--- phpdoc/en/reference/pgsql/functions/pg-fetch-all.xml:1.1Wed Oct  2 01:58:55 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-all.xmlSun Jun 29 19:26:02 
2003
@@ -1,22 +1,21 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 !-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 --
   refentry id=function.pg-fetch-all
refnamediv
 refnamepg_fetch_all/refname
-refpurposeFetch a row as an array/refpurpose
+refpurposeFetch all rows from a result as an array/refpurpose
/refnamediv
refsect1
 titleDescription/title
  methodsynopsis
   typearray/typemethodnamepg_fetch_all/methodname
   methodparamtyperesource/typeparameterresult/parameter/methodparam
-  methodparam 
choice=opttypeint/typeparameterrow/parameter/methodparam
  /methodsynopsis
 para
  functionpg_fetch_all/function returns an array that
- contains all row (tuples/records) in result resource. It returns
- false;, if there are no more rows.
+ contains all rows (tuples/records) in result resource. It returns
+ false;, if there are no rows.
 /para
 para
  See also functionpg_fetch_row/function,
@@ -26,7 +25,7 @@
 /para
 para
  example
-  titlePostgreSQL fetch array/title
+  titlePostgreSQL fetch all/title
   programlisting role=php
 ![CDATA[
 ?php 
@@ -42,7 +41,7 @@
 exit;
 }
 
-$arr = pg_fetch_all ($result, 0, PGSQL_NUM);
+$arr = pg_fetch_all ($result);
 
 var_dump($arr);
 



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



[PHP-DOC] Re: Application

2003-06-29 Thread Davey
[EMAIL PROTECTED] wrote:
Please see the attached zip file for details.
Wez,

An e-mail has been sent to php-doc ML, from your address, carrying a 
virus that has been hitting that list for a few weeks... if you are not 
running linux, perhaps you should run a virus scan...

http://news.php.net/article.php?group=php.docarticle=969354950 is the 
virus affected message.

- Davey

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