[PHP-DOC] cvs: phpdoc /he/language types.xml

2002-03-22 Thread Tal Peer

tal Fri Mar 22 03:53:06 2002 EDT

  Modified files:  
/phpdoc/he/language types.xml 
  Log:
  Finished 1st section, still long way to go.
  Thanks Derick ;)
  
Index: phpdoc/he/language/types.xml
diff -u phpdoc/he/language/types.xml:1.2 phpdoc/he/language/types.xml:1.3
--- phpdoc/he/language/types.xml:1.2Thu Mar 21 13:51:12 2002
+++ phpdoc/he/language/types.xmlFri Mar 22 03:53:06 2002
 -122,11 +122,7 
   simpara
îùúðéí òìåìéí ìäúðäâ áàåôï ùåðä, áîöáéí îñåééîéí,
òì ôé äñåâ ùäí ùééëéí àìéå áàåúå äæîï. ìîéãò ðåñó,
-   øàä äôø÷ òì 
-   Note that a variable may behave in different manners in certain
-   situations, depending on what type it is at the time. For more
-   information, see the section on link
-   linkend=language.types.type-jugglingType Juggling/link.
+   øàä äôø÷ òì link linkend=language.types.type-jugglingîòáø áéï ñåâéí/link.
   /simpara
   






[PHP-DOC] cvs: phpdoc /hu/functions session.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:14:44 2002 EDT

  Modified files:  
/phpdoc/hu/functionssession.xml 
  Log:
  Session translation ready ;)
  
  

Index: phpdoc/hu/functions/session.xml
diff -u phpdoc/hu/functions/session.xml:1.3 phpdoc/hu/functions/session.xml:1.4
--- phpdoc/hu/functions/session.xml:1.3 Sun Mar 17 10:49:25 2002
+++ phpdoc/hu/functions/session.xml Fri Mar 22 06:14:44 2002
 -644,18 +644,18 
   refentry id=function.session-module-name
refnamediv
 refnamesession_module_name/refname
-refpurposeGet and/or set the current session module/refpurpose
+refpurposeAz aktuális munkamenet modul lekérdezése / beállítása/refpurpose
/refnamediv
refsect1
-titleDescription/title
+titleLeírás/title
  methodsynopsis
   typestring/typemethodnamesession_module_name/methodname
   methodparam 
choice=opttypestring/typeparametermodule/parameter/methodparam
  /methodsynopsis
 para
- functionsession_module_name/function returns the name of the
- current session module. If parametermodule/parameter is
- specified, that module will be used instead.
+ A functionsession_module_name/function visszatér az aktuális
+ munkamenet modul nevével. Ha a parametermodule/parameter 
+ paramétert is megadod, a modult a megadottra állítja át.
 /para
/refsect1
   /refentry
 -663,24 +663,26 
   refentry id=function.session-save-path
refnamediv
 refnamesession_save_path/refname
-refpurposeGet and/or set the current session save path/refpurpose
+refpurposeAz aktuális munkamenet mentési könyvtár lekérdezése / 
+beállítása/refpurpose
/refnamediv
refsect1
-titleDescription/title
+titleLeírás/title
  methodsynopsis
   typestring/typemethodnamesession_save_path/methodname
   methodparam 
choice=opttypestring/typeparameterpath/parameter/methodparam
  /methodsynopsis
 para
- functionsession_save_path/function returns the path of the current
- directory used to save session data. If parameterpath/parameter
- is specified, the path to which data is saved will be changed.
+ A functionsession_save_path/function visszatér az aktuális munkamenet
+ mentési könyvtárral, ahol a PHP a munkamenet adatokat tárolja. Ha a
+ parameterpath/parameter paraméter meg van adva, a mentési könyvtár
+ megváltozik.
  note
   para
-   On some operating systems, you may want to specify a path on a
-   filesystem that handles lots of small files efficiently. For
-   example, on Linux, reiserfs may provide better performance than
-   ext2fs.
+   Néhány operációs renszeren lehetõség van arra, hogy olyan
+   elérési utat adjál meg, ami egy kis állományokat hatékonyabban
+   kezelõ állományrendszeren van. Linuxon például a reiserfs
+   állományrendszer jobb teljesítménnyel kezeli a PHP munkamenet
+   állományait, mint az ext2fs.
   /para
  /note
 /para
 -690,23 +692,23 
   refentry id=function.session-id
refnamediv
 refnamesession_id/refname
-refpurposeGet and/or set the current session id/refpurpose
+refpurposeAz aktuális munkamenet azonosító lekérdezése / beállítása/refpurpose
/refnamediv
refsect1
-titleDescription/title
+titleLeírás/title
  methodsynopsis
   typestring/typemethodnamesession_id/methodname
   methodparam 
choice=opttypestring/typeparameterid/parameter/methodparam
  /methodsynopsis
 para
- functionsession_id/function returns the session id for the
- current session. If parameterid/parameter is specified, it
- will replace the current session id.
+ A functionsession_id/function visszatér az aktuális munkamenet
+ azonosítójával. Ha az parameterid/parameter paramétert is megadod,
+ akkor az az érték lesz az új munkamenet azonosító.
 /para
 para
- The constant systemitemSID/systemitem can also be used to
- retrieve the current name and session id as a string suitable for
- adding to URLs.
+ A systemitemSID/systemitem konstans is használható az aktuális
+ munkemenet név és azonosító lekérdezésére, ha URL-be szeretnéd
+ tenni az azonosítót.
 /para
/refsect1
   /refentry
 -715,88 +717,95 
refnamediv
 refnamesession_register/refname
 refpurpose
- Register one or more variables with the current session
+ Egy vagy több változó bejegyzése munkamenet változókként
 /refpurpose
/refnamediv
refsect1
-titleDescription/title
+titleLeírás/title
  methodsynopsis
   typebool/typemethodnamesession_register/methodname
   methodparamtypemixed/typeparametername/parameter/methodparam
   methodparam 
choice=opttypemixed/typeparameter.../parameter/methodparam
  /methodsynopsis
 para
- functionsession_register/function accepts a variable number of
- arguments, any of which can be either a string holding the name of a
- variable or an array consisting of 

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

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:15:40 2002 EDT

  Modified files:  
/phpdoc/hu  translation.xml 
  Log:
  Session.xml is ready
  
  
Index: phpdoc/hu/translation.xml
diff -u phpdoc/hu/translation.xml:1.15 phpdoc/hu/translation.xml:1.16
--- phpdoc/hu/translation.xml:1.15  Sun Mar 17 10:51:14 2002
+++ phpdoc/hu/translation.xml   Fri Mar 22 06:15:40 2002
 -40,7 +40,6 
   file name=functions/posix.xml  person=sajt type=translation /
   file name=functions/regex.xml  person=akopias  type=translation /
   file name=functions/sesam.xml  person=acsontos type=translation /
-  file name=functions/session.xmlperson=goba type=+50% translation /
   file name=functions/strings.xmlperson=col  type=translation /
   file name=functions/swf.xmlperson=tibeetype=translation /
   file name=functions/sybase.xml person=zelestype=offline /





[PHP-DOC] cvs: phpdoc /hu language-defs.ent language-snippets.ent

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:25:22 2002 EDT

  Modified files:  
/phpdoc/hu  language-defs.ent language-snippets.ent 
  Log:
  Updating files, getting in sync with EN
  
  
Index: phpdoc/hu/language-defs.ent
diff -u phpdoc/hu/language-defs.ent:1.12 phpdoc/hu/language-defs.ent:1.13
--- phpdoc/hu/language-defs.ent:1.12Thu Feb 14 12:53:59 2002
+++ phpdoc/hu/language-defs.ent Fri Mar 22 06:25:21 2002
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.11 Maintainer: goba Status: ready --
+!-- EN-Revision: 1.12 Maintainer: goba Status: ready --
 
 !ENTITY PHPManual PHP kézikönyv
 !ENTITY Date  Dátum:
@@ -14,6 +14,7 @@
 !ENTITY FAQabbrev GYIK
 !ENTITY FunctionIndex Függvények listája
 !ENTITY CHMEditionHTML Help Kiadás 
+!ENTITY ReservedConstants Elõre definiált konstansok
 
 !ENTITY url.hu.weblaborhttp://weblabor.hu/;
 !ENTITY email.hu.php   [EMAIL PROTECTED]
Index: phpdoc/hu/language-snippets.ent
diff -u phpdoc/hu/language-snippets.ent:1.17 phpdoc/hu/language-snippets.ent:1.18
--- phpdoc/hu/language-snippets.ent:1.17Tue Jan 29 18:04:35 2002
+++ phpdoc/hu/language-snippets.ent Fri Mar 22 06:25:21 2002
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.19 Maintainer: goba Status: ready --
+!-- EN-Revision: 1.20 Maintainer: goba Status: ready --
 
 !ENTITY warn.experimental 'warningsimparaEz a kiterjesztés
 emphasisKÍSÉRLETI JELLEGGEL MÛKÖDIK/emphasis. Ez azt jelenti,
@@ -35,10 +35,14 @@
 ellenkezõ esetben false; értéket ad.'
 
 !ENTITY return.falseproblem 'warningsimparaEz a függvény
-false; értékkel, és egy egyszerû if feltételben false;-ként
-értelmezett értékkel is visszatérhet. Használd link
-linkend=language.operators.comparisona === operátort/link a
-visszatérési érték ellenõrzésére./simpara/warning'
+a logikai típusú false; értékkel is visszatérhet, olyan
+nem logikai típusú értékek mellett, amik szintén false;
+értékként jelenhetnek meg (mint pl. literal0/literal
+vagy ). Olvasd el a link linkend=language.types.boolean
+Logikai típusról szóló részt/link további információkért.
+Használd link linkend=language.operators.comparisona
+=== operátort/link a visszatérési érték ellenõrzésére.
+/simpara/warning'
 
 !-- Various notes --
 !ENTITY note.not-bin-safe 'warningsimparaEz a függvény (még)





