[PHP-DOC] cvs: phpdoc /en/reference/curl/functions curl-close.xml curl-errno.xml curl-error.xml curl-exec.xml curl-getinfo.xml curl-init.xml curl-setopt.xml

2002-06-15 Thread Sander Roobol

sander  Sat Jun 15 04:41:37 2002 EDT

  Modified files:  
/phpdoc/en/reference/curl/functions curl-close.xml curl-errno.xml 
curl-error.xml curl-exec.xml 
curl-getinfo.xml curl-init.xml 
curl-setopt.xml 
  Log:
  cURL uses resources, not ints
  
  
Index: phpdoc/en/reference/curl/functions/curl-close.xml
diff -u phpdoc/en/reference/curl/functions/curl-close.xml:1.2 
phpdoc/en/reference/curl/functions/curl-close.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-close.xml:1.2   Wed Apr 17 02:37:03 
2002
+++ phpdoc/en/reference/curl/functions/curl-close.xml   Sat Jun 15 04:41:36 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/curl.xml, last change in rev 1.1 --
   refentry id=function.curl-close
refnamediv
 -10,7 +10,7 
 titleDescription/title
  methodsynopsis
   typevoid/typemethodnamecurl_close/methodname
-  methodparamtypeint/typeparameterch/parameter/methodparam
+  methodparamtyperesource/typeparameterch/parameter/methodparam
  /methodsynopsis
 para
  This function closes a CURL session and frees all resources.
Index: phpdoc/en/reference/curl/functions/curl-errno.xml
diff -u phpdoc/en/reference/curl/functions/curl-errno.xml:1.2 
phpdoc/en/reference/curl/functions/curl-errno.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-errno.xml:1.2   Wed Apr 17 02:37:04 
2002
+++ phpdoc/en/reference/curl/functions/curl-errno.xml   Sat Jun 15 04:41:36 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/curl.xml, last change in rev 1.21 --
   refentry id='function.curl-errno'
refnamediv
 -10,7 +10,7 
 titleDescription/title
  methodsynopsis
   typeint/typemethodnamecurl_errno/methodname
-  methodparamtypeint/typeparameterch/parameter/methodparam
+  methodparamtyperesource/typeparameterch/parameter/methodparam
  /methodsynopsis
 para
  warn.undocumented.func;
Index: phpdoc/en/reference/curl/functions/curl-error.xml
diff -u phpdoc/en/reference/curl/functions/curl-error.xml:1.2 
phpdoc/en/reference/curl/functions/curl-error.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-error.xml:1.2   Wed Apr 17 02:37:04 
2002
+++ phpdoc/en/reference/curl/functions/curl-error.xml   Sat Jun 15 04:41:36 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/curl.xml, last change in rev 1.21 --
   refentry id='function.curl-error'
refnamediv
 -12,7 +12,7 
 titleDescription/title
  methodsynopsis
   typestring/typemethodnamecurl_error/methodname
-  methodparamtypeint/typeparameterch/parameter/methodparam
+  methodparamtyperesource/typeparameterch/parameter/methodparam
  /methodsynopsis
 para
  warn.undocumented.func;
Index: phpdoc/en/reference/curl/functions/curl-exec.xml
diff -u phpdoc/en/reference/curl/functions/curl-exec.xml:1.2 
phpdoc/en/reference/curl/functions/curl-exec.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-exec.xml:1.2Wed Apr 17 02:37:04 
2002
+++ phpdoc/en/reference/curl/functions/curl-exec.xmlSat Jun 15 04:41:36 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/curl.xml, last change in rev 1.1 --
   refentry id=function.curl-exec
refnamediv
 -10,7 +10,7 
 titleDescription/title
  methodsynopsis
   typebool/typemethodnamecurl_exec/methodname
-  methodparamtypeint/typeparameterch/parameter/methodparam
+  methodparamtyperesource/typeparameterch/parameter/methodparam
  /methodsynopsis
 para
  This function should be called after you initialize a CURL