[PHP-DOC] cvs: phpdoc /hu/appendices debugger.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:27:13 2002 EDT

  Modified files:  
/phpdoc/hu/appendices   debugger.xml 
  Log:
  Version modified [just a typo fix in EN]
  
  
Index: phpdoc/hu/appendices/debugger.xml
diff -u phpdoc/hu/appendices/debugger.xml:1.11 phpdoc/hu/appendices/debugger.xml:1.12
--- phpdoc/hu/appendices/debugger.xml:1.11  Thu Feb 14 13:03:29 2002
+++ phpdoc/hu/appendices/debugger.xml   Fri Mar 22 06:27:13 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.19 Maintainer: goba Status: ready --
+!-- EN-Revision: 1.20 Maintainer: goba Status: ready --
 
  appendix id=debugger
   titleA PHP debuggere/title





[PHP-DOC] cvs: phpdoc /hu/appendices resources.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:30:21 2002 EDT

  Modified files:  
/phpdoc/hu/appendices   resources.xml 
  Log:
  Velocis = BirdStep
  
  
Index: phpdoc/hu/appendices/resources.xml
diff -u phpdoc/hu/appendices/resources.xml:1.6 phpdoc/hu/appendices/resources.xml:1.7
--- phpdoc/hu/appendices/resources.xml:1.6  Sat Dec 22 08:16:15 2001
+++ phpdoc/hu/appendices/resources.xml  Fri Mar 22 06:30:21 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.22 Maintainer: goba Status: ready --
+!-- EN-Revision: 1.23 Maintainer: goba Status: ready --
 
 appendix id=resource
  titleErõforrás típusok listája/title
 -1587,14 +1587,14 
 entryODBC eredmény/entry
/row
row
- entryvelocis link/entry
+ entrybirdstep link/entry
  entry /entry
  entry /entry
  entry /entry
  entry /entry
 /row
row
- entryvelocis result/entry
+ entrybirdstep result/entry
  entry /entry
  entry /entry
  entry /entry





Re: [PHP-DOC] Fw: Bug #16206: wrong message in ./configure

2002-03-22 Thread Hartmut Holzgraefe

Egon Schmid wrote:
 From: Hartmut Holzgraefe [EMAIL PROTECTED]
 
Egon Schmid wrote:

It is not a bug from the PHP documentation team. It is the
generating software. Please blame Norman Walsh about this. I

 have
 
seen this wrong #AEN... anchors many years ago.

they are not 'wrong', they are just not static, so they might
change with every build. within the manual they are absolutely
valid and useable, you just can't rely on them for external
linkage, similar to page urls generated for tags without id
attribute

would be nice if id attributes would be used here as they
are for page urls ...

 


 If static or dynamic, we have some AEN anchors in the PHP manual.
AEN anchors are generated when the element the anchor is bound
to does not have a id attribute

in this case the anchor is bound to the question element
which is the title element for qandaentry, but only the
quandaentry has an id attribute while question has not,
so the stylesheets generate a more or less random anchor ID
(which always starts with AEN)

there is a special rule in the stylesheets for title tags
to look for the id of the element the title is in, this
had to be extended so that it does the same for question
- problem solved

 Please read a recent build log and add the missings IDs :) 

there are no missing ids in the current manual, and even if
there were it is not related to this issue

 I think it have not to do with external linkage.

it is exactly about external linkage as the link in question
is in the configure file of php4 and not in the manual


-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77




[PHP-DOC] cvs: phpdoc /hu/appendices reserved.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:32:59 2002 EDT

  Removed files:   
/phpdoc/hu/appendices   reserved.xml 
  Log:
  This was too small, and too outdated, only 1% of it would help to
  update the file, so as long as we have no time to translate the
  new file (and it is not in a state to be translated), fallback to
  use the EN file, with much more info...
  
  





[PHP-DOC] cvs: phpdoc /hu/functions datetime.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:35:31 2002 EDT

  Modified files:  
/phpdoc/hu/functionsdatetime.xml 
  Log:
  Getting in sync
  
  
Index: phpdoc/hu/functions/datetime.xml
diff -u phpdoc/hu/functions/datetime.xml:1.4 phpdoc/hu/functions/datetime.xml:1.5
--- phpdoc/hu/functions/datetime.xml:1.4Thu Feb 14 13:20:22 2002
+++ phpdoc/hu/functions/datetime.xmlFri Mar 22 06:35:30 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.67 Maintainer: kgergely Status: ready --
+!-- EN-Revision: 1.68 Maintainer: kgergely Status: ready --
  reference id=ref.datetime
   titleDátummal és idõponttal kapcsolatos függvények/title
   titleabbrevDátum/idõ/titleabbrev
 -317,7 +317,7 
 /* Tegyük fel, hogy most March 10th, 2001, 5:16:18 pm  van*/
 $today = date(F j, Y, g:i a); // March 10, 2001, 5:16 pm
 $today = date(m.d.y); // 03.10.01
-$today = date(j, m, Y);   // 10, 3, 2001
+$today = date(j, n, Y);   // 10, 3, 2001
 $today = date(Ymd);   // 20010310
 $today = date('h-i-s, j-m-y, it is w Day z ');  // 05-16-17, 10-03-01, 1631 1618 6 
Fripm01
 $today = date('\M\a \a \h\ó\n\a\p j. \n\a\p\j\a \v\a\n.');   // Ma a hónap 10. napja 
van





[PHP-DOC] cvs: phpdoc /de/functions ircg.xml

2002-03-22 Thread Georg Richter

georg   Fri Mar 22 06:37:41 2002 EDT

  Modified files:  
/phpdoc/de/functionsircg.xml 
  Log:
  
  blame me :( (build was broken)
  
  

Index: phpdoc/de/functions/ircg.xml
diff -u phpdoc/de/functions/ircg.xml:1.10 phpdoc/de/functions/ircg.xml:1.11
--- phpdoc/de/functions/ircg.xml:1.10   Wed Mar 20 15:12:20 2002
+++ phpdoc/de/functions/ircg.xmlFri Mar 22 06:37:41 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.10 $ --
+!-- $Revision: 1.11 $ --
  reference id=ref.ircg
   titleIRC Gateway Funktionen/title
   titleabbrevIRC Gateway/titleabbrev
 -34,19 +34,19 
  installiert sein:
  orderedlist
   listitemparaulink url=url.ircg;IRCG-Library/ulink von
-  Sascha Schumann./para/listitem
+Sascha Schumann./para/listitem
   listitemparaulink url=url.st-threads;SGI Static Threads
-  Library/ulink/para/listitem
+ Library/ulink/para/listitem
   listitemparaulink url=url.thttpd;thttpd/ulink
-  webserver/para/listitem
+webserver/para/listitem
  /orderedlist
 /para
/section
section id=ircg.install
 titleInstallation/title
 para
-Eine ausführliche Installationsanleitung befindet sich ulink
-url=url.ircg-install;hier/ulink. 
+ Eine ausführliche Installationsanleitung befindet sich ulink
+  url=url.ircg-install;hier/ulink. 
 /para
/section
   /partintro
 -55,58 +55,59 
refnamediv
 refnameircg_pconnect/refname
 refpurpose
-Verbindung zum IRC-Server aufbauen
+ Verbindung zum IRC-Server aufbauen
 /refpurpose
/refnamediv
refsect1
 titleBeschreibung/title
- methodsynopsis
-  typeresource/typemethodnameircg_pconnect/methodname
-  methodparamtypestring/typeparameterusername/parameter/methodparam
-  methodparam 
choice=opttypestring/typeparameterserver_ip/parameter/methodparam
-  methodparam 
choice=opttypeint/typeparameterserver_port/parameter/methodparam
-  methodparam 
choice=opttypestring/typeparametermsg_format/parameter/methodparam
-  methodparam 
choice=opttypearray/typeparameterctcp_messages/parameter/methodparam
-  methodparam 
choice=opttypearray/typeparameteruser_settings/parameter/methodparam
- /methodsynopsis
+methodsynopsis
+ typeresource/typemethodnameircg_pconnect/methodname
+ methodparamtypestring/typeparameterusername/parameter/methodparam
+ methodparam 
+choice=opttypestring/typeparameterserver_ip/parameter/methodparam
+ methodparam 
+choice=opttypeint/typeparameterserver_port/parameter/methodparam
+ methodparam 
+choice=opttypestring/typeparametermsg_format/parameter/methodparam
+ methodparam 
+choice=opttypearray/typeparameterctcp_messages/parameter/methodparam
+ methodparam 
+choice=opttypearray/typeparameteruser_settings/parameter/methodparam
+/methodsynopsis
 para
  functionircg_pconnect/function
  Stellt eine Verbindung zum einem IRC Server her, und liefert eine 
Verbindunskennung.
 /para
 para
-  Der Parameter parameterusername/parameter muss angeben
-  werden, er legt den Benutzernamen auf dem Server
-  fest. parameterserver_ip/parameter und
-  parameterserver_port/parameter sind optional. Werden diese
-  nicht angegben wird für parameterserver_ip/parameter der
-  Wert 127.0.0.1 (localhost) und für
-  parameterserver_port/parameter der Wert 6667 gesetzt.  
-  note
-   para
-Der Parameter parameterserver_ip/parameter muss aus einer IP-Adresse in 
numerischer Form bestehen. 
-   /para
-   para
+ Der Parameter parameterusername/parameter muss angeben
+ werden, er legt den Benutzernamen auf dem Server
+ fest. parameterserver_ip/parameter und
+ parameterserver_port/parameter sind optional. Werden diese
+ nicht angegben wird für parameterserver_ip/parameter der
+ Wert 127.0.0.1 (localhost) und für
+ parameterserver_port/parameter der Wert 6667 gesetzt.  
+ note
+  para
+   Der Parameter parameterserver_ip/parameter muss aus einer IP-Adresse in 
+numerischer Form bestehen. 
+  /para
+  para
Momentan gibt die Funktion functionircg_pconnect/function
unabhängig davon, ob eine Verbindung zu Stande kam oder nicht,
einen gültigen Wert zurück.
-  /note
- /para
-  para
-   Die Ausgabe der IRC Meldungen und Ereignisse wird mit einem
-   formatierten String, der vor dem Aufruf mit der Funktion
-   functionircg_register_format_messages/function im Parameter
-   parametermsg_format/parameter definiert. 
-  /para
-  para
-   parameterctcp_messages/parameter
-  /para
-  para
-   parameteruser_settings/parameter
-  /para
+  /para
+ /note
+/para
+para
+ Die Ausgabe der IRC Meldungen und Ereignisse wird mit einem
+ formatierten String, der vor dem Aufruf mit der Funktion
+ functionircg_register_format_messages/function im Parameter
+ parametermsg_format/parameter definiert. 

[PHP-DOC] cvs: phpdoc /hu/functions network.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:40:26 2002 EDT

  Modified files:  
/phpdoc/hu/functionsnetwork.xml 
  Log:
  Getting in sync
  
  
Index: phpdoc/hu/functions/network.xml
diff -u phpdoc/hu/functions/network.xml:1.12 phpdoc/hu/functions/network.xml:1.13
--- phpdoc/hu/functions/network.xml:1.12Fri Mar  1 08:47:55 2002
+++ phpdoc/hu/functions/network.xml Fri Mar 22 06:40:26 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.58 Maintainer: cece Status: ready --
+!-- EN-Revision: 1.60 Maintainer: cece Status: ready --
 
 reference id=ref.network
   titleHálózatkezelési Függvények/title
 -165,6 +165,13 
  értéke másodpercekben megadandó.
 /para
 para
+ A PHP 4.3.0 verziótól kezdve, ha az OpenSSL támogatást
+ befordítottad a PHP-be, a parameterhostname/parameter elé
+ írhatsz 'literalssl:///literal' vagy 'literaltls:///literal'
+ karaktersorozatot is, ha SSL vagy TLS kliens kapcsolatot
+ szeretnél létesíteni a TCP/IP felett a távoli hoszttal.
+/para 
+para 
  A functionfsockopen/function függvény egy fájl-azonosítót
  ad vissza, ami a rendes fájlkezelõ parancsokkal együtt használható
  átlátszó módon. Ezek a következõek: 
 -427,8 +434,8 
  portszámot adja vissza. A szolgáltatás neve az
  /etc/services-nek megfelelõ kell, hogy legyen. A 
  parameterprotokol/parameter paraméter értéke
- literalTCP/literal avagy literalUDP/literal
- lehet.
+ literaltcp/literal avagy literalucp/literal
+ lehet (csupa kisbetûvel!).
 /para
 para
  Lásd még: functiongetservbyport/function!
 -454,8 +461,8 
  A functiongetservbyport/function /etc/services
  szerû nevét adja vissza az adott parameterport/parameter-on
  levõ, adott parameterprotokol/parameter-ú szolgáltatásnak.
- A parameterprotokol/parameter paraméter literalTCP/literal 
- avagy literalUDP/literal értéket vehet fel.
+ A parameterprotokol/parameter paraméter literaltcp/literal 
+ vagy literaludp/literal értéket vehet fel (csupa kisbetûvel).
 /para
 para
  Lásd még: functiongetservbyname/function!





[PHP-DOC] cvs: phpdoc /hu/functions pcre.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:41:47 2002 EDT

  Modified files:  
/phpdoc/hu/functionspcre.xml 
  Log:
  Only WS changes in EN, so unpdating rev number
  
  
Index: phpdoc/hu/functions/pcre.xml
diff -u phpdoc/hu/functions/pcre.xml:1.14 phpdoc/hu/functions/pcre.xml:1.15
--- phpdoc/hu/functions/pcre.xml:1.14   Mon Mar 18 15:15:24 2002
+++ phpdoc/hu/functions/pcre.xmlFri Mar 22 06:41:47 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.75 Maintainer: gerzson Status: ready --
+!-- EN-Revision: 1.76 Maintainer: gerzson Status: ready --
 
 reference id=ref.pcre
  titleReguláris kifejezések függvényei (Perl kompatibilis)/title





[PHP-DOC] cvs: phpdoc /hu/functions wddx.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:42:42 2002 EDT

  Modified files:  
/phpdoc/hu/functionswddx.xml 
  Log:
  Getting in sync
  
  
Index: phpdoc/hu/functions/wddx.xml
diff -u phpdoc/hu/functions/wddx.xml:1.8 phpdoc/hu/functions/wddx.xml:1.9
--- phpdoc/hu/functions/wddx.xml:1.8Mon Mar 11 06:45:36 2002
+++ phpdoc/hu/functions/wddx.xmlFri Mar 22 06:42:41 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.19 Maintainer: goba Status: ready --
+!-- EN-Revision: 1.20 Maintainer: goba Status: ready --
 
  reference id=ref.wddx
   titleWDDX függvények/title
 -138,7 +138,7 

 para
  example
-  titlewddx_serialize_vars példa/title
+  titlefunctionwddx_serialize_vars/function példa/title 
   programlisting
 ![CDATA[
 ?php





[PHP-DOC] cvs: phpdoc /hu/features safe-mode.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:47:20 2002 EDT

  Modified files:  
/phpdoc/hu/features safe-mode.xml 
  Log:
  Getting in sync
  
  
Index: phpdoc/hu/features/safe-mode.xml
diff -u phpdoc/hu/features/safe-mode.xml:1.7 phpdoc/hu/features/safe-mode.xml:1.8
--- phpdoc/hu/features/safe-mode.xml:1.7Tue Jan 29 18:04:36 2002
+++ phpdoc/hu/features/safe-mode.xmlFri Mar 22 06:47:20 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.18 Maintainer: goba Status: ready --
+!-- EN-Revision: 1.20 Maintainer: goba Status: ready --
 
  chapter id=features.safe-mode
   titleSafe Mode/title
 -76,6 +76,10 
   /para
   para
Le tudsz tiltani különbözõ függvényeket akár egyenként is.
+   Meg kell azonban jegyezni, hogy a disable_functions beállítás
+   csak a php.ini;-ben használható. Ez azt jelenti, hogy nem
+   tudsz virtuális hosztonként, vagy könyvtáranként függvényeket
+   letiltani a httpd.conf vagy .htaccess állományokban.
Ha hozzáadod ezt a php.ini állományodhoz:
programlisting role=ini
 ![CDATA[





[PHP-DOC] cvs: phpdoc /hu/functions session.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 06:56:09 2002 EDT

  Modified files:  
/phpdoc/hu/functionssession.xml 
  Log:
  It is 100% translated and not half. Forgot to remove half
  
  
Index: phpdoc/hu/functions/session.xml
diff -u phpdoc/hu/functions/session.xml:1.4 phpdoc/hu/functions/session.xml:1.5
--- phpdoc/hu/functions/session.xml:1.4 Fri Mar 22 06:14:44 2002
+++ phpdoc/hu/functions/session.xml Fri Mar 22 06:56:09 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.83 Maintainer: goba Status: half translated --
+!-- EN-Revision: 1.83 Maintainer: goba Status: translated --
  reference id=ref.session
   titleMunkamenet kezelõ függvények/title
   titleabbrevMunkamenetek/titleabbrev





[PHP-DOC] Bug #16206 Updated: wrong message in ./configure

2002-03-22 Thread hholzgra

 ID:   16206
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: True64 Unix
 PHP Version:  4.1.2
 New Comment:

manual stylesheets have been customized to use id attributes for anchor
names in the faq part, this link will be valid as soon as the online
manual is rebuilt and will not change anymore


Previous Comments:


[2002-03-21 18:38:12] [EMAIL PROTECTED]

not really. the name of this anchor is not static.

reclassifying as a documentation problem. (the solution may be as
simple as just linking to the page, but people are hashing it out on
the phpdoc list.)



[2002-03-21 18:12:30] [EMAIL PROTECTED]

Fixed in CVS, thanks.



[2002-03-21 12:25:16] [EMAIL PROTECTED]

./configure ends with the following Message:

++
| WARNING: Your /usr/local/apache/bin/apxs script is most likely
broken.
||
| Please go read http://www.php.net/manual/en/faq.build.php#AEN61338 |
| and make the changes described there and try again.|
++

In the referenced Webpage there is no  A NAME=AEN61338 tag, so
either the Webpage or the text in the configure script is slightly
incorrect (Perhaps http://www.php.net/manual/en/faq.build.php#AEN79212
is correct?).





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




[PHP-DOC] Bug #16206 Updated: wrong message in ./configure

2002-03-22 Thread hholzgra

 ID:   16206
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Analyzed
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: True64 Unix
 PHP Version:  4.1.2


Previous Comments:


[2002-03-22 06:20:29] [EMAIL PROTECTED]

manual stylesheets have been customized to use id attributes for anchor
names in the faq part, this link will be valid as soon as the online
manual is rebuilt and will not change anymore



[2002-03-21 18:38:12] [EMAIL PROTECTED]

not really. the name of this anchor is not static.

reclassifying as a documentation problem. (the solution may be as
simple as just linking to the page, but people are hashing it out on
the phpdoc list.)



[2002-03-21 18:12:30] [EMAIL PROTECTED]

Fixed in CVS, thanks.



[2002-03-21 12:25:16] [EMAIL PROTECTED]

./configure ends with the following Message:

++
| WARNING: Your /usr/local/apache/bin/apxs script is most likely
broken.
||
| Please go read http://www.php.net/manual/en/faq.build.php#AEN61338 |
| and make the changes described there and try again.|
++

In the referenced Webpage there is no  A NAME=AEN61338 tag, so
either the Webpage or the text in the configure script is slightly
incorrect (Perhaps http://www.php.net/manual/en/faq.build.php#AEN79212
is correct?).





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




[PHP-DOC] cvs: phpdoc /hu/functions session.xml

2002-03-22 Thread Gabor Hojtsy

gobaFri Mar 22 07:25:10 2002 EDT

  Modified files:  
/phpdoc/hu/functionssession.xml 
  Log:
  Use standard status ready
  
  
Index: phpdoc/hu/functions/session.xml
diff -u phpdoc/hu/functions/session.xml:1.5 phpdoc/hu/functions/session.xml:1.6
--- phpdoc/hu/functions/session.xml:1.5 Fri Mar 22 06:56:09 2002
+++ phpdoc/hu/functions/session.xml Fri Mar 22 07:25:10 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.83 Maintainer: goba Status: translated --
+!-- EN-Revision: 1.83 Maintainer: goba Status: ready --
  reference id=ref.session
   titleMunkamenet kezelõ függvények/title
   titleabbrevMunkamenetek/titleabbrev





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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 07:40:59 2002 EDT

  Modified files:  
/phpdoc/it  translation.xml 
  Log:
  removing peoples who have not contributed a whole chapter and dont have a WIP
  
Index: phpdoc/it/translation.xml
diff -u phpdoc/it/translation.xml:1.37 phpdoc/it/translation.xml:1.38
--- phpdoc/it/translation.xml:1.37  Fri Mar 22 02:41:07 2002
+++ phpdoc/it/translation.xml   Fri Mar 22 07:40:59 2002
@@ -16,30 +16,22 @@
  translators
   person name=Alan D'Angeloemail=[EMAIL PROTECTED]   nick=alan_dangelo 
cvs=yes /
   person name=Marco Spisto email=[EMAIL PROTECTED]  
nick=spisto   /
-  person name=Gianluca Baldo   email=[EMAIL PROTECTED]  
nick=baldo/
   person name=Luca Benni   email=[EMAIL PROTECTED]   
nick=benni/
-  person name=Umberto Caldera  email=[EMAIL PROTECTED], [EMAIL PROTECTED] 
nick=caldera /  
-  person name=Umberto Carrara  email=[EMAIL PROTECTED]  
nick=carrara  /
-  person name=Cecilia Addone   email=[EMAIL PROTECTED] 
nick=ceadd-one/
   person name=Massimo Colombo  email=[EMAIL PROTECTED] 
nick=colombo  /
-  person name=Simone Cortesi   email=[EMAIL PROTECTED]
nick=cortesi cvs=yes/
-  person name=Marco Cucinato   email=[EMAIL PROTECTED]
nick=cucinato cvs=yes/
-  person name=Cesare D'Amico   email=[EMAIL PROTECTED], [EMAIL PROTECTED] 
nick=damico   /
+  person name=Simone Cortesi   email=[EMAIL PROTECTED]  nick=cortesi 
+cvs=yes  /
+  person name=Marco Cucinato   email=[EMAIL PROTECTED]  nick=cucinato 
+cvs=yes /
+  person name=Cesare D'Amico   email=[EMAIL PROTECTED], [EMAIL PROTECTED] 
+nick=damico/
   person name=Darvin Andrioli  email=[EMAIL PROTECTED]   
nick=darvin   /
-  person name=Denny Turani email=[EMAIL PROTECTED]
nick=denny/
   person name=Enrico Donelli   email=[EMAIL PROTECTED]
nick=donelli  /
-  person name=Massimo Ettaro   email=[EMAIL PROTECTED]  
nick=ettaro   /
   person name=Giacomo Tesioemail=[EMAIL PROTECTED]  
nick=giacomo  /
   person name=Fabio Gandolaemail=[EMAIL PROTECTED] 
nick=fabio/
   person name=Sergio Marchesiniemail=[EMAIL PROTECTED]   
nick=marchesini   /
   person name=Marco De Nittis  email=[EMAIL PROTECTED] 
nick=marco/
-  person name=Marco Milanesi   email=[EMAIL PROTECTED]  
nick=milanesi /
-  person name=Luca Peruginiemail=[EMAIL PROTECTED] nick=perugini
 cvs=yes/
-  person name=Mariarosa Sartorelli email=[EMAIL PROTECTED]  
nick=sartorelli   /
+  person name=Luca Peruginiemail=[EMAIL PROTECTED] nick=perugini
+cvs=yes /
   person name=Carlo Valenteemail=[EMAIL PROTECTED]
nick=valente  /
-  person name=Luca Balzerani   email=[EMAIL PROTECTED]   nick=latoserver  
cvs=yes  /
+  person name=Luca Balzerani   email=[EMAIL PROTECTED]nick=latoserver  
+cvs=yes /
   person name=Andrea Gressani  email=[EMAIL PROTECTED]  
nick=agressani/
-  person name=Gabriele Scaroni email=[EMAIL PROTECTED]  nick=scaro  
cvs=yes /
+  person name=Gabriele Scaroni email=[EMAIL PROTECTED] nick=scaro   
+cvs=yes /
   person name=Lorenzo Pulici   email=[EMAIL PROTECTED] 
nick=pulici   /
   person name=Luca Penzo   email=[EMAIL PROTECTED]
nick=penzo/
   person name=Mariano Calandra email=[EMAIL PROTECTED] 
nick=calandra /





[PHP-DOC] cvs: phpdoc /he/language types.xml

2002-03-22 Thread Tal Peer

tal Fri Mar 22 09:20:48 2002 EDT

  Modified files:  
/phpdoc/he/language types.xml 
  Log:
  finished boolean
  
Index: phpdoc/he/language/types.xml
diff -u phpdoc/he/language/types.xml:1.3 phpdoc/he/language/types.xml:1.4
--- phpdoc/he/language/types.xml:1.3Fri Mar 22 03:53:06 2002
+++ phpdoc/he/language/types.xmlFri Mar 22 09:20:48 2002
 -129,25 +129,24 
/sect1

sect1 id=language.types.boolean
-titleBooleans/title
+titleîùúðéí áåìéàðéí/title
 
 simpara
- This is the easiest type. A typeboolean/type expresses a 
- truth value. It can be either true; or 
- false;. 
+ äñåâ äáåìéàðé äåà äñåâ äôùåè áéåúø. äåà îáèà òøê ùì àîú àå
+ ù÷ø. äòøê ùìå éëåì ìäéåú true; àå false;.
 /simpara
 
 note
  simpara
-  The boolean type was introduced in PHP 4.
+  äñåâ äáåìéàðé äåöâ ìøàùåðä á-PHP 4.
  /simpara
 /note
 
 sect2 id=language.types.boolean.syntax
- titleSyntax/title
+ titleúçáéø/title
  para
-  To specify a boolean literal, use either the keyword true; 
-  or false;. Both are case-insensitive.
+  òì îðú ìäâãéø îùúðä áåìéàðé, éù ìäùúîù áàçú îîéìåú äîôúç
+  true; àå false;, ùúé îéìåú äîôúç äï case-insensitive, ëìåîø, ìà úìåéåú áâåãì 
+äàåú.
   !-- technically they are just constants --
   informalexample
programlisting role=php
 -158,11 +157,8 
   /informalexample
  /para
  para
-  Usually you 
-  use some kind of link linkend=language.operatorsoperator/link
-  which returns a typeboolean/type value, and then pass it 
-  on to a link linkend=control-structurescontrol
-  structure/link.
+  áãøê ëìì îùúîùéí álink linkend=language.operatorsàåôøèåø/link ùîçæéø òøê
+  typeáåìéàðé/type åîòáéøéí àåúå ìlink linkend=control-structuresîáðä 
+á÷øä/link.
   informalexample
programlisting role=php
 ![CDATA[
 -187,63 +183,51 
 /sect2
 
 sect2 id=language.types.boolean.casting
- titleConverting to boolean/title
+ titleäôéëú îùúðä ìáåìéàðé/title
   simpara
-   To explicitly convert a value to typeboolean/type, use either
-   the literal(bool)/literal or the literal(boolean)/literal cast.
-   However, in most cases you do not need to use the cast, since a value
-   will be automatically converted if an operator, function or 
-   control structure requires a typeboolean/type argument.
+   ëãé ìäîéø òøê ùì îùúðä áîôåøù ìtypeáåìéàðé/type, éù  ìäùúîù
+   áäîøú literal(bool)/literal àå áäîøú literal(boolean/literal.
+   òó òì ôé ëï, áøåá äî÷øéí àéï öåøê ìäîéø àú äîùúðä éãðéú, îùåí ùäòøê
+   éåîø àåèåîèéú àí àåôøèåø, ôåð÷öéä àå îáðä á÷øä ãåøùéí àøâåîðè 
+typeáåìéàðé/type.
   /simpara
   simpara
-   See also link linkend=language.types.type-jugglingType Juggling/link.
+   øàä âí link linkend=language.types.type-jugglingîòáø áéï ñåâéí/link.
   /simpara
   
   para
-   When converting to typeboolean/type, the following values 
-   are considered false;:
+   ùîîéøéí òøê ìtypeáåìéàðé/type, äòøëéí äáàéí ðçùáéí ì-false;:
   
itemizedlist
 listitem
- simparathe link linkend=language.types.booleanboolean/link 
-  false;!-- duh... --/simpara
+  simparaäòøê älink linkend=language.types.booleanáåìéàðé/link 
+false;/simpara 
+  --!duh...--
 /listitem
 listitem
- simparathe link linkend=language.types.integerinteger/link
-  0 (zero) /simpara
+ älink linkend=language.types.integerîñôø äùìí/link 0 (àôñ) /simpara
 /listitem
 listitem
- simparathe link linkend=language.types.floatfloat/link 
- 0.0 (zero) /simpara
+ simparaälink linkend=language.types.floatîñôø áòì ð÷åãä öôä/link 0.0 
+(àôñ)/simpara
 /listitem
 listitem
- simparathe empty link linkend=language.types.string
-   string/link, and the link linkend=language.types.string
-   string/link
-   0/simpara
+ simparalink linkend=language.types.stringîçøåæú/link øé÷ä åälink 
+linkend=language.types.stringîçøåæú/link 0/simpara
 /listitem
 listitem
- simparaan link linkend=language.types.arrayarray/link 
- with zero elements/simpara
+ simparalink linkend=language.types.arrayîòøê/link ììà 
+àìîðèéí/simpara
 /listitem
 listitem
- simparaan link linkend=language.types.objectobject/link 
- with zero elements/simpara
+ simparalink linkend=language.types.objectàåáéé÷è/link ììà 
+àìîðèéí/simpara
 /listitem
 listitem
- simparathe special type link linkend=language.types.null
-   NULL/link (including unset variables)
+ äñåâ äîéåçã link linkend=language.types.nullNULL/link (ëåìì îùúðéí ùìà 
+äåëøæå)
  /simpara
 /listitem
/itemizedlist

-   Every other value is considered 

[PHP-DOC] Bug #16220 Updated: mistake in writing

2002-03-22 Thread sniper

 ID:  16220
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
 Status:  Open
-Bug Type:*Languages/Translation
+Bug Type:Documentation problem
 PHP Version: 4.1.2
 New Comment:

reclassified


Previous Comments:


[2002-03-22 09:20:04] [EMAIL PROTECTED]

http://de.php.net/manual/de/preface.php

there is a mistake in writing

 Vorwort

(...) Aber PHP knn noch mehr. (...)

you have to change knn and make kann out of it.

please excuse my bad english.

so long etrigan.de





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




[PHP-DOC] cvs: phpdoc /it/functions array.xml

2002-03-22 Thread Marco Cucinato

cucinatoFri Mar 22 10:43:22 2002 EDT

  Modified files:  
/phpdoc/it/functionsarray.xml 
  Log:
  Synced to EN version 1.165
  
  
Index: phpdoc/it/functions/array.xml
diff -u phpdoc/it/functions/array.xml:1.49 phpdoc/it/functions/array.xml:1.50
--- phpdoc/it/functions/array.xml:1.49  Wed Mar 13 12:24:42 2002
+++ phpdoc/it/functions/array.xml   Fri Mar 22 10:43:22 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
- !-- EN-Revision: 1.164 Maintainer: cucinato  Status: ready --
+ !-- EN-Revision: 1.165 Maintainer: cucinato  Status: ready --
  reference id=ref.array
   titleFunzioni di Array/title
   titleabbrevArray/titleabbrev
 -213,7 +213,7 
  programlisting role=php
 ![CDATA[
 $input_array = array(PriMo = 1, SecOndO = 4);
-print_r(array_change_key_case($input_array, CASE_UPPER);
+print_r(array_change_key_case($input_array, CASE_UPPER));
 ]]
  /programlisting
  para





[PHP-DOC] Bug #16220 Updated: mistake in writing

2002-03-22 Thread tom

 ID:  16220
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:  Open
+Status:  Closed
 Bug Type:Documentation problem
 PHP Version: 4.1.2
 New Comment:

This is already fixed in CVS, and appear on the net after the next
automatic build-process.

Thanks for notification!


Previous Comments:


[2002-03-22 10:20:46] [EMAIL PROTECTED]

reclassified



[2002-03-22 09:20:04] [EMAIL PROTECTED]

http://de.php.net/manual/de/preface.php

there is a mistake in writing

 Vorwort

(...) Aber PHP knn noch mehr. (...)

you have to change knn and make kann out of it.

please excuse my bad english.

so long etrigan.de





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




Re: [PHP-DOC] cvs: phpdoc /de/functions math.xml

2002-03-22 Thread Egon Schmid

Oh my ? It was Hartmut, who speaks sometimes in a never existing
language from a city which had never existed. If it does make you
happy, we should change the Bielefeld slang to the Swabian slang.

-Egon

- Original Message -
From: Thomas Schoefbeck [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 22, 2002 6:31 PM
Subject: [PHP-DOC] cvs: phpdoc /de/functions math.xml


 tom Fri Mar 22 12:31:34 2002 EDT

   Modified files:
 /phpdoc/de/functions math.xml
   Log:
   some typos

 Index: phpdoc/de/functions/math.xml
 diff -u phpdoc/de/functions/math.xml:1.21
phpdoc/de/functions/math.xml:1.22
 --- phpdoc/de/functions/math.xml:1.21 Sat Feb  2 10:34:04 2002
 +++ phpdoc/de/functions/math.xml Fri Mar 22 12:31:33 2002
 @@ -203,8 +203,8 @@
   Diese Funktion berechnet den Arcustangens aus den Parametern
   parameterx/parameter und parametery/parameter im
Bereich
   (-para;; para;].  Dieser entspricht weitgehend dem
Arcustangens
 - aus x / y, allerdingskann hier das Vorzeichen beider
Parameter
 - ausgewertet und so der Quadrant des Ergebnises bestimmt
werden.
 + aus x / y, allerdings kann hier das Vorzeichen beider
Parameter
 + ausgewertet und so der Quadrant des Ergebnisses bestimmt
werden.
  /para
  para
   Siehe auch functionatan/function,
functionacos/function,
 @@ -260,7 +260,7 @@

methodparamtypestring/typeparameterbinary_string/parameter
/methodparam
   /methodsynopsis
  para
 - Liefert die dezimale Entsprechnung der in
 + Liefert die dezimale Entsprechung der in
   parameterbinary_string/parameter übergebenen binären
   Zahl. Der größte konvertierbare Wert ist ein String aus 31
   Einsen, das entspricht 2147483647 dezimal (2 hoch 32 minus
1).
 @@ -327,7 +327,7 @@

methodparamtypeint/typeparameternumber/parameter/methodpa
ram
   /methodsynopsis
  para
 - Diese Funktion liefert eine binäre Representation von
 + Diese Funktion liefert eine binäre Repräsentation von
   parameternumber/parameter als String zurück.  Der größte
   konvertierbare Wert für parameternumber/parameter ist
dezimal
   4294967295, dies entspricht (2 hoch 32)-1 und liefert einen
String
 @@ -352,7 +352,7 @@

methodparamtypeint/typeparameternumber/parameter/methodpa
ram
   /methodsynopsis
  para
 - Diese Funktion liefert eine hexadezimale Representation von
 + Diese Funktion liefert eine hexadezimale Repräsentation von
   parameternumber/parameter als String zurück.  Der größte
   konvertierbare Wert für parameternumber/parameter ist
dezimal
   2147483647, dies entspricht (2 hoch 32)-1 und liefet als
Ergebnis
 @@ -377,7 +377,7 @@

methodparamtypeint/typeparameternumber/parameter/methodpa
ram
   /methodsynopsis
  para
 - Diese Funktion liefert eine oktale (zur Basis 8)
Representation
 + Diese Funktion liefert eine oktale (zur Basis 8)
Repräsentation
   von parameternumber/parameter als String zurück.  Der
größte
   konvertierbare Wert für parameternumber/parameter ist
dezimal
   2147483647, dies entspricht (2 hoch 32)-1 und liefet als
Ergebnis
 @@ -488,7 +488,7 @@

methodparamtypestring/typeparameterhex_string/parameter/m
ethodparam
   /methodsynopsis
  para
 - Liefert die dezimale Entsprechnung der in
 + Liefert die dezimale Entsprechung der in
   parameterhex_string/parameter übergebenen hexadezimalen
   Zahl. Der größte konvertierbare Wert ist 7fff, das
   entspricht 2147483647 dezimal (2 hoch 32 minus 1).
 @@ -561,14 +561,14 @@
  /para
  para
   Ist der erste Parameter ein Array, so wird der größte Wert
 - innerhalb dieses Array zurückgegeben. Anderenfalls müßen
 + innerhalb dieses Array zurückgegeben. Anderenfalls müssen
   mindestens zwei Parameter übergeben werden, und
   functionmax/function liefert den Wert des größten
Parameters
 - zurück. Die Anzahl der Eingabe-Paramter ist nur durch den
 + zurück. Die Anzahl der Eingabe-Parameter ist nur durch den
   verfügbaren Hauptspeicher begrenzt.
  /para
  para
 - Ist mindestens einer der Eigabewerte vom Typ double, so
werden
 + Ist mindestens einer der Eingabewerte vom Typ double, so
werden
   alle Werte als double behandelt und der Rückgabewert ist
   ebenfalls vom Typ double. Anderenfalls werden alle
Eingabewerte
   als int behandelt und auch ein int zurückgegeben.
 @@ -598,14 +598,14 @@
  /para
  para
   Ist der erste Parameter ein Array, so wird der kleinste Wert
 - innerhalb dieses Array zurückgegeben. Anderenfalls müßen
 + innerhalb dieses Array zurückgegeben. Anderenfalls müssen
   mindestens zwei Parameter übergeben werden, und
   functionmin/function liefert den Wert des kleinsten
 - Parameters zurück. Die Anzahl der Eingabe-Paramter ist nur
durch
 + Parameters zurück. Die Anzahl der Eingabe-Parameter ist nur
durch
   den verfügbaren Hauptspeicher begrenzt.
  /para
  

Re: [PHP-DOC] cvs: phpdoc /de/functions math.xml

2002-03-22 Thread Hartmut Holzgraefe

Egon Schmid wrote:
 Oh my ? It was Hartmut, who speaks sometimes in a never existing
 language from a city which had never existed. If it does make you
 happy, we should change the Bielefeld slang to the Swabian slang.
 

The city that doesn't exist pretends to be located next to the
Hannover area, so we are, as opposed to the Swabians, more or less
capable of Hochdeutsch and have only a slightly spoken, but no
written slang or dialect.

The file was translated on an IC train with broken aircondition
somewhere between Mainz and Cologne, maybe this explains something


-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77




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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 13:20:50 2002 EDT

  Modified files:  
/phpdoc/en/functionsftp.xml 
  Log:
  correcting function prototype as of PHP source code: it returns mixed and not bool. 
Plus some rewording: check my bad english, please
  
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.39 phpdoc/en/functions/ftp.xml:1.40
--- phpdoc/en/functions/ftp.xml:1.39Wed Mar 20 06:50:38 2002
+++ phpdoc/en/functions/ftp.xml Fri Mar 22 13:20:50 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.39 $ --
+!-- $Revision: 1.40 $ --
  reference id=ref.ftp
   titleFTP functions/title
   titleabbrevFTP/titleabbrev
 -99,7 +99,6 
/refsect1
   /refentry
 
-
   refentry id=function.ftp-login
refnamediv
 refnameftp_login/refname
 -686,7 +685,7 
refsect1
 titleDescription/title
  methodsynopsis
-  typebool/typemethodnameftp_get_option/methodname
+  typemixed/typemethodnameftp_get_option/methodname
   methodparamtyperesource/typeparameterstream/parameter/methodparam
   methodparamtypeint/typeparameteroption/parameter/methodparam
  /methodsynopsis
 -696,14 +695,14 
  /para
 /note
 para
- Returns the value on success or false; if the given
- parameteroption/parameter is not supposed. In the latter case a
+ Returns the value on success, or false; if the given
+ parameteroption/parameter is not supported. In the latter case, a
  warning message is also thrown.
 /para
 para
- This function returns the parametervalue/parameter for the requested
- parameteroption/parameter from the specified parameterFTP
- stream/parameter.  Currently, the following options are supported:
+ This function returns the value for the requested 
+ parameteroption/parameter from the specified parameterstream
+ /parameter. Currently, the following options are supported:
  table
   titleSupported runtime FTP options/title
   tgroup cols=2





[PHP-DOC] cvs: phpdoc /it/functions ftp.xml

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 13:39:09 2002 EDT

  Modified files:  
/phpdoc/it/functionsftp.xml 
  Log:
  update up to EN 1.40 by colombo
  

Index: phpdoc/it/functions/ftp.xml
diff -u phpdoc/it/functions/ftp.xml:1.11 phpdoc/it/functions/ftp.xml:1.12
--- phpdoc/it/functions/ftp.xml:1.11Sat Feb  2 10:41:55 2002
+++ phpdoc/it/functions/ftp.xml Fri Mar 22 13:39:08 2002
 -1,50 +1,62 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.11 Maintainer: colombo Status: working --
+!-- EN-Revision: 1.40 Maintainer: colombo Status: working --
  reference id=ref.ftp
-  titleFTP functions/title
+  titleFunzioni FTP/title
   titleabbrevFTP/titleabbrev
 
   partintro
-   para
-FTP sta per File Transfer Protocol./para
+   para   
+Le funzioni in questa estensione implementano l'accesso client ad un file server
+utilizzando il File Transfer Protocol (FTP) come definito in 
+spec.ftp;.
+   /para
 
para
-Le seguenti costanti vengono definite quando si usa il modulo FTP:
-constantFTP_ASCII/constant e constantFTP_BINARY/constant.
+Usando il modulo FTP vengono definite le seguenti costanti:
+constantFTP_ASCII/constant e constantFTP_BINARY/constant.
/para
-   para
-example
- titlefunctionftp/function esempi/title
-  programlisting
-lt;?php
+  para
+   Per l'utilizzo delle funzioni FTP con la vostra configurazione PHP,
+   dovrete aggiungere l'opzione link linkend=install.configure.enable-ftp
+   option--enable-ftp/option/link durante l'installazione PHP 4, 
+   e link linkend=install.configure.with-ftp
+   option--with-ftp/option/link nell'installazione di PHP 3.
+  /para
+  para
+   example
+titleEsempio di functionftp/function/title
+ programlisting
+![CDATA[
+?php
 // stabilire una connessione
-$conn_id = ftp_connect($ftp_server);
+$conn_id = ftp_connect($ftp_server); 
 
-// login con username e password
-$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
+// login con user name e password
+$login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); 
 
-// controlla la connessione
-if ((!$conn_id) || (!$login_result)) {
-echo La connessione Ftp non è riuscita!;
-echo Tentativo di connessione a $ftp_server per l/'utente $user;
-die;
+// controllo della connessione
+if ((!$conn_id) || (!$login_result)) { 
+echo La connessione Ftp è fallita!;
+echo Tentativo di connessione a $ftp_server per l'utente $ftp_user_name; 
+die; 
 } else {
-echo Connesso con $ftp_server, per l/'utente $user;
+echo Connesso a $ftp_server, utente $ftp_user_name;
 }
 
-// carica il file
-$upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY);
+// upload del file
+$upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY); 
 
-// controlla lo stato dell/' upload
-if (!$upload) {
-echo Ftp upload non riuscito!;
+// controllo dello stato di upload
+if (!$upload) { 
+echo Il caricamento Ftp non e' andato a buon fine!;
 } else {
-echo Caricato $source_file su $ftp_server come $destination_file;
+echo Caricato il file $source_file su $ftp_server come $destination_file;
 }
 
-// chiudi flusso dati FTP
-ftp_quit($conn_id);
+// chiudere il flusso FTP 
+ftp_quit($conn_id); 
 ?
+]]
  /programlisting
 /example
/para
 -53,31 +65,44 
   refentry id=function.ftp-connect
refnamediv
 refnameftp_connect/refname
-refpurposeApre una connessione FTP/refpurpose
+refpurposeApre una connessione FTP /refpurpose
/refnamediv
refsect1
 titleDescrizione/title
- methodsynopsis
-  typeint/typemethodnameftp_connect/methodname
+methodsynopsis
+  typeresource/typemethodnameftp_connect/methodname
   methodparamtypestring/typeparameterhost/parameter/methodparam
-  methodparam choice=opttypeint/typeparameterport
-   /parameter/methodparam
+  methodparam 
+choice=opttypeint/typeparameterport/parameter/methodparam
+  methodparam 
+choice=opttypeint/typeparametertimeout/parameter/methodparam
  /methodsynopsis
 para
- Restituisce un flusso dati FTP se va a buon fine o uno stato di falso se si 
verifica un errore/para
+ Restituisce un flusso FTP stream in caso di successo, false; in caso di errore.
+/para  
 para
- functionftp_connect/function Stabilisce una connessione FTP all'
- parameterhost/parameter specificato.  Il parametro  
parameterport/parameter
- specifica una porta alternativa alla quale connettersi.  Se viene omessa
- oppure impostata al valore 0, verrà usata la porta 21, default per l'FTP/para
+ functionftp_connect/function Apre una connessione FTP all'
+ parameterhost/parameter specificato. Il parametro parameterport/parameter
+ specifica un porta alternativa alla quale connettersi. Se omessa oppure impostata
+ a zero, verra' usata la porta 21, default dell'FTP.
+/para
+para
+  

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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 14:43:22 2002 EDT

  Modified files:  
/phpdoc/it  translation.xml 
  Log:
  filepro to calandra
  
Index: phpdoc/it/translation.xml
diff -u phpdoc/it/translation.xml:1.38 phpdoc/it/translation.xml:1.39
--- phpdoc/it/translation.xml:1.38  Fri Mar 22 07:40:59 2002
+++ phpdoc/it/translation.xml   Fri Mar 22 14:43:22 2002
 -55,6 +55,7 
   file name=functions/session.xml   person=penzotype=offline 
revision=1.83 date=20/03/2002 /
   file name=functions/snmp.xml  person=darvin   type=offline 
revision=1.21 date=21/03/2002 /
   file name=functions/mcrypt.xmlperson=calandra type=offline 
revision=1.29 date=21/03/2002 /
+  file name=functions/filepro.xml   person=calandra type=offline 
+revision=1.14 date=22/03/2002 /
  /work-in-progress
 
 /translation





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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 15:15:44 2002 EDT

  Modified files:  
/phpdoc/en/functionscurl.xml 
  Log:
  formatting
  
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.27 phpdoc/en/functions/curl.xml:1.28
--- phpdoc/en/functions/curl.xml:1.27   Fri Feb  8 18:08:48 2002
+++ phpdoc/en/functions/curl.xmlFri Mar 22 15:15:40 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.27 $ --
+!-- $Revision: 1.28 $ --
  reference id=ref.curl
   titleCURL, Client URL Library Functions/title
   titleabbrevCURL/titleabbrev
 -73,9 +73,7 
 titleDescription/title
  methodsynopsis
   typeint/typemethodnamecurl_init/methodname
-  methodparam choice=opttypestring/typeparameter
-url
-   /parameter/methodparam
+  methodparam 
+choice=opttypestring/typeparameterurl/parameter/methodparam
  /methodsynopsis
 para
  The functioncurl_init/function will initialize a new session





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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 15:30:45 2002 EDT

  Modified files:  
/phpdoc/en/functionscurl.xml 
  Log:
  typos
  
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.28 phpdoc/en/functions/curl.xml:1.29
--- phpdoc/en/functions/curl.xml:1.28   Fri Mar 22 15:15:40 2002
+++ phpdoc/en/functions/curl.xmlFri Mar 22 15:30:45 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.28 $ --
+!-- $Revision: 1.29 $ --
  reference id=ref.curl
   titleCURL, Client URL Library Functions/title
   titleabbrevCURL/titleabbrev
 -585,7 +585,7 
refnamediv
 refnamecurl_error/refname
 refpurpose
- Return a string contain the last error for the current session 
+ Return a string containing the last error for the current session 
 /refpurpose
/refnamediv
refsect1
 -642,4 +642,3 
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 --
-





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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 17:18:47 2002 EDT

  Modified files:  
/phpdoc/en/functionsftp.xml 
  Log:
  FTP to uppercase and linking to FTP specs
  
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.40 phpdoc/en/functions/ftp.xml:1.41
--- phpdoc/en/functions/ftp.xml:1.40Fri Mar 22 13:20:50 2002
+++ phpdoc/en/functions/ftp.xml Fri Mar 22 17:18:47 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.40 $ --
+!-- $Revision: 1.41 $ --
  reference id=ref.ftp
   titleFTP functions/title
   titleabbrevFTP/titleabbrev
 -8,7 +8,7 
para
 The functions in this extension implement client access to file
 servers speaking the File Transfer Protocol FTP as defined in 
-spec.ftp;.
+ulink url=spec.ftp;spec.ftp;/ulink.
/para
 
para
 -597,7 +597,7 
refnamediv
 refnameftp_exec/refname
 refpurpose
- Request execution of a program on the ftp server.
+ Request execution of a program on the FTP server.
 /refpurpose
/refnamediv
refsect1
 -608,7 +608,7 
   methodparamtypestring/typeparametercommand/parameter/methodparam
  /methodsynopsis
 para
- Sends a SITE EXEC parametercommand/parameter request to the ftp
+ Sends a SITE EXEC parametercommand/parameter request to the FTP
  server. Returns false; if the request fails, returns the output of the
  command otherwise.
 /para





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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 17:54:11 2002 EDT

  Modified files:  
/phpdoc/en/functionsfilepro.xml 
  Log:
  normalizing
  
Index: phpdoc/en/functions/filepro.xml
diff -u phpdoc/en/functions/filepro.xml:1.14 phpdoc/en/functions/filepro.xml:1.15
--- phpdoc/en/functions/filepro.xml:1.14Sat Feb  2 10:35:58 2002
+++ phpdoc/en/functions/filepro.xml Fri Mar 22 17:54:11 2002
 -1,21 +1,23 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.14 $ --
+!-- $Revision: 1.15 $ --
  reference id=ref.filepro
   titlefilePro functions/title
   titleabbrevfilePro/titleabbrev
 
   partintro
simpara
-These functions allow read-only access to data stored in filePro 
databases./simpara
+These functions allow read-only access to data stored in filePro databases.
+   /simpara
simpara
 filePro is a registered trademark of fP Technologies, Inc. You can find more
-information about filePro at ulink 
url=url.filepro;url.filepro;/ulink./simpara  
+information about filePro at ulink url=url.filepro;url.filepro;/ulink.
+   /simpara
   /partintro
 
   refentry id=function.filepro
refnamediv
 refnamefilepro/refname
-refpurposeread and verify the map file/refpurpose
+refpurposeRead and verify the map file/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -25,10 +27,12 
  /methodsynopsis
 para
  This reads and verifies the map file, storing the field count
- and info./para
+ and info.
+/para
 para
  No locking is done, so you should avoid modifying your filePro
- database while it may be opened in PHP./para
+ database while it may be opened in PHP.
+/para
 note.sm.uidcheck;
/refsect1
   /refentry
 -36,7 +40,7 
   refentry id=function.filepro-fieldname
refnamediv
 refnamefilepro_fieldname/refname
-refpurposegets the name of a field/refpurpose
+refpurposeGets the name of a field/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -45,14 +49,16 
   methodparamtypeint/typeparameterfield_number/parameter/methodparam
  /methodsynopsis
 para
- Returns the name of the field corresponding to 
parameterfield_number/parameter./para
+ Returns the name of the field corresponding 
+ to parameterfield_number/parameter.
+/para
/refsect1
   /refentry
 
   refentry id=function.filepro-fieldtype
refnamediv
 refnamefilepro_fieldtype/refname
-refpurposegets the type of a field/refpurpose
+refpurposeGets the type of a field/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -61,14 +67,15 
   methodparamtypeint/typeparameterfield_number/parameter/methodparam
  /methodsynopsis
 para
- Returns the edit type of the field corresponding to 
parameterfield_number/parameter./para
+ Returns the edit type of the field corresponding to 
+parameterfield_number/parameter.
+/para
/refsect1
   /refentry
 
   refentry id=function.filepro-fieldwidth
refnamediv
 refnamefilepro_fieldwidth/refname
-refpurposegets the width of a field/refpurpose
+refpurposeGets the width of a field/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -77,14 +84,15 
   methodparamtypeint/typeparameterfield_number/parameter/methodparam
  /methodsynopsis
 para
- Returns the width of the field corresponding to 
parameterfield_number/parameter./para
+ Returns the width of the field corresponding to 
+parameterfield_number/parameter.
+/para
/refsect1
   /refentry
 
   refentry id=function.filepro-retrieve
refnamediv
 refnamefilepro_retrieve/refname
-refpurposeretrieves data from a filePro database/refpurpose
+refpurposeRetrieves data from a filePro database/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -94,7 +102,8 
   methodparamtypeint/typeparameterfield_number/parameter/methodparam
  /methodsynopsis
 para
- Returns the data from the specified location in the database./para
+ Returns the data from the specified location in the database.
+/para
 note.sm.uidcheck;
/refsect1
   /refentry
 -102,7 +111,7 
   refentry id=function.filepro-fieldcount
refnamediv
 refnamefilepro_fieldcount/refname
-refpurposefind out how many fields are in a filePro database/refpurpose
+refpurposeFind out how many fields are in a filePro database/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -115,14 +124,15 
  database.
 /para
 para
- See also functionfilepro/function./para
+ See also functionfilepro/function.
+/para
/refsect1
   /refentry
 
   refentry id=function.filepro-rowcount
refnamediv
 refnamefilepro_rowcount/refname
-refpurposefind out how many rows are in a filePro database/refpurpose
+refpurposeFind out how many rows are in a filePro database/refpurpose
/refnamediv
refsect1
 titleDescription/title
 -131,10 +141,12 

[PHP-DOC] cvs: phpdoc /it/functions filepro.xml

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 18:05:25 2002 EDT

  Modified files:  
/phpdoc/it/functionsfilepro.xml 
  Log:
  adding translation up to EN 1.15 by Mariano Calandra
  
Index: phpdoc/it/functions/filepro.xml
diff -u /dev/null phpdoc/it/functions/filepro.xml:1.6
--- /dev/null   Fri Mar 22 18:05:25 2002
+++ phpdoc/it/functions/filepro.xml Fri Mar 22 18:05:25 2002
 -0,0 +1,174 
+?xml version=1.0 encoding=iso-8859-1?
+!-- EN-Revision: 1.15 Maintainer: calandra  Status: ready --
+ reference id=ref.filepro
+  titleFunzioni filePro/title
+  titleabbrevfilePro/titleabbrev
+
+  partintro
+   simpara
+Queste funzioni permettono l'accesso in sola lettura dei dati del database 
+filePro.
+   /simpara
+   simpara
+filePro è un marchio registrato della tecnologia fP Technologies, Inc. 
+Per maggiori informazioni su filePro: ulink 
+url=url.filepro;url.filepro;/ulink.
+   /simpara  
+  /partintro
+
+  refentry id=function.filepro
+   refnamediv
+refnamefilepro/refname
+refpurposeLegge e verifica la mappa del file/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typebool/typemethodnamefilepro/methodname
+  methodparamtypestring/typeparameterdirectory/parameter/methodparam
+ /methodsynopsis
+para
+ Questa funzione legge e verifica la mappa del file, immagazzinando 
+ l'indice del campo e le informazioni.
+/para
+para
+ Non viene eseguito nessun locking, si dovrebbe evitare di modificare il
+ database filePro mentre quest'ultimo potrebbe venire aperto in PHP.
+/para
+note.sm.uidcheck;
+   /refsect1
+  /refentry
+
+  refentry id=function.filepro-fieldname
+   refnamediv
+refnamefilepro_fieldname/refname
+refpurposeRestituisce il nome di un campo/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typestring/typemethodnamefilepro_fieldname/methodname
+  methodparamtypeint/typeparameterfield_number/parameter/methodparam
+ /methodsynopsis
+para
+ Restituisce il nome del campo riferito all' indice inserito come parametro 
+ parameterfield_number/parameter.
+ /para
+   /refsect1
+  /refentry
+
+  refentry id=function.filepro-fieldtype
+   refnamediv
+refnamefilepro_fieldtype/refname
+refpurposeRestituisce il tipo del campo/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typestring/typemethodnamefilepro_fieldtype/methodname
+  methodparamtypeint/typeparameterfield_number/parameter/methodparam
+ /methodsynopsis
+para
+ Restituisce il tipo del campo riferito all' indice inserito come parametro 
+parameterfield_number/parameter.
+/para
+   /refsect1
+  /refentry
+
+  refentry id=function.filepro-fieldwidth
+   refnamediv
+refnamefilepro_fieldwidth/refname
+refpurposeRestituisce la dimensione di un campo/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typeint/typemethodnamefilepro_fieldwidth/methodname
+  methodparamtypeint/typeparameterfield_number/parameter/methodparam
+ /methodsynopsis
+para
+ Restituisce la lunghezza del campo riferito all' indice inserito come parametro 
+parameterfield_number/parameter.
+/para
+   /refsect1
+  /refentry
+
+  refentry id=function.filepro-retrieve
+   refnamediv
+refnamefilepro_retrieve/refname
+refpurposePreleva i dati da un database filePro/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typestring/typemethodnamefilepro_retrieve/methodname
+  methodparamtypeint/typeparameterrow_number/parameter/methodparam
+  methodparamtypeint/typeparameterfield_number/parameter/methodparam
+ /methodsynopsis
+para
+ Restituisce dei dati da una locazione specificata nel database.
+/para
+note.sm.uidcheck;
+   /refsect1
+  /refentry
+
+  refentry id=function.filepro-fieldcount
+   refnamediv
+refnamefilepro_fieldcount/refname
+refpurposeConta quanti campi sono presenti in un database filePro/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typeint/typemethodnamefilepro_fieldcount/methodname
+  void/
+ /methodsynopsis
+para
+ Restituisce il numero di campi (colonne) di un database filePro 
+ aperto.
+/para
+para
+ Vedere anche functionfilepro/function.
+ /para
+   /refsect1
+  /refentry
+
+  refentry id=function.filepro-rowcount
+   refnamediv
+refnamefilepro_rowcount/refname
+refpurposeConta quante righe sono presenti in un database filePro/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typeint/typemethodnamefilepro_rowcount/methodname
+  void/
+ /methodsynopsis
+para
+ Restituisce il numero di righe presenti in un database filePro.
+/para
+note.sm.uidcheck;
+para
+ Vedede anche 

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

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 18:06:26 2002 EDT

  Modified files:  
/phpdoc/it  translation.xml 
  Log:
  removing filepro: Mariano Calandra
  
Index: phpdoc/it/translation.xml
diff -u phpdoc/it/translation.xml:1.39 phpdoc/it/translation.xml:1.40
--- phpdoc/it/translation.xml:1.39  Fri Mar 22 14:43:22 2002
+++ phpdoc/it/translation.xml   Fri Mar 22 18:06:26 2002
 -55,7 +55,6 
   file name=functions/session.xml   person=penzotype=offline 
revision=1.83 date=20/03/2002 /
   file name=functions/snmp.xml  person=darvin   type=offline 
revision=1.21 date=21/03/2002 /
   file name=functions/mcrypt.xmlperson=calandra type=offline 
revision=1.29 date=21/03/2002 /
-  file name=functions/filepro.xml   person=calandra type=offline 
revision=1.14 date=22/03/2002 /
  /work-in-progress
 
 /translation





[PHP-DOC] cvs: phpdoc /it/functions filepro.xml

2002-03-22 Thread Simone Cortesi

cortesi Fri Mar 22 18:13:55 2002 EDT

  Modified files:  
/phpdoc/it/functionsfilepro.xml 
  Log:
  typos
  
Index: phpdoc/it/functions/filepro.xml
diff -u phpdoc/it/functions/filepro.xml:1.6 phpdoc/it/functions/filepro.xml:1.7
--- phpdoc/it/functions/filepro.xml:1.6 Fri Mar 22 18:05:25 2002
+++ phpdoc/it/functions/filepro.xml Fri Mar 22 18:13:55 2002
 -49,7 +49,7 
   methodparamtypeint/typeparameterfield_number/parameter/methodparam
  /methodsynopsis
 para
- Restituisce il nome del campo riferito all' indice inserito come parametro 
+ Restituisce il nome del campo riferito all'indice inserito come parametro 
  parameterfield_number/parameter.
  /para
/refsect1
 -67,7 +67,7 
   methodparamtypeint/typeparameterfield_number/parameter/methodparam
  /methodsynopsis
 para
- Restituisce il tipo del campo riferito all' indice inserito come parametro 
parameterfield_number/parameter.
+ Restituisce il tipo del campo riferito all'indice inserito come parametro 
+parameterfield_number/parameter.
 /para
/refsect1
   /refentry
 -84,7 +84,7 
   methodparamtypeint/typeparameterfield_number/parameter/methodparam
  /methodsynopsis
 para
- Restituisce la lunghezza del campo riferito all' indice inserito come parametro 
parameterfield_number/parameter.
+ Restituisce la lunghezza del campo riferito all'indice inserito come parametro 
+parameterfield_number/parameter.
 /para
/refsect1
   /refentry





[PHP-DOC] cvs: phpdoc /scripts revcheck.php

2002-03-22 Thread Mark Kronsbein

mk  Fri Mar 22 18:30:34 2002 EDT

  Modified files:  
/phpdoc/scripts revcheck.php 
  Log:
  Added myself to the authors
  
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.17 phpdoc/scripts/revcheck.php:1.18
--- phpdoc/scripts/revcheck.php:1.17Thu Mar 21 07:11:04 2002
+++ phpdoc/scripts/revcheck.php Fri Mar 22 18:30:33 2002
@@ -16,6 +16,7 @@
 # +--+
 # | Authors:Thomas Schöfbeck [EMAIL PROTECTED]   |
 # | Gabor Hojtsy [EMAIL PROTECTED]  |
+# | Mark Kronsbein [EMAIL PROTECTED]  |
 # +--+
 */
 if ($argc  2 || $argc  3) {
@@ -44,8 +45,9 @@
   Read more about Revision comments and related
   funcionality in the PHP Documentation Howto.

-  Authors: Thomas Schöfbeck [EMAIL PROTECTED]   |
-   Gabor Hojtsy [EMAIL PROTECTED]  |
+  Authors: Thomas Schöfbeck [EMAIL PROTECTED]
+   Gabor Hojtsy [EMAIL PROTECTED]
+   Mark Kronsbein [EMAIL PROTECTED] 
 
 ?php
   exit;





[PHP-DOC] Zlib Page

2002-03-22 Thread Andrew Lindeman

On the main ZLib page in the manual, there is a note that says The Current 
CVS version 4.0.4-dev introduces...  this obviously isn't the correct CVS 
version.  Should I change it to something like As of 4.0.4, ?

--Andrew
-- 
30. Ooops.  Save your work, everyone.  FAST!

--Top 100 things you don't want the sysadmin to say



Re: [PHP-DOC] Zlib Page

2002-03-22 Thread Mark Kronsbein

 version.  Should I change it to something like As of 4.0.4, ?

Sounds better to me.

Mark

-- 
German Gabber Network  http://www.gabber.de
Infos und Tips zu PHP http://www.php-homepage.de




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

2002-03-22 Thread Andrew Lindeman

alindeman   Fri Mar 22 22:07:10 2002 EDT

  Modified files:  
/phpdoc/en/functionszlib.xml 
  Log:
  The Current CVS version is not 4.0.4-dev
  
  
Index: phpdoc/en/functions/zlib.xml
diff -u phpdoc/en/functions/zlib.xml:1.24 phpdoc/en/functions/zlib.xml:1.25
--- phpdoc/en/functions/zlib.xml:1.24   Wed Mar 13 17:35:05 2002
+++ phpdoc/en/functions/zlib.xmlFri Mar 22 22:07:10 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.24 $ --
+!-- $Revision: 1.25 $ --
  reference id=ref.zlib
   titleZlib Compression Functions/title
   titleabbrevZlib/titleabbrev
 -18,11 +18,11 
   /para
   note
para
-The current CVS version 4.0.4-dev introduces a fopen-wrapper
-for .gz-files, so that you can use a special 'zlib:' URL to
-access compressed files transparently using the normal 
-f*() file access functions if you prepend the filename or path
-with a 'zlib:' prefix when calling functionfopen/function.
+Version 4.0.4 introduces a fopen-wrapper for .gz-files, so that
+you can use a special 'zlib:' URL to access compressed files
+transparently using the normal f*() file access functions if you
+prepend the filename or path with a 'zlib:' prefix when calling
+functionfopen/function.
/para
para
 This feature requires a C runtime library that provides the





Re: [PHP-DOC] Zlib Page

2002-03-22 Thread Andrew Lindeman

Committed

On Friday 22 March 2002 05:48 pm, Mark Kronsbein wrote:
  version.  Should I change it to something like As of 4.0.4, ?

 Sounds better to me.

 Mark

-- 
Never make any mistaeks.
(Anonymous, in a mail discussion about to a kernel bug report.)



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

2002-03-22 Thread Georg Richter

georg   Sat Mar 23 02:19:38 2002 EDT

  Modified files:  
/phpdoc/en/functionsmysql.xml 
  Log:
  
  changed return value from mysql_get_server_info, typo fixed
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.93 phpdoc/en/functions/mysql.xml:1.94
--- phpdoc/en/functions/mysql.xml:1.93  Wed Mar 20 17:21:29 2002
+++ phpdoc/en/functions/mysql.xml   Sat Mar 23 02:19:38 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.93 $ --
+!-- $Revision: 1.94 $ --
  reference id=ref.mysql
   titleMySQL Functions/title
   titleabbrevMySQL/titleabbrev
 -2211,14 +2211,14 
refsect1
 titleDescription/title
  methodsynopsis
-  typeint/typemethodnamemysql_get_server_info/methodname
+  typestringtypemethodnamemysql_get_server_info/methodname
   methodparam 
choice=opttyperesource/typeparameterlink_identifier/parameter/methodparam
  /methodsynopsis
 para
  functionmysql_get_server_info/function returns the server
  version used by connection
  parameterlink_identifier/parameter.  If
- parameterlink_identifier/parameter is omited, the last opened
+ parameterlink_identifier/parameter is omitted, the last opened
  connection will be used.
 /para
 para





[PHP-DOC] cvs: phpdoc /de/functions mysql.xml

2002-03-22 Thread Georg Richter

georg   Sat Mar 23 02:22:19 2002 EDT

  Modified files:  
/phpdoc/de/functionsmysql.xml 
  Log:
  
  changed return value for mysql_get_server_info
  
  
Index: phpdoc/de/functions/mysql.xml
diff -u phpdoc/de/functions/mysql.xml:1.39 phpdoc/de/functions/mysql.xml:1.40
--- phpdoc/de/functions/mysql.xml:1.39  Wed Feb 13 17:17:29 2002
+++ phpdoc/de/functions/mysql.xml   Sat Mar 23 02:22:18 2002
 -2197,7 +2197,7 
refsect1
 titleBeschreibung/title
  methodsynopsis
-  typeint/typemethodnamemysql_get_server_info/methodname
+  typestring/typemethodnamemysql_get_server_info/methodname
   methodparam 
choice=opttyperesource/typeparameterVerbindungs-Kennung/parameter/methodparam
  /methodsynopsis
 para