Index: phpdoc/en/reference/curl/functions/curl-getinfo.xml
diff -u phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.2 
phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.3
--- phpdoc/en/reference/curl/functions/curl-getinfo.xml:1.2 Wed Apr 17 02:37:05 
2002
+++ phpdoc/en/reference/curl/functions/curl-getinfo.xml Sat Jun 15 04:41:36 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/curl.xml, last change in rev 1.21 --
   refentry id='function.curl-getinfo'
refnamediv
 -12,7 +12,7 
 titleDescription/title
  methodsynopsis
   typestring/typemethodnamecurl_getinfo/methodname
-  methodparamtypeint/typeparameterch/parameter/methodparam
+  methodparamtyperesource/typeparameterch/parameter/methodparam
   methodparamtypeint/typeparameteropt/parameter/methodparam
  /methodsynopsis
 para
Index: phpdoc/en/reference/curl/functions/curl-init.xml
diff -u 

[PHP-DOC] cvs: phpdoc-nl /reference/math/functions abs.xml /reference/strings/functions sscanf.xml /reference/url/functions parse-url.xml /reference/var/functions is-null.xml

2002-06-15 Thread Sander Roobol

sander  Sat Jun 15 04:54:37 2002 EDT

  Modified files:  
/phpdoc-nl/reference/math/functions abs.xml 
/phpdoc-nl/reference/strings/functions  sscanf.xml 
/phpdoc-nl/reference/url/functions  parse-url.xml 
/phpdoc-nl/reference/var/functions  is-null.xml 
  Log:
  Sync with EN
  
  
Index: phpdoc-nl/reference/math/functions/abs.xml
diff -u phpdoc-nl/reference/math/functions/abs.xml:1.3 
phpdoc-nl/reference/math/functions/abs.xml:1.4
--- phpdoc-nl/reference/math/functions/abs.xml:1.3  Fri Jun 14 17:45:33 2002
+++ phpdoc-nl/reference/math/functions/abs.xml  Sat Jun 15 04:54:36 2002
 -1,6 +1,6 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.3 Maintainer: sander Status: ready --
-!-- $Revision: 1.3 $ --
+!-- EN-Revision: 1.2 Maintainer: sander Status: ready --
+!-- $Revision: 1.4 $ --
   refentry id=function.abs
refnamediv
 refnameabs/refname
Index: phpdoc-nl/reference/strings/functions/sscanf.xml
diff -u phpdoc-nl/reference/strings/functions/sscanf.xml:1.3 
phpdoc-nl/reference/strings/functions/sscanf.xml:1.4
--- phpdoc-nl/reference/strings/functions/sscanf.xml:1.3Fri Jun 14 17:49:37 
2002
+++ phpdoc-nl/reference/strings/functions/sscanf.xmlSat Jun 15 04:54:37 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.2 Maintainer: sander Status: ready --
+!-- EN-Revision: 1.3 Maintainer: sander Status: ready --
 !-- $Revison: $ --
   refentry id=function.sscanf
refnamediv
Index: phpdoc-nl/reference/url/functions/parse-url.xml
diff -u phpdoc-nl/reference/url/functions/parse-url.xml:1.2 
phpdoc-nl/reference/url/functions/parse-url.xml:1.3
--- phpdoc-nl/reference/url/functions/parse-url.xml:1.2 Sat Jun  1 05:44:37 2002
+++ phpdoc-nl/reference/url/functions/parse-url.xml Sat Jun 15 04:54:37 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.3 Maintainer: sander Status: ready --
+!-- EN-Revision: 1.4 Maintainer: sander Status: ready --
   refentry id=function.parse-url
refnamediv
 refnameparse_url/refname
 -57,6 +57,36 
  /listitem
 /itemizedlist
/para
+para
+ Deze functie is emphasis role=strongnot/emphasis bedoelt om een url
+ te valideren, het breekt de url alleen op in de hier boven beschreven
+ stukken. Incomplete urls worden ook geaccepteerd,
+ functionparse_url/function probeert ze dan zo goed mogelijk te
+ interpreteren.
+/para
+example
+ titleHet gebruik van functionparse_url/function/title
+ screen
+$ php -r 'print_r( 
+parse_url(http://username:password@hostname/path?arg=value#anchor;));'
+Array
+(
+[scheme] = http
+[host] = hostname
+[user] = username
+[pass] = password
+[path] = /path
+[query] = arg=value
+[fragment] = anchor
+)
+$ php -r 'print_r( parse_url(http://ongeldige_host..name/;));'
+Array
+(
+[scheme] = http
+[host] = ongeldige_host..name
+[path] = /
+)
+ /screen
+/example
 para
  Zie ook: functionpathinfo/function.
 /para
Index: phpdoc-nl/reference/var/functions/is-null.xml
diff -u phpdoc-nl/reference/var/functions/is-null.xml:1.1 
phpdoc-nl/reference/var/functions/is-null.xml:1.2
--- phpdoc-nl/reference/var/functions/is-null.xml:1.1   Sat Jun  1 10:01:48 2002
+++ phpdoc-nl/reference/var/functions/is-null.xml   Sat Jun 15 04:54:37 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.2 Maintainer: sander Status: ready --
+!-- EN-Revision: 1.3 Maintainer: sander Status: ready --
   refentry id=function.is-null
refnamediv
 refnameis_null/refname
 -18,7 +18,13 
  en anders false;.
 /para
 para
- Zie ook functionis_bool/function,
+ In de documentatie voor het type link
+ linkend=language.types.null.syntaxnull;/link wordt beschreven
+ wanneer een variabele als null; wordt beschouwd en wanneer niet.
+/para
+para
+ Zie ook link linkend=language.types.null.syntaxnull;/link,
+ functionis_bool/function,
  functionis_numeric/function,
  functionis_float/function,
  functionis_int/function,





[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-escape-string.xml

2002-06-15 Thread Sander Roobol

sander  Sat Jun 15 05:07:17 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-escape-string.xml 
  Log:
  Added function tags
  
  
Index: phpdoc/en/reference/mysql/functions/mysql-escape-string.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-escape-string.xml:1.5 
phpdoc/en/reference/mysql/functions/mysql-escape-string.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-escape-string.xml:1.5 Sat May 25 
17:09:41 2002
+++ phpdoc/en/reference/mysql/functions/mysql-escape-string.xml Sat Jun 15 05:07:17 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 --
   refentry id=function.mysql-escape-string
refnamediv
 -25,7 +25,7 
  /simpara
  simpara
   This function is identical to functionmysql_real_escape_string/function 
except that
-  mysql_real_escape_string() takes a connection handler and escapes the
+  functionmysql_real_escape_string/function takes a connection handler and 
+escapes the
   string according to the current character
   set. functionmysql_escape_string/function does not take a
   connection argument and does not respect the current charset setting.  





[PHP-DOC] cvs: phpdoc-nl /reference/mysql reference.xml /reference/mysql/functions mysql-character-set-name.xml mysql-db-query.xml mysql-escape-string.xml mysql-fetch-field.xml mysql-field-type.xml mysql-list-tables.xml mysql-num-fields.xml mysql-query.xml mysql-tablename.xml mysql-thread-id.xml

2002-06-15 Thread Sander Roobol

sander  Sat Jun 15 05:11:40 2002 EDT

  Modified files:  
/phpdoc-nl/reference/mysql  reference.xml 
/phpdoc-nl/reference/mysql/functionsmysql-character-set-name.xml 
mysql-db-query.xml 
mysql-escape-string.xml 
mysql-fetch-field.xml 
mysql-field-type.xml 
mysql-list-tables.xml 
mysql-num-fields.xml 
mysql-query.xml 
mysql-tablename.xml 
mysql-thread-id.xml 
  Log:
  Sync with EN
  
  

Index: phpdoc-nl/reference/mysql/reference.xml
diff -u phpdoc-nl/reference/mysql/reference.xml:1.5 
phpdoc-nl/reference/mysql/reference.xml:1.6
--- phpdoc-nl/reference/mysql/reference.xml:1.5 Mon Apr 29 07:03:32 2002
+++ phpdoc-nl/reference/mysql/reference.xml Sat Jun 15 05:11:39 2002
 -1,6 +1,6 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
-!-- EN-Revision: 1.5 Maintainer: manuzhai Status: ready --
+!-- $Revision: 1.6 $ --
+!-- EN-Revision: 1.6 Maintainer: manuzhai Status: ready --
  reference id=ref.mysql
   titleMySQL Functies/title
   titleabbrevMySQL/titleabbrev
 -39,6 +39,12 
  role=configure--with-mysql=/path/to/mysql/option.  Dit zorgt ervoor
  dat PHP de client libraries die door MySQL geinstalleerd zijn gebruikt,
  zodat een conflict voorkomen wordt.
+/para
+para
+ Crashes en problemen met het opstarten van literalPHP/literal kunnen
+ voorkomen als deze extensie samen met de recode extensie wordt geladen.
+ Zie de link linkend=ref.recoderecode/link extensie voor meer
+ informatie.
 /para
/section
 
Index: phpdoc-nl/reference/mysql/functions/mysql-character-set-name.xml
diff -u phpdoc-nl/reference/mysql/functions/mysql-character-set-name.xml:1.2 
phpdoc-nl/reference/mysql/functions/mysql-character-set-name.xml:1.3
--- phpdoc-nl/reference/mysql/functions/mysql-character-set-name.xml:1.2Mon 
Apr 29 05:30:53 2002
+++ phpdoc-nl/reference/mysql/functions/mysql-character-set-name.xmlSat Jun 15 
+05:11:39 2002
 -1,7 +1,7 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
-!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready --
-  refentry id=function.mysql-character_set_name
+!-- $Revision: 1.3 $ --
+!-- EN-Revision: 1.3 Maintainer: manuzhai Status: ready --
+  refentry id=function.mysql-character-set-name
refnamediv
 refnamemysql_character_set_name/refname
 refpurposeGeeft de naam van de character set terug/refpurpose
Index: phpdoc-nl/reference/mysql/functions/mysql-db-query.xml
diff -u phpdoc-nl/reference/mysql/functions/mysql-db-query.xml:1.3 
phpdoc-nl/reference/mysql/functions/mysql-db-query.xml:1.4
--- phpdoc-nl/reference/mysql/functions/mysql-db-query.xml:1.3  Mon Apr 29 06:36:54 
2002
+++ phpdoc-nl/reference/mysql/functions/mysql-db-query.xml  Sat Jun 15 05:11:39 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready --
+!-- EN-Revision: 1.3 Maintainer: manuzhai Status: ready --
   refentry id=function.mysql-db-query
refnamediv
 refnamemysql_db_query/refname
Index: phpdoc-nl/reference/mysql/functions/mysql-escape-string.xml
diff -u phpdoc-nl/reference/mysql/functions/mysql-escape-string.xml:1.3 
phpdoc-nl/reference/mysql/functions/mysql-escape-string.xml:1.4
--- phpdoc-nl/reference/mysql/functions/mysql-escape-string.xml:1.3 Mon Apr 29 
06:30:36 2002
+++ phpdoc-nl/reference/mysql/functions/mysql-escape-string.xml Sat Jun 15 05:11:39 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.3 Maintainer: manuzhai Status: ready --
+!-- EN-Revision: 1.6 Maintainer: manuzhai Status: ready --
   refentry id=function.mysql-escape-string
refnamediv
 refnamemysql_escape_string/refname
 -24,7 +24,35 
   functionmysql_escape_string/function escapet
   literal%/literal en literal_/literal niet.
  /simpara
+ simpara
+  Deze functie is identiek aan
+  functionmysql_real_escape_string/function behalve dat
+  mysql_real_escape_string() een connectie handler als argument neemt en
+  de string escaped volgens de huidige tekenset.
+  functionmysql_escape_string/function neemt geen connectie handler
+  argument en negeert de tekenset instelling.
+ /simpara
 /note
+example
+ titlefunctionmysql_escape_string/function voorbeeld/title
+ programlisting role=php
+![CDATA[
+?php
+$item = Zak's Laptop;
+$escaped_item = mysql_escape_string($item);
+printf (Escaped string: %s\n, $escaped_item);
+?
+]]
+ /programlisting
+ para
+  Het voorbeeld hierboven zou het volgende weergeven:
+  

[PHP-DOC] cvs: phpdoc-nl /reference/array/functions array-change-key-case.xml array-chunk.xml array-count-values.xml array-diff.xml array-fill.xml array-filter.xml array-flip.xml array-intersect.xml array-key-exists.xml array-keys.xml array-map.xml array-merge-recursive.xml array-merge.xml array-multisort.xml array-pad.xml array-pop.xml array-push.xml array-rand.xml array-reduce.xml array-reverse.xml array-search.xml array-shift.xml array-slice.xml array-splice.xml array-sum.xml array-unique.xml array-unshift.xml array-values.xml array-walk.xml arsort.xml asort.xml compact.xml count.xml current.xml each.xml end.xml extract.xml in-array.xml key.xml krsort.xml ksort.xml list.xml natcasesort.xml natsort.xml next.xml pos.xml prev.xml range.xml reset.xml rsort.xml shuffle.xml sizeof.xml sort.xml uasort.xml uksort.xml usort.xml

2002-06-15 Thread Sander Roobol

sander  Sat Jun 15 05:48:35 2002 EDT

  Removed files:   
/phpdoc-nl/reference/array/functionsarray-change-key-case.xml 
array-chunk.xml 
array-count-values.xml 
array-diff.xml array-fill.xml 
array-filter.xml 
array-flip.xml 
array-intersect.xml 
array-key-exists.xml 
array-keys.xml array-map.xml 
array-merge-recursive.xml 
array-merge.xml 
array-multisort.xml 
array-pad.xml array-pop.xml 
array-push.xml array-rand.xml 
array-reduce.xml 
array-reverse.xml 
array-search.xml 
array-shift.xml 
array-slice.xml 
array-splice.xml array-sum.xml 
array-unique.xml 
array-unshift.xml 
array-values.xml 
array-walk.xml arsort.xml 
asort.xml compact.xml 
count.xml current.xml each.xml 
end.xml extract.xml 
in-array.xml key.xml 
krsort.xml ksort.xml list.xml 
natcasesort.xml natsort.xml 
next.xml pos.xml prev.xml 
range.xml reset.xml rsort.xml 
shuffle.xml sizeof.xml 
sort.xml uasort.xml uksort.xml 
usort.xml 
  Log:
  Removed untranslated files
  
  





[PHP-DOC] Notes Status, 6268 total

2002-06-15 Thread phpdoc

Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 14.1% of the 6268 total user notes.

Notes  |  Page
---+-
  103  | http://php.net/manual/en/function.setcookie.php
   92  | http://php.net/manual/en/ref.session.php
   55  | http://php.net/manual/en/language.oop.php
   46  | http://php.net/manual/en/function.preg-replace.php
   44  | http://php.net/manual/en/ref.imap.php
   44  | http://php.net/manual/en/ref.pdf.php
   43  | http://php.net/manual/en/ref.datetime.php
   43  | http://php.net/manual/en/function.include.php
   42  | http://php.net/manual/en/function.mail.php
   41  | http://php.net/manual/en/features.file-upload.php
   41  | http://php.net/manual/en/ref.image.php
   38  | http://php.net/manual/en/function.fopen.php
   37  | http://php.net/manual/en/function.exec.php
   33  | http://php.net/manual/en/language.variables.predefined.php
   31  | http://php.net/manual/en/ref.oci8.php
   31  | http://php.net/manual/en/function.str-replace.php
   30  | http://php.net/manual/en/function.odbc-connect.php
   30  | http://php.net/manual/en/function.date.php
   30  | http://php.net/manual/en/ref.domxml.php
   29  | http://php.net/manual/en/function.mssql-connect.php




[PHP-DOC] cvs: phpdoc-pt_BR / translation.xml

2002-06-15 Thread Alessander Pery Lopes Thomaz

kappu   Sat Jun 15 17:11:33 2002 EDT

  Modified files:  
/phpdoc-pt_BR   translation.xml 
  Log:
  update
  
Index: phpdoc-pt_BR/translation.xml
diff -u phpdoc-pt_BR/translation.xml:1.14 phpdoc-pt_BR/translation.xml:1.15
--- phpdoc-pt_BR/translation.xml:1.14   Wed May 22 11:15:53 2002
+++ phpdoc-pt_BR/translation.xmlSat Jun 15 17:11:32 2002
@@ -12,7 +12,7 @@
person name=João Prado Maia email=[EMAIL PROTECTED] nick=jpm 
cvs=yes/
person name=Claudio Pereira email=[EMAIL PROTECTED] 
nick=cpereira cvs=yes/
person name=Lucas Rocha email=[EMAIL PROTECTED] nick=lucasr 
cvs=yes/
-   person name=Alessander P. L. Thomaz email=[EMAIL PROTECTED] 
nick=kappu cvs=yes/
+   person name=Alessander P. L. Thomaz 
+email=[EMAIL PROTECTED] nick=kappu cvs=yes/
/translators
work-in-progress
file name=chapters/config.xml person=rarruda type=review 
date=04.27.2002/





[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml

2002-06-15 Thread Alessander Pery Lopes Thomaz

kappu   Sat Jun 15 17:20:38 2002 EDT

  Modified files:  
/phpdoc/en/reference/mail/functions ezmlm-hash.xml 
  Log:
  update
  
Index: phpdoc/en/reference/mail/functions/ezmlm-hash.xml
diff -u phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.4 
phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.5
--- phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.4   Thu Jun  6 15:24:59 
2002
+++ phpdoc/en/reference/mail/functions/ezmlm-hash.xml   Sat Jun 15 17:20:37 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/mail.xml, last change in rev 1.4 --
   refentry id=function.ezmlm-hash
refnamediv





[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml

2002-06-15 Thread Alessander Pery Lopes Thomaz

kappu   Sat Jun 15 17:31:31 2002 EDT

  Modified files:  
/phpdoc/en/reference/mail/functions ezmlm-hash.xml 
  Log:
  new test
  
Index: phpdoc/en/reference/mail/functions/ezmlm-hash.xml
diff -u phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.5 
phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.6
--- phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.5   Sat Jun 15 17:20:37 
2002
+++ phpdoc/en/reference/mail/functions/ezmlm-hash.xml   Sat Jun 15 17:31:30 2002
 -1,6 +1,6 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
-!-- splitted from ./en/functions/mail.xml, last change in rev 1.4 --
+!-- $EN-Revision: 1.6 $ --
+!-- splitted from ./pt_BR/functions/mail.xml, last change in rev 1.6 --
   refentry id=function.ezmlm-hash
refnamediv
 refnameezmlm_hash/refname





[PHP-DOC] Re: phpdoc /en/reference/mail/functions ezmlm-hash.xml

2002-06-15 Thread Alessander Thomaz

what??
file in en/reference

i'm update to pt-BR
my test update original english,

other update my translate file, and superpose original english,
sorry, my test failed again...

Resgards,
Alessander Thomaz

Alessander Pery Lopes Thomaz [EMAIL PROTECTED] escreveu na mensagem
cvskappu1024176038@cvsserver">news:cvskappu1024176038@cvsserver...
kappu Sat Jun 15 17:20:38 2002 EDT

  Modified files:
/phpdoc/en/reference/mail/functions ezmlm-hash.xml
  Log:
  update

Index: phpdoc/en/reference/mail/functions/ezmlm-hash.xml
diff -u phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.4
phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.5
--- phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.4 Thu Jun  6
15:24:59 2002
+++ phpdoc/en/reference/mail/functions/ezmlm-hash.xml Sat Jun 15 17:20:37
2002
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/mail.xml, last change in rev 1.4 --
   refentry id=function.ezmlm-hash
refnamediv







[PHP-DOC] cvs: phpdoc /en/reference/mail/functions ezmlm-hash.xml

2002-06-15 Thread Alessander Pery Lopes Thomaz

kappu   Sat Jun 15 17:58:35 2002 EDT

  Modified files:  
/phpdoc/en/reference/mail/functions ezmlm-hash.xml 
  Log:
  test again
  
Index: phpdoc/en/reference/mail/functions/ezmlm-hash.xml
diff -u phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.7 
phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.8
--- phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.7   Sat Jun 15 17:43:05 
2002
+++ phpdoc/en/reference/mail/functions/ezmlm-hash.xml   Sat Jun 15 17:58:35 2002
 -1,6 +1,7 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
-!-- splitted from ./en/functions/mail.xml, last change in rev 1.6 --
+!-- $Revision: 1.7 Maintainer: kappu Status: ready --
+!-- splitted from ./pt-BR/functions/mail.xml, last change in rev 1.7 --
+!-- last change to 'ezmlm-hash' in en/ tree in rev 1.7 --
   refentry id=function.ezmlm-hash
refnamediv
 refnameezmlm_hash/refname





[PHP-DOC] Re: phpdoc /en/reference/mail/functions ezmlm-hash.xml

2002-06-15 Thread Alessander Thomaz

help...

i'm not uptade to pt-BR

resgards.
Alessander Thomaz


Alessander Pery Lopes Thomaz [EMAIL PROTECTED] escreveu na mensagem
cvskappu1024178413@cvsserver">news:cvskappu1024178413@cvsserver...
kappu Sat Jun 15 18:00:13 2002 EDT

  Modified files:
/phpdoc/en/reference/mail/functions ezmlm-hash.xml
  Log:
  update

Index: phpdoc/en/reference/mail/functions/ezmlm-hash.xml
diff -u phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.8
phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.9
--- phpdoc/en/reference/mail/functions/ezmlm-hash.xml:1.8 Sat Jun 15
17:58:35 2002
+++ phpdoc/en/reference/mail/functions/ezmlm-hash.xml Sat Jun 15 18:00:12
2002
@@ -1,7 +1,6 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 Maintainer: kappu Status: ready --
-!-- splitted from ./pt-BR/functions/mail.xml, last change in rev 1.7 --
-!-- last change to 'ezmlm-hash' in en/ tree in rev 1.7 --
+!-- $Revision: 1.9 $ --
+!-- splitted from ./en/functions/mail.xml, last change in rev 1.6 --
   refentry id=function.ezmlm-hash
refnamediv
 refnameezmlm_hash/refname







[PHP-DOC] Bug #17713 Updated: Request Reverse Lookup Reserved Variable

2002-06-15 Thread sniper

 ID:   17713
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Analyzed
-Bug Type: Feature/Change Request
+Bug Type: Documentation problem
 Operating System: Solaris,freebsd
 PHP Version:  4.2.1
 New Comment:

This was easy to implement. :)
Just set 'HostnameLookups On' in httpd.conf
and you'll get an extra variable: REMOTE_HOST which
contains this information.

This just isn't documented (in predefined variables).
It's ONLY available when the above mentioned directive is set 'On'.



Previous Comments:


[2002-06-11 20:26:22] [EMAIL PROTECTED]

I understand it can be done with one statement. but I figure if apache
already has this done, it would be less demanding to just have a way to
grab it with a variable. I already discovered how much it kills the cpu
to reverse the ip. But since on some machines it's already reversed why
not take advantage of this and save yourself the second step of
reversing something that has already been reversed.

Was just a thought. I understand if it's not a good idea.

Sorry again

Victor Nolton



[2002-06-11 19:50:52] [EMAIL PROTECTED]

Yasuo, the request was for the possible already reversed
name. That would not increase any but the opposite since
that is already done: Now you _have_ to do that anyway..

Not sure though if this is possible.




[2002-06-11 19:44:38] [EMAIL PROTECTED]

IMO, we shouldn't do that. It can be done by 1 line of php script. As
you know, DNS lookup is _expensive_ operation and kills performance a
lot. If you need reverse lookup, do it by yourself.






[2002-06-11 16:05:34] [EMAIL PROTECTED]

$REMOTE_ADDR returns the ip of the remote user 127.0.0.1 (example).
Some of us have apache setup to do reverse lookups of the ips for
logging. Could there not be a way (without using a lookup function) to
have a reserved variable return the already reversed IP?
$REMOTE_ADDR_EXT could maybe return www.blah.com

Just a request. Sorry to bother you all.

Victor 'Ven' Nolton




-- 
Edit this bug report at http://bugs.php.net/?id=17713edit=1




[PHP-DOC] Bug #17713 Updated: Request Reverse Lookup Reserved Variable

2002-06-15 Thread vnolton

 ID:   17713
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Solaris,freebsd
 PHP Version:  4.2.1
 New Comment:

Thanks guys. I swear I investigated this for a long time.. I guess I
missed it :(

Thanks


Previous Comments:


[2002-06-15 22:37:23] [EMAIL PROTECTED]

This was easy to implement. :)
Just set 'HostnameLookups On' in httpd.conf
and you'll get an extra variable: REMOTE_HOST which
contains this information.

This just isn't documented (in predefined variables).
It's ONLY available when the above mentioned directive is set 'On'.




[2002-06-11 20:26:22] [EMAIL PROTECTED]

I understand it can be done with one statement. but I figure if apache
already has this done, it would be less demanding to just have a way to
grab it with a variable. I already discovered how much it kills the cpu
to reverse the ip. But since on some machines it's already reversed why
not take advantage of this and save yourself the second step of
reversing something that has already been reversed.

Was just a thought. I understand if it's not a good idea.

Sorry again

Victor Nolton



[2002-06-11 19:50:52] [EMAIL PROTECTED]

Yasuo, the request was for the possible already reversed
name. That would not increase any but the opposite since
that is already done: Now you _have_ to do that anyway..

Not sure though if this is possible.




[2002-06-11 19:44:38] [EMAIL PROTECTED]

IMO, we shouldn't do that. It can be done by 1 line of php script. As
you know, DNS lookup is _expensive_ operation and kills performance a
lot. If you need reverse lookup, do it by yourself.






[2002-06-11 16:05:34] [EMAIL PROTECTED]

$REMOTE_ADDR returns the ip of the remote user 127.0.0.1 (example).
Some of us have apache setup to do reverse lookups of the ips for
logging. Could there not be a way (without using a lookup function) to
have a reserved variable return the already reversed IP?
$REMOTE_ADDR_EXT could maybe return www.blah.com

Just a request. Sorry to bother you all.

Victor 'Ven' Nolton




-- 
Edit this bug report at http://bugs.php.net/?id=17713edit=1




Re: [PHP-DOC] Re: phpdoc /en/reference/mail/functions ezmlm-hash.xml

2002-06-15 Thread Markus Fischer

On Sat, Jun 15, 2002 at 07:02:54PM -0300, Alessander Thomaz wrote : 
 help...
 
 i'm not uptade to pt-BR

What is the exact command you use to commit?

Just explicitely name the files you want to commit, e.g.

cvs commit phpdoc-bt_BR/the exact filename

- Markus

-- 
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc



[PHP-DOC] cvs commits

2002-06-15 Thread James Cox

Hey,

Would phpdoc committers please remember that they don't need to commit each
file in cvs seperately, and it's usually only wise to do so if you wish to
log very specific different notices, or they are in vastly different parts
of the cvs repository.

eg, you could do this:

cd /your/src/dir/phpdoc-pl/reference/datetime/functions
cvs commit *

and go from that, as opposed to committing them one by one.

This cuts down on duplicate style cvs mail.

 thanks,

 -- james

--
James Cox :: [EMAIL PROTECTED] :: Landonize It! http://landonize.it/
Was I helpful?  http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/