[PHP-DOC] cvs: phpdoc /ro/functions oracle.xml

2002-03-27 Thread Adrian Ciutureanu

adu Wed Mar 27 03:32:07 2002 EDT

  Added files: 
/phpdoc/ro/functionsoracle.xml 
  Log:
  Oracle functions - Romanian version
  


Index: phpdoc/ro/functions/oracle.xml
+++ phpdoc/ro/functions/oracle.xml
?xml version=1.0 encoding=iso-8859-2?
!-- $Revision: 1.1 $ --
 reference id=ref.oracle
  titleOracle/title
  titleabbrevOracle/titleabbrev

  refentry id=function.ora-bind
   refnamediv
refnameOra_Bind/refname
refpurposeLeagã o variabilã PHP variable la un parametru Oracle/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typeint/typemethodnameora_bind/methodname
  methodparamtypeint/typeparametercursor/parameter/methodparam
  methodparamtypestring/typeparameterPHP variable 
name/parameter/methodparam
  methodparamtypestring/typeparameterSQL parameter 
name/parameter/methodparam
  methodparamtypeint/typeparameterlength/parameter/methodparam
  methodparam 
choice=opttypeint/typeparametertype/parameter/methodparam
 /methodsynopsis
para
 Returneazã true; dacã legarea s-a efectuat, altfel returneazã false;.
 Detalii despre eroare pot fi aflate folosind funcþiile
 functionora_error/function ºi
 functionora_errorcode/function.
/para
para
 Aceastã funcþie leagã o variabilã PHP cu un parametru SQL.
 Paratetrul SQL trebuie sã fie sub forma :name. 
 Prin folosirea parametrului opþional parametertype/parameter,
 puteþi defini dacã parametrul SQL este de tip intrare/ieºire (0, implicit),
 de tip intrare (1) sau de tip ieºire (2).
 Începând cu PHP 3.0.1, puteþi folosi constantele ORA_BIND_INOUT, ORA_BIND_IN 
 ºi ORA_BIND_OUT în loc de numere.
/para
para
 functionora_bind/function trebuie apelatã dupã functionora_parse
 /function ºi înainte de functionora_exec/function. Valorile
 de intrare pot fi date prin asignarea lor variabilei PHP legate,
 dupã apelarea functionora_exec/function variabilele PHP legate
 conþinând valorile de ieºire, dacã acestea existã.
 informalexample
  programlisting role=php
![CDATA[
ora_parse($curs, declare tmp INTEGER; begin tmp := :in; :out := tmp; :x := 7.77; 
end;);
ora_bind($curs, result, :x, $len, 2);
ora_bind($curs, input, :in, 5, 1);
ora_bind($curs, output, :out, 5, 2);
$input = 765;
ora_exec($curs);
echo Result: $resultBROut: $outputBRIn: $input;
]]
  /programlisting
 /informalexample
/para
   /refsect1
  /refentry

  refentry id=function.ora-close
   refnamediv
refnameOra_Close/refname
refpurposeÎnchide un cursor Oracle/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typeint/typemethodnameora_close/methodname
  methodparamtypeint/typeparametercursor/parameter/methodparam
 /methodsynopsis
para
 Returneazã true; dacã închiderea a reuºit, altfel returneazã false;.
 Detalii despre eroare pot fi aflate folosind funcþiile
 functionora_error/function ºi
 functionora_errorcode/function.
/para
para
 Aceastã funcþie închide un cursor de date deschis cu
 functionora_open/function.
/para
   /refsect1
  /refentry

  refentry id=function.ora-columnname
   refnamediv
refnameOra_ColumnName/refname
refpurposeÎntoarce numele unei coloane dintr-un rezultat Oracle/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typestring/typemethodnameOra_ColumnName/methodname
  methodparamtypeint/typeparametercursor/parameter/methodparam
  methodparamtypeint/typeparametercolumn/parameter/methodparam
 /methodsynopsis
para
 Returneazã numele coloanei/câmpului
 parametercolumn/parameter din cursorul
 parametercursor/parameter. 
 Valoarea returnatã este formatã din majuscule. Coloana 0 este prima coloanã.
/para
   /refsect1
  /refentry

  refentry id=function.ora-columnsize
   refnamediv
refnameOra_ColumnSize/refname
refpurposeReturneazã dimensiunea unei coloane dintr-un rezultat 
Oracle/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typeint/typemethodnameOra_ColumnSize/methodname
  methodparamtypeint/typeparametercursor/parameter/methodparam
  methodparamtypeint/typeparametercolumn/parameter/methodparam
 /methodsynopsis
para
 Returneazã dimensiunea coloanei
 parametercolumn/parameter din cursorul
 parametercursor/parameter. Coloana 0 este prima coloanã.
/para
   /refsect1
  /refentry

  refentry id=function.ora-columntype
   refnamediv
refnameOra_ColumnType/refname
refpurposeReturneazã tipul unei coloane dintr-un rezultat Oracle/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typestring/typemethodnameOra_ColumnType/methodname
  methodparamtypeint/typeparametercursor/parameter/methodparam
  

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

2002-03-27 Thread Gabor Hojtsy

 cortesi Mon Mar 25 19:26:27 2002 EDT
 
   Modified files:  
 /phpdoc/en/functions xmlrpc.xml 
   Log:
   WS commit

PLEASE do not commit WS fixes, just in case they are
really important. This makes translators life much
less happier, as they need to figure out which lines
changed with WS fixes. Please read the corresponfing
part in the howto.

Goba





Re: [PHP-DOC] Smarty docs

2002-03-27 Thread Gabor Hojtsy

 Soon Smarty (http://www.phpinsider.com/php/code/Smarty/) will be moving
 to smarty.php.net domain and I hope to set it up in the same way as PHP
 and PHP-GTK, that is, have a separate CVS module for documentation. We
 already have documentation in DocBook SGML format. If there is anyone on
 this list who wouldn't mind getting the docs to usual PHP specs (XML,
 build system, separate stylesheets for Web and simple HTML, etc), we
 would really appreciate the help. Please copy me on the replies, since I
 do not usually subscribe to this list.

As I said at the doc meeting, IMHO a phpdoc-build cvs repository
would be the best, with build scripts for all the cvs.php.net doc
projects, so we do not need to have 10 copies of the same build
system forked in various moments... That would make the updates,
and bugfixes extremely easy. And then there should not ne 10 people
working on 10 different build systems, but a few working on one.
The others can then work on documentation ;)

Goba





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

2002-03-27 Thread Friedhelm Betz


Hi,

Wednesday, March 27, 2002, 9:19:11 AM, you wrote:

 row
  entry$a == $b/entry
  entryGleich/entry
 -entryGibt wahr zurück, wenn von $a gleich $b ist./entry
 +entryGibt wahr zurück, wenn $a gleich $b ist./entry

Maybe it would be better to use the original and php-stylish boolean
TRUE instead of the german wahr? just a thought 


 Friedhelm   




[PHP-DOC] Bug #16306: chm file problem

2002-03-27 Thread ifd2000

From: [EMAIL PROTECTED]
Operating system: Win2000
PHP version:  4.1.2
PHP Bug Type: Documentation problem
Bug description:  chm file problem

Hello guys,
I've just being got your manual in M$-chm format. When I've opened it I've
had a MessageBox with this phrase Cannot open the file
mk@MSITStore:D:\Docs\PHP\php_manual_en.chm.
All other chm files opens as usual.
 Aleksey Shtykov
-- 
Edit bug report at http://bugs.php.net/?id=16306edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=16306r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=16306r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=16306r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16306r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16306r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16306r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16306r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16306r=submittedtwice




[PHP-DOC] Bug #16306 Updated: chm file problem

2002-03-27 Thread cortesi

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

Thanks for reporting this to us,
we found out that there is a critical problem in the downloadable
manual. We will shortly upload a new working version.

Try downloading it again in a couple of days.

thanks,
Simone [one [EMAIL PROTECTED]]


Previous Comments:


[2002-03-27 05:05:54] [EMAIL PROTECTED]

Hello guys,
I've just being got your manual in M$-chm format. When I've opened it
I've had a MessageBox with this phrase Cannot open the file
mk@MSITStore:D:\Docs\PHP\php_manual_en.chm.
All other chm files opens as usual.
 Aleksey Shtykov




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




Re: [PHP-DOC] Bug #16306 Updated: chm file problem

2002-03-27 Thread derick

Hello,

FYI, I'm uploading it right now. It should be alright in 20-30 mins.

Derick

On 27 Mar 2002 [EMAIL PROTECTED] wrote:

  ID:   16306
  Updated by:   [EMAIL PROTECTED]
  Reported By:  [EMAIL PROTECTED]
 -Status:   Open
 +Status:   Closed
  Bug Type: Documentation problem
  Operating System: Win2000
  PHP Version:  4.1.2
  New Comment:
 
 Thanks for reporting this to us,
 we found out that there is a critical problem in the downloadable
 manual. We will shortly upload a new working version.
 
 Try downloading it again in a couple of days.
 
 thanks,
 Simone [one [EMAIL PROTECTED]]
 
 
 Previous Comments:
 
 
 [2002-03-27 05:05:54] [EMAIL PROTECTED]
 
 Hello guys,
 I've just being got your manual in M$-chm format. When I've opened it
 I've had a MessageBox with this phrase Cannot open the file
 mk@MSITStore:D:\Docs\PHP\php_manual_en.chm.
 All other chm files opens as usual.
  Aleksey Shtykov
 
 
 
 
 -- 
 Edit this bug report at http://bugs.php.net/?id=16306edit=1
 

---
  PHP: Scripting the Web - [EMAIL PROTECTED]
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---




[PHP-DOC] cvs: phpdoc /it bookinfo.xml make_chm_index_it.html

2002-03-27 Thread Simone Cortesi

cortesi Wed Mar 27 05:46:00 2002 EDT

  Modified files:  
/phpdoc/it  bookinfo.xml make_chm_index_it.html 
  Log:
  forgot to add Gabriele Scaroni
  
Index: phpdoc/it/bookinfo.xml
diff -u phpdoc/it/bookinfo.xml:1.28 phpdoc/it/bookinfo.xml:1.29
--- phpdoc/it/bookinfo.xml:1.28 Tue Mar 26 09:23:40 2002
+++ phpdoc/it/bookinfo.xml  Wed Mar 27 05:45:59 2002
 -83,6 +83,9 
 collabnameMarco Spisto/collabname
/collab
collab
+collabnameGabriele Scaroni/collabname
+   /collab
+   collab
 collabnameMariano Calandra/collabname
/collab
collab
Index: phpdoc/it/make_chm_index_it.html
diff -u phpdoc/it/make_chm_index_it.html:1.6 phpdoc/it/make_chm_index_it.html:1.7
--- phpdoc/it/make_chm_index_it.html:1.6Tue Mar 26 09:23:41 2002
+++ phpdoc/it/make_chm_index_it.htmlWed Mar 27 05:46:00 2002
 -29,8 +29,8 
 H3 CLASS=editorLuca Perugini/H3
 H4 CLASS=EDITEDBYTradotto con la collaborazione di:/H4
 DIV CLASS=authorMarco Cucinato, Massimo Colombo, Marco De Nittis, Darvin 
Andrioli, 
-Fabio Gandola, Sergio Marchesini, Alan D'Angelo, Giacomo Tesio, Marco Spisto, Mariano 
Calandra,
-Rocco Curcio/DIV
+Fabio Gandola, Sergio Marchesini, Alan D'Angelo, Giacomo Tesio, Marco Spisto, 
+Gabriele Scaroni,
+Mariano Calandra, Rocco Curcio/DIV
 /TD/TR/TABLE
 
 





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

2002-03-27 Thread matty rozen

matroz  Wed Mar 27 05:59:18 2002 EDT

  Modified files:  
/phpdoc/he/functionscurl.xml 
  Log:
  fixed string errors
  
Index: phpdoc/he/functions/curl.xml
diff -u phpdoc/he/functions/curl.xml:1.4 phpdoc/he/functions/curl.xml:1.5
--- phpdoc/he/functions/curl.xml:1.4Tue Mar 26 03:11:04 2002
+++ phpdoc/he/functions/curl.xmlWed Mar 27 05:59:18 2002
 -319,14 +319,14 
   /listitem
   listitem
simpara
-parameterCURLOPT_USERPWD/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_USERPWD/parameter: äòáø òøê îñåâ îçøåæú
 áôåøîè [username]:[password] , ëãé ù PHP úùúîù
 áå òáåø ääúçáøåú.
/simpara
   /listitem
   listitem
simpara
-parameterCURLOPT_PROXYUSERPWD/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_PROXYUSERPWD/parameter: äòáø òøê îñåâ îçøåæú
 áôåøîè [username]:[password] , ìäúçáøåú ì HTTP proxy.
/simpara
   /listitem
 -340,25 +340,25 
   /listitem
   listitem
simpara
-parameterCURLOPT_POSTFIELDS/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_POSTFIELDS/parameter: äòáø òøê îñåâ îçøåæú
 äîëéì àú îìåà äîéãò ùéù ìùìåç áôòåìú HTTP POST .
/simpara
   /listitem
   listitem
simpara
-parameterCURLOPT_REFERER/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_REFERER/parameter: äòáø òøê îñåâ îçøåæú
 äîëéì àú ä referer header ìùéîåù á HTTP request.
/simpara
   /listitem
   listitem
simpara
-parameterCURLOPT_USERAGENT/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_USERAGENT/parameter: äòáø òøê îñåâ îçøåæú
 äîëéì àú ä user-agent header ìùéîåù á HTTP request.
/simpara
   /listitem
   listitem
simpara
-parameterCURLOPT_FTPPORT/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_FTPPORT/parameter: äòáø òøê îñåâ îçøåæú
 äîöééï ëéöã éù ìäùéâ àú ëúåáú ä IP ùúùîù àú ä ftp òáåø POST.
ääåøàä POST îöééðú ìùøú äîøåç÷ ìäúçáø ìëúåáú ä IP äîöåéðú.
äòøê éëåì ìäéåú ëúåáú IP øâéìä, ùí îçùá îàøç, a network
 -368,25 +368,25 
   /listitem
   listitem
simpara
-parameterCURLOPT_COOKIE/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_COOKIE/parameter: äòáø òøê îñåâ îçøåæú
 äîëéì àú úåëï ä cookie ùúùìç á HTTP header.
/simpara
   /listitem
   listitem
simpara
-parameterCURLOPT_SSLCERT/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_SSLCERT/parameter: äòáø òøê îñåâ îçøåæú
 äîëéì àú ùí ÷åáõ ä PEM formatted certificate.
/simpara
   /listitem
   listitem
simpara
-parameterCURLOPT_SSLCERTPASSWD/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_SSLCERTPASSWD/parameter: äòáø òøê îñåâ îçøåæú
 äîëéì àú äñéñîä äðãøùú ëãé ìäùúîù á CURLOPT_SSLCERT certificate.
/simpara
   /listitem
   listitem
simpara
-parameterCURLOPT_COOKIEFILE/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_COOKIEFILE/parameter: äòáø òøê îñåâ îçøåæú
 äîëéì àú ùí ä÷åáõ äîëéì àú úåëï ä cookie.
 ÷åáõ ä cookie éëåì ìäéåú áôåøîè Netscapeú àå á HTTP-style headers
øâéìéí ùðùîøå á÷åáõ.
 -394,7 +394,7 
   /listitem
   listitem
para
-parameterCURLOPT_CUSTOMREQUEST/parameter: äòáø òøê îñåâ string
+parameterCURLOPT_CUSTOMREQUEST/parameter: äòáø òøê îñåâ îçøåæú
 ìùéîåù áî÷åí literalGET/literal àå
 literalHEAD/literal ëàùø îáöòéí ôòåìú HTTP request.
àôùøåú æå ùéîåùéú ëàùø îáöòéí literalDELETE/literal àå ëì ôòåìä 
àçøú
 -535,7 +535,7 
   void/
  /methodsynopsis
 para
- äôåð÷öéä functioncurl_version/function îçæéøä òøê îñåâ string
+ äôåð÷öéä functioncurl_version/function îçæéøä òøê îñåâ îçøåæú
  äîëéì àú âéøñú CURL äðåëçéú.
 /para
/refsect1
 -581,7 +581,7 
refnamediv
 refnamecurl_getinfo/refname
 refpurpose
-äáà àú äîéãò òì äòáøä îñåéîú
+îáéàä àú äîéãò òì äòáøä îñåéîú
 /refpurpose
/refnamediv
refsect1





[PHP-DOC] cvs: phpdoc /ro/chapters intro.xml

2002-03-27 Thread Paul Dorneanu

spooky  Wed Mar 27 06:29:29 2002 EDT

  Added files: 
/phpdoc/ro/chapters intro.xml 
  Log:
  first romanian translation of Introduciton
  


Index: phpdoc/ro/chapters/intro.xml
+++ phpdoc/ro/chapters/intro.xml
?xml version=1.0 encoding=iso-8859-2?
!-- EN-Revision: 1.29 Maintainer: spooky Status: ready --
 chapter id=introduction
  titleIntroducere/title

  sect1 id=intro-whatis
   titleCe este PHP?/title
   para
acronymPHP/acronym (acronim recursiv petnru PHP: Hypertext
Preprocessor) este un limbaj de scripting utilizat pe scarã largã,
realizat ºi distribuit în sistem Open Source, ce se potriveste producþiei 
Web ºi poate fi încapsulat în HTML.
   /para
   para
Un rãspuns simplu, dar totuºi ce înseamnã aceasta? Un exemplu:
   /para
   para
example
 titleUn exemplu introductiv/title
 programlisting role=php
![CDATA[
html
head
titleExemplu/title
/head
body

?php 
echo Salut, sunt un script PHP!; 
?

/body
/html
]]
 /programlisting
/example
   /para
   para
Observã cum acest exemplu diferã faþã de un script scris în alte limbaje cum 
ar fi Perl sau C -- în loc de a scrie un program cu o mulþime de comenzi 
pentru a produce un HTML, scrii un script HTML ce include cod pentru a 
realiza ceva (în acest caz, a afiºa un text). Codul PHP este delimitat de 
link linkend=language.basic-syntax.phpmodecoduri de start ºi de sfârºit 
/link ce îþi permit sã intri ºi sa iesi din modul PHP.
   /para
   para
Diferenþa dintre PHP ºi altceva cum ar fi JavaScript este acela cã PHP este 
executat pe server pe când JavaScript este executat pe calculatorului 
clientului (de navigatorul de Internet). Dacã ar fi sã ai un script similar 
cu cel de mai sus pe serverul tãu, clientul ar primi doar rezultatele 
scriptului ce este rulat, fãrã a vedea în nici un fel codul din spatele 
acestuia. Îþi poþi chiar configura serverul de web ca acesta sã îti 
proceseze toate fisierele HTML cu PHP ºi astfel nu exitã nici o metodã ca un 
utilizator sã stie defapt ce existã în fiºierele tale.
   /para
   para
Cele mai bune lucruri în folosirea PHP-ului sunt cã este foarte simplu 
pentru un începãtor, dar oferã o mulþime de facilitãþi avansate pentru un 
programator prefesional. Sã nu-þi fie fricã sã citeºti lista lungã de 
funcþii PHP. Poþi sã intri in acþiune, într-un timp scurt, ºi sã începi sã 
scrii scripturi simple în câteva ore.
   /para
   para
Deºi dezvoltarea PHP-ului este axatã pe partea de scripting ce ruleazã pe 
server, poþi sã faci mult mai multe cu el. Citeºte ºi vezi ce poþi face mai 
multe în secþiunea link linkend=intro-whatcandoCe poate face 
PHP?/link.
   /para
  /sect1

  sect1 id=intro-whatcando
   titleCe poate face PHP?/title
   para
Orice. PHP este în principal axat pe partea de scripting ce ruleazã pe 
server, deci poþi face orice fac ºi un program CGI, cum ar fi colectarea de 
date de la formulare, generarea de conþinut dinamic sau trimitere ºi primire 
de cookie-uri. Dar PHP poate face mult mai multe.
   /para
   para
Existã trei domenii principale unde sunt folosite scripturile PHP.
itemizedlist
 listitem
  simpara
   Scripturi ce ruleaza pe server. Acesta este cel mai tradiþional ºi cel 
mai important pentru PHP. Ai nevoie de trei lucrui pentru a face sa 
meargã. Interpretorul PHP (CGI sau modul de server), un server de web ºi 
un navigator de web. E nevoie ca serverul de web sã fie pornit, cu o 
conexiune PHP instalatã. Poþi accesa rezultatul programelor PHP cu un 
navigator print intermediul serverului de web. Vezi secþiunea link 
linkend=installationinstrucþiuni de instalare/link pentru mai multe 
detalii.
  /simpara
 /listitem
 listitem
  simpara
   Scripting la linia de comandã. Poþi face ca PHP sã ruleze fãrã a fi 
nevoie de server ºi de browser, ci doar de interpretorul PHP. Aceastã 
metodã este idealã pentru scripturile ce se vor a fi executate regula 
folosinf cron (task scheduler în Windows), sau sarcini simple de 
procesare a textelor. Vezi secþiunea despre link 
linkend=commandlineFolosirea PHP-ului în linie comandã/link pentru 
mai multe informaþii.
  /simpara
 /listitem
 listitem
  simpara
   Scrierea de aplicaþii ce ruleazã de partea clientului în mod grafic 
(GUI). Probabil cã PHP nu este limbajul cel mai bun de a scrie aplicaþii 
cu ferestre pentru Windows sau alte sisteme de operare, dar dacã cunoºti 
PHP foarte bine ºi vrei vrei sã foloseºti niºte facilitãþi avansate a 
PHP-ului în aplicaþiile tale ce ruleaza de partea clientului poþi totuºi 
folosi PHP-GTK pentru a scrie astfel de programe. Deasemenea ai 
posibilitatea de a scrie aplicaþii ce ruleaza pe platforme diferite 
folosind aceastã metoda. PHP-GTK este o extensie a PHP-ului, 
nedisponibila în distribuþia principalã de PHP. Dacã eºti interesat de 
PHP-GTK viziteazã ulink url=url.php.gtk;propiul lui site./ulink.
  /simpara
 /listitem

[PHP-DOC] cvs: phpdoc /ro/functions oracle.xml

2002-03-27 Thread Adrian Jurjica

adiju   Wed Mar 27 07:01:18 2002 EDT

  Modified files:  
/phpdoc/ro/functionsoracle.xml 
  Log:
  made a little correction to Ora_Bind function refpurpose
  
Index: phpdoc/ro/functions/oracle.xml
diff -u phpdoc/ro/functions/oracle.xml:1.1 phpdoc/ro/functions/oracle.xml:1.2
--- phpdoc/ro/functions/oracle.xml:1.1  Wed Mar 27 03:32:06 2002
+++ phpdoc/ro/functions/oracle.xml  Wed Mar 27 07:01:18 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
  reference id=ref.oracle
   titleOracle/title
   titleabbrevOracle/titleabbrev
 -7,7 +7,7 
   refentry id=function.ora-bind
refnamediv
 refnameOra_Bind/refname
-refpurposeLeagã o variabilã PHP variable la un parametru Oracle/refpurpose
+refpurposeLeagã o variabilã PHP la un parametru Oracle/refpurpose
/refnamediv
refsect1
 titleDescriere/title





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

2002-03-27 Thread Hakan Kuecuekyilmaz

hakan   Wed Mar 27 07:06:16 2002 EDT

  Modified files:  
/phpdoc/de/language operators.xml 
  Log:
  replaced wahr with TRUE and falsch with FALSE
  thanks to Friedhelm Betz
  
  
Index: phpdoc/de/language/operators.xml
diff -u phpdoc/de/language/operators.xml:1.11 phpdoc/de/language/operators.xml:1.12
--- phpdoc/de/language/operators.xml:1.11   Wed Mar 27 03:20:41 2002
+++ phpdoc/de/language/operators.xmlWed Mar 27 07:06:09 2002
 -190,38 +190,38 
row
 entry$a == $b/entry
 entryGleich/entry
-entryGibt wahr zurück, wenn $a gleich $b ist./entry
+entryGibt TRUE zurück, wenn $a gleich $b ist./entry
/row
row
 entry$a === $b/entry
 entryIdentisch/entry
-entryGibt wahr zurück wenn $a gleich $b ist und beide
+entryGibt TRUE zurück wenn $a gleich $b ist und beide
   vom gleichen Typ sind(funktioniert nur in PHP4)/entry
/row
row
 entry$a != $b/entry
 entryUngleich/entry
-entryGibt wahr zurück, wenn $a nicht gleich $b ist./entry
+entryGibt TRUE zurück, wenn $a nicht gleich $b ist./entry
/row
row
 entry$a lt; $b/entry
 entryKleiner Als/entry
-entryGibt wahr zurück, wenn $a kleiner als $b ist./entry
+entryGibt TRUE zurück, wenn $a kleiner als $b ist./entry
/row
row
 entry$a gt; $b/entry
 entryGrößer Als/entry
-entryGibt wahr zurück, wenn $a größer als $b ist./entry
+entryGibt TRUE zurück, wenn $a größer als $b ist./entry
/row
row
 entry$a lt;= $b/entry
 entryKleiner Gleich /entry
-entryGibt wahr zurück, wenn $a kleiner oder gleich $b ist./entry
+entryGibt TRUE zurück, wenn $a kleiner oder gleich $b ist./entry
/row
row
 entry$a gt;= $b/entry
 entryGrößer Gleich/entry
-entryGibt wahr zurück, wenn $a größer oder gleich $b ist./entry
+entryGibt TRUE zurück, wenn $a größer oder gleich $b ist./entry
/row
   /tbody
  /tgroup
 -239,9 +239,9 
 
Dieser Ausdruch gibt
replaceableausdr2/replaceable zurück, wenn
-   replaceableausdr1/replaceable wahr zurückgibt, und
+   replaceableausdr1/replaceable TRUE zurückgibt, und
replaceableausdr3/replaceable, wenn
-   replaceableausdr1/replaceable falsch zurückgibt.
+   replaceableausdr1/replaceable FALSE zurückgibt.
/para
   /sect1
 
 -409,32 +409,32 
row
 entry$a and $b/entry
 entryUnd/entry
-entryWahr wenn sowohl $a als auch $b wahr ist./entry
+entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
/row
row
 entry$a or $b/entry
 entryOder/entry
-entryWahr wenn $a oder $b wahr ist./entry
+entryTRUE wenn $a oder $b TRUE ist./entry
/row
row
 entry$a xor $b/entry
 entryEntweder Oder/entry
-entryWahr wenn entweder $a oder $b wahr ist, aber nicht beide./entry
+entryTRUE wenn entweder $a oder $b TRUE ist, aber nicht beide./entry
/row
row
 entry! $a/entry
 entryNicht/entry
-entryWahr wenn $a nicht wahr ist./entry
+entryTRUE wenn $a nicht TRUE ist./entry
/row
row
 entry$a amp;amp; $b/entry
 entryUnd/entry
-entryWahr wenn sowohl $a als auch $b wahr ist./entry
+entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
/row
row
 entry$a || $b/entry
 entryOder/entry
-entryWahr wenn $a oder $b wahr ist./entry
+entryTRUE wenn $a oder $b TRUE ist./entry
/row
   /tbody
  /tgroup





[PHP-DOC] cvs: phpdoc /ro Translators

2002-03-27 Thread Adrian Ciutureanu

adu Wed Mar 27 07:17:59 2002 EDT

  Modified files:  
/phpdoc/ro  Translators 
  Log:
  Added adu to functions/oci8.xml
  
Index: phpdoc/ro/Translators
diff -u phpdoc/ro/Translators:1.10 phpdoc/ro/Translators:1.11
--- phpdoc/ro/Translators:1.10  Tue Mar 26 06:41:46 2002
+++ phpdoc/ro/Translators   Wed Mar 27 07:17:59 2002
 -119,7 +119,7 
 functions/ncurses.xml  ***
 functions/network.xml  Cristian Câmpean
 functions/nis.xml  ***
-functions/oci8.xml ***
+functions/oci8.xml Adrian Ciutureanu
 functions/openssl.xml  ***
 functions/oracle.xml   Adrian Ciutureanu
 functions/outcontrol.xml   ***





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

2002-03-27 Thread Adrian Ciutureanu

adu Wed Mar 27 07:22:15 2002 EDT

  Modified files:  
/phpdoc/ro  translation.xml 
  Log:
  Added adu to translators
  
Index: phpdoc/ro/translation.xml
diff -u phpdoc/ro/translation.xml:1.4 phpdoc/ro/translation.xml:1.5
--- phpdoc/ro/translation.xml:1.4   Tue Mar 26 09:23:30 2002
+++ phpdoc/ro/translation.xml   Wed Mar 27 07:22:15 2002
@@ -10,6 +10,7 @@
  translators
   person name=Adrian Jurjica  email=[EMAIL PROTECTED]  
nick=adiju   cvs=yes /
   person name=Adrian Spinei   email=[EMAIL PROTECTED] 
nick=aspinei cvs=yes /
+  person name=Adrian Ciutureanu   email=[EMAIL PROTECTED]
+nick=adu   cvs=yes /
  /translators
  
  work-in-progress
@@ -18,6 +19,7 @@
   file name=functions/string.xml  person=adiju 
type=offline /
   file name=functions/domxml.xml  person=aspinei   
type=offline /
   file name=functions/xmlrpc.xml  person=aspinei   
type=offline /
+  file name=functions/oci8.xmlperson=adu   
+type=translation date=2002-03-27 /
  /work-in-progress
 
 /translation





[PHP-DOC] cvs: phpdoc /ro/functions apache.xml

2002-03-27 Thread Adrian Jurjica

adiju   Wed Mar 27 07:42:10 2002 EDT

  Added files: 
/phpdoc/ro/functionsapache.xml 
  Log:
  First romanian version of apache.xml. Translated by Adrian Jurjica. 
  


Index: phpdoc/ro/functions/apache.xml
+++ phpdoc/ro/functions/apache.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
 reference id=ref.apache
  titleFuncþii specifice Apache/title
  titleabbrevApache/titleabbrev

  refentry id=function.apache-lookup-uri
   refnamediv
refnameapache_lookup_uri/refname
refpurposeTrimite o cerere parþialã pentru URI-ul specificat ºi returneazã toate 
informaþiile despre el
/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typeobject/typemethodnameapache_lookup_uri/methodname
  methodparamtypestring/typeparameterfilename/parameter/methodparam
 /methodsynopsis
para
Aceastã funcþie trimite o cerere parþialã pentru un URI.  Ruleazã doar atât 
cât este necesar pentru a obþine toate informaþiile importante despre resursa datã ºi 
returneazã aceste informaþii într-o clasã. Proprietãþile clasei returnate sunt:
 simplelist
  memberstatus/member
  memberthe_request/member
  memberstatus_line/member
  membermethod/member
  membercontent_type/member
  memberhandler/member
  memberuri/member
  memberfilename/member
  memberpath_info/member
  memberargs/member
  memberboundary/member
  memberno_cache/member
  memberno_local_copy/member
  memberallowed/member
  membersend_bodyct/member
  memberbytes_sent/member
  memberbyterange/member
  memberclength/member
  memberunparsed_uri/member
  membermtime/member
  memberrequest_time/member
 /simplelist
/para
note
 simpara
  functionapache_lookup_uri/function funcþioneazã numai când PHP este instalat 
ca modul Apache.
 /simpara
/note
   /refsect1
  /refentry
  
  refentry id=function.apache-note
   refnamediv
refnameapache_note/refname
refpurposeCiteºte ºi seteazã notificãri despre cereri Apache/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typestring/typemethodnameapache_note/methodname
  methodparamtypestring/typeparameternote_name/parameter/methodparam
  methodparam choice=opttypestring/typeparameter
note_value
   /parameter/methodparam
 /methodsynopsis
para
 functionapache_note/function este o funcþie specificã Apache care citeºte ºi 
seteazã valori în tabela literalnotes/literal. Dacã este apelatã cu un argument 
returneazã valoarea curentã a literalnote_name/literal. Dacã este apelatã cu douã 
argumente seteazã valoarea notificãrii literalnote_name/literal la 
literalnote_value/literal ºi returneazã valoarea precedentã a notificãrii 
literalnote_name/literal.
/para
   /refsect1
  /refentry

  refentry id=function.ascii2ebcdic
   refnamediv
refnameascii2ebcdic/refname
refpurposeTraduce un ºir din ASCII în EBCDIC/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typeint/typemethodnameascii2ebcdic/methodname
  methodparamtypestring/typeparameterascii_str/parameter/methodparam
 /methodsynopsis
para
 functionascii2ebcdic/function este o funcþie specificã Apache care este 
disponibilã doar pe sistemele de operare bazate pe EBCDIC (OS/390, BS2000). Traduce 
ºirul ASCII parameterascii_str/parameter în reprezentarea echivalentã EBCDIC 
(binar sigurã), ºi returneazã rezultatul.
/para
para
 Vezi, de asemenea, funcþia inversã functionebcdic2ascii/function 
/para
   /refsect1
  /refentry

  refentry id=function.ebcdic2ascii
   refnamediv
refnameebcdic2ascii/refname
refpurposeTraduce ºiruri din EBCDIC în ASCII/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typeint/typemethodnameebcdic2ascii/methodname
  methodparamtypestring/typeparameterebcdic_str/parameter/methodparam
 /methodsynopsis
para
 functionebcdic2ascii/function este o funcþie specificã Apache care este 
disponibilã doar pe sistemele de operare bazate pe EBCDIC (OS/390, BS2000). Traduce un 
ºirul EBCDIC parameterebcdic_str/parameter în reprezentarea sa echivalentã ASCII 
(binar sigurã), ºi returneazã rezultatul.
/para
para
 Vezi, de asemenea, funcþia inversã functionascii2ebcdic/function 
/para
   /refsect1
  /refentry

  refentry id=function.getallheaders
   refnamediv
refnamegetallheaders/refname
refpurposePrelucreazã toate header-ele cererii HTTP/refpurpose
   /refnamediv
   refsect1
titleDescriere/title
 methodsynopsis
  typearray/typemethodnamegetallheaders/methodname
  void/
 /methodsynopsis
para
 Aceastã funcþie returneazã un tablou asociativ care conþine toate header-ele 
cererii HTTP curente.
/para
para
 note
  para
   De asemenea, se pot recupera toate valorile variabilelor 

[PHP-DOC] cvs: phpdoc /ro INFO_FOR_TRANSLATORS

2002-03-27 Thread Adrian Jurjica

adiju   Wed Mar 27 07:44:06 2002 EDT

  Modified files:  
/phpdoc/ro  INFO_FOR_TRANSLATORS 
  Log:
  no message
  
Index: phpdoc/ro/INFO_FOR_TRANSLATORS
diff -u phpdoc/ro/INFO_FOR_TRANSLATORS:1.8 phpdoc/ro/INFO_FOR_TRANSLATORS:1.9
--- phpdoc/ro/INFO_FOR_TRANSLATORS:1.8  Tue Mar 26 06:41:46 2002
+++ phpdoc/ro/INFO_FOR_TRANSLATORS  Wed Mar 27 07:44:06 2002
 -13,6 +13,7 
 ./functions/mail.xml adiju Done
 ./preface.xml adiju Done
 ./function/datetime.xml adiju 100%
+./functions/apache.xml adiju 100%
 ../../ZendAPI/ro/manual.xml dorel nastasa 100%
 ../../ZendAPI/ro/Extending_Zend.xml dorel nastasa 100%
 ../../ZendAPI/ro/Extending_Zend_Introduction.xml dorel nastasa 100%





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

2002-03-27 Thread Adrian Jurjica

adiju   Wed Mar 27 07:45:28 2002 EDT

  Modified files:  
/phpdoc/ro  translation.xml 
  Log:
  no message
  
Index: phpdoc/ro/translation.xml
diff -u phpdoc/ro/translation.xml:1.5 phpdoc/ro/translation.xml:1.6
--- phpdoc/ro/translation.xml:1.5   Wed Mar 27 07:22:15 2002
+++ phpdoc/ro/translation.xml   Wed Mar 27 07:45:28 2002
 -14,7 +14,6 
  /translators
  
  work-in-progress
-  file name=functions/apache.xml  person=adiju 
type=offline /
   file name=functions/array.xml   person=adiju 
type=offline /
   file name=functions/string.xml  person=adiju 
type=offline /
   file name=functions/domxml.xml  person=aspinei   
type=offline /





[PHP-DOC] cvs: phpdoc /ro Translators

2002-03-27 Thread Adrian Ciutureanu

adu Wed Mar 27 07:48:56 2002 EDT

  Modified files:  
/phpdoc/ro  Translators 
  Log:
  Added Tutu Valentin for functions/pgsql.xml
  
Index: phpdoc/ro/Translators
diff -u phpdoc/ro/Translators:1.11 phpdoc/ro/Translators:1.12
--- phpdoc/ro/Translators:1.11  Wed Mar 27 07:17:59 2002
+++ phpdoc/ro/Translators   Wed Mar 27 07:48:56 2002
 -128,7 +128,7 
 functions/pcre.xml ***
 functions/pdf.xml  ***
 functions/pfpro.xml***
-functions/pgsql.xml***
+functions/pgsql.xmlTutu Valentin
 functions/posix.xml***
 functions/printer.xml  ***
 functions/pspell.xml   ***





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

2002-03-27 Thread Adrian Jurjica

adiju   Wed Mar 27 07:49:57 2002 EDT

  Modified files:  
/phpdoc/ro  translation.xml 
  Log:
  no message
  
Index: phpdoc/ro/translation.xml
diff -u phpdoc/ro/translation.xml:1.6 phpdoc/ro/translation.xml:1.7
--- phpdoc/ro/translation.xml:1.6   Wed Mar 27 07:45:28 2002
+++ phpdoc/ro/translation.xml   Wed Mar 27 07:49:57 2002
@@ -10,12 +10,12 @@
  translators
   person name=Adrian Jurjica  email=[EMAIL PROTECTED]  
nick=adiju   cvs=yes /
   person name=Adrian Spinei   email=[EMAIL PROTECTED] 
nick=aspinei cvs=yes /
-  person name=Adrian Ciutureanu   email=[EMAIL PROTECTED]
nick=adu   cvs=yes /
+  person name=Adrian Ciutureanu   email=[EMAIL PROTECTED]
+nick=adu cvs=yes /
  /translators
  
  work-in-progress
-  file name=functions/array.xml   person=adiju 
type=offline /
-  file name=functions/string.xml  person=adiju 
type=offline /
+  file name=functions/array.xml   person=adiju 
+type=translation date=2002-02-24 /
+  file name=functions/string.xml  person=adiju 
+type=translation date=2002-03-15 /
   file name=functions/domxml.xml  person=aspinei   
type=offline /
   file name=functions/xmlrpc.xml  person=aspinei   
type=offline /
   file name=functions/oci8.xmlperson=adu   
type=translation date=2002-03-27 /





[PHP-DOC] Bug #16294 Updated: Pages loading slowly

2002-03-27 Thread cortesi

 ID:   16294
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: Windows 98
 PHP Version:  4.1.2
 New Comment:

First I downloaded the italian CHM manual and it is slow as our user
reports, same for the english one on my machine (Windows98 SE).

Then I compiled myself the CHM and it does not show any problem in
speed. It is fast as usual PHP CHM are.


Previous Comments:


[2002-03-26 17:16:11] [EMAIL PROTECTED]

here's some more specif info:
The CHM file was compiled on: Sun Mar 24 02:00:26 2002

and it is the old (regular) CHM manual, not the one which you are
working on now (which is currently on the 4th edition).



[2002-03-26 17:09:41] [EMAIL PROTECTED]

hello,
I have recently downloaded the CHM help manual in english (from the
documantation page).
The file was compiled on 25th of March 2002.

When i swtich to any page, it takes about 30 seconds to load that
page.
I ran the manual on a Pentium 200 with 32MB of ram that has IE 6.0
installed.
This didnt happen with older versions of the manual(which i downloaded
about 3 months ago.)




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




[PHP-DOC] Bug #16307: is_null function, paragraph see also incomplete

2002-03-27 Thread darvin . andrioli

From: [EMAIL PROTECTED]
Operating system: all
PHP version:  4.1.2
PHP Bug Type: Documentation problem
Bug description:  is_null function, paragraph see also incomplete

File: var.xml (en version 1.98), function: is_null

The see also paragraph shows

  para
 See also functionis_bool/function,
 functionis_numeric/function,
 functionis_float/function,
 functionis_int/function,
 functionis_string/function,
 functionis_object/function,
 functionis_array/function, and
   /para

... and what?
Did you forget another reference?

Regards
Darvin Andrioli
-- 
Edit bug report at http://bugs.php.net/?id=16307edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=16307r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=16307r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=16307r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16307r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16307r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16307r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16307r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16307r=submittedtwice




[PHP-DOC] Bug #16307 Updated: is_null function, paragraph see also incomplete

2002-03-27 Thread cortesi

 ID:   16307
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: all
 PHP Version:  4.1.2
 New Comment:

That should be two missing functions: functionis_integer/function
and functionis_real/function.


Previous Comments:


[2002-03-27 08:06:36] [EMAIL PROTECTED]

File: var.xml (en version 1.98), function: is_null

The see also paragraph shows

  para
 See also functionis_bool/function,
 functionis_numeric/function,
 functionis_float/function,
 functionis_int/function,
 functionis_string/function,
 functionis_object/function,
 functionis_array/function, and
   /para

... and what?
Did you forget another reference?

Regards
Darvin Andrioli




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




[PHP-DOC] cvs: phpdoc /nl make_chm_index_nl.html

2002-03-27 Thread Derick Rethans

derick  Wed Mar 27 08:20:57 2002 EDT

  Added files: 
/phpdoc/nl  make_chm_index_nl.html 
  Log:
  - Add CHM index
  
  

Index: phpdoc/nl/make_chm_index_nl.html
+++ phpdoc/nl/make_chm_index_nl.html
HTML
HEAD
  TITLEPHP Manual/TITLE
  META NAME=HTTP_EQUIV CONTENT=text/html; charset=ISO-8859-1
  LINK REL=STYLESHEET HREF=style.css
/HEAD
BODY BGCOLOR=#FF TEXT=#00 LINK=#FF VLINK=#840084 ALINK=#FF 
TOPMARGIN=0 LEFTMARGIN=0
TABLE BORDER=0 WIDTH=100% HEIGHT=100% CELLSPACING=0 CELLPADDING=0
TRTD COLSPAN=3DIV CLASS=NAVHEADERTABLE BGCOLOR=#FF BORDER=0
CELLPADDING=0 CELLSPACING=0 WIDTH=100%TRTDTABLE WIDTH=100% BORDER=0
CELLPADDING=3 CELLSPACING=0TRTH COLSPAN=3PHP Manual/TH/TRTRTD
COLSPAN=3 ALIGN=centernbsp;/TD/TR/TABLE/TD/TRTR BGCOLOR=#66
TDIMG SRC=spacer.gif BORDER=0 WIDTH=1 
HEIGHT=1BR/TD/TR/TABLE/DIV/TD/TR
TRTDIMG SRC=spacer.gif WIDTH=10 HEIGHT=1/TDTD HEIGHT=100% 
VALIGN=MIDDLE WIDTH=100%BR

PTABLE ALIGN=CENTER
TRTD ALIGN=CENTER
H1 CLASS=titlePHP Manual/H1
DIV CLASS=authorStig Saelig;ther Bakken/DIV
DIV CLASS=authorAlexander Aulbach/DIV
DIV CLASS=authorEgon Schmid/DIV
DIV CLASS=authorJim Winstead/DIV
DIV CLASS=authorLars Torben Wilson/DIV
DIV CLASS=authorRasmus Lerdorf/DIV
DIV CLASS=authorAndrei Zmievski/DIV
DIV CLASS=authorJouni Ahto/DIV
H4 CLASS=EDITEDBYEdited by/H4
H3 CLASS=editorMathieu Kooiman/H3
H3 CLASS=editorDerick Rethans/H3
/TD/TR/TABLE
BRP ALIGN=CENTERThis file was generated: [GENTIME]BR
Go to A HREF=http://www.php.net/docs.php;http://www.php.net/docs.php/A
to get the actual version./P

BRP CLASS=copyright ALIGN=CENTERA HREF=copyright.htmlCopyright/A copy; 
1997,
1998, 1999, 2000, 2001, 2002  the PHP Documentation Group/P

/TDTDIMG SRC=spacer.gif WIDTH=10 HEIGHT=1/TD/TR
TRTD COLSPAN=3DIV CLASS=NAVFOOTERTABLE BGCOLOR=#FF BORDER=0
CELLPADDING=0 CELLSPACING=0 WIDTH=100%TR BGCOLOR=#66
TDIMG SRC=spacer.gif BORDER=0 WIDTH=1 HEIGHT=1BR/TD/TR
TRTDTABLE WIDTH=100% BORDER=0 CELLPADDING=3 CELLSPACING=0
TRTD COLSPAN=3nbsp;/TD/TRTRTD COLSPAN=3 ALIGN=centernbsp;/TD
/TR/TABLE/TD/TR/TABLE/DIV/TD/TR/TABLE
/BODY/HTML





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

2002-03-27 Thread Simone Cortesi

cortesi Wed Mar 27 08:31:17 2002 EDT

  Modified files:  
/phpdoc/en/functionsvar.xml 
  Log:
  adding two see-also
  
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.98 phpdoc/en/functions/var.xml:1.99
--- phpdoc/en/functions/var.xml:1.98Thu Feb 28 11:21:11 2002
+++ phpdoc/en/functions/var.xml Wed Mar 27 08:31:15 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.98 $ --
+!-- $Revision: 1.99 $ --
  reference id=ref.variables
   titleVariable Functions/title
   titleabbrevVariables/titleabbrev
 -205,7 +205,7 
  functionis_numeric/function,
  functionis_object/function,
  functionis_resource/function,
- functionis_scalar/function and
+ functionis_scalar/function, and
  functionis_string/function.
 /para
/refsect1
 -579,7 +579,9 
  functionis_int/function,
  functionis_string/function,
  functionis_object/function,
- functionis_array/function, and
+ functionis_array/function,
+ functionis_integer/function, and
+ functionis_real/function
 /para
/refsect1
   /refentry





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

2002-03-27 Thread Egon Schmid

Please use the entities false; and true; which you can find in
phpdoc/entities/globals.ent at the end of this file.

-Egon

- Original Message -
From: Hakan Kuecuekyilmaz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 27, 2002 1:06 PM
Subject: [PHP-DOC] cvs: phpdoc /de/language operators.xml


 hakan Wed Mar 27 07:06:16 2002 EDT

   Modified files:
 /phpdoc/de/language operators.xml
   Log:
   replaced wahr with TRUE and falsch with FALSE
   thanks to Friedhelm Betz


 Index: phpdoc/de/language/operators.xml
 diff -u phpdoc/de/language/operators.xml:1.11
phpdoc/de/language/operators.xml:1.12
 --- phpdoc/de/language/operators.xml:1.11 Wed Mar 27 03:20:41 2002
 +++ phpdoc/de/language/operators.xml Wed Mar 27 07:06:09 2002
 @@ -190,38 +190,38 @@
 row
  entry$a == $b/entry
  entryGleich/entry
 -entryGibt wahr zurück, wenn $a gleich $b ist./entry
 +entryGibt TRUE zurück, wenn $a gleich $b ist./entry
 /row
 row
  entry$a === $b/entry
  entryIdentisch/entry
 -entryGibt wahr zurück wenn $a gleich $b ist und beide
 +entryGibt TRUE zurück wenn $a gleich $b ist und beide
  vom gleichen Typ sind(funktioniert nur in PHP4)/entry
 /row
 row
  entry$a != $b/entry
  entryUngleich/entry
 -entryGibt wahr zurück, wenn $a nicht gleich $b
ist./entry
 +entryGibt TRUE zurück, wenn $a nicht gleich $b
ist./entry
 /row
 row
  entry$a lt; $b/entry
  entryKleiner Als/entry
 -entryGibt wahr zurück, wenn $a kleiner als $b
ist./entry
 +entryGibt TRUE zurück, wenn $a kleiner als $b
ist./entry
 /row
 row
  entry$a gt; $b/entry
  entryGrößer Als/entry
 -entryGibt wahr zurück, wenn $a größer als $b
ist./entry
 +entryGibt TRUE zurück, wenn $a größer als $b
ist./entry
 /row
 row
  entry$a lt;= $b/entry
  entryKleiner Gleich /entry
 -entryGibt wahr zurück, wenn $a kleiner oder gleich $b
ist./entry
 +entryGibt TRUE zurück, wenn $a kleiner oder gleich $b
ist./entry
 /row
 row
  entry$a gt;= $b/entry
  entryGrößer Gleich/entry
 -entryGibt wahr zurück, wenn $a größer oder gleich $b
ist./entry
 +entryGibt TRUE zurück, wenn $a größer oder gleich $b
ist./entry
 /row
/tbody
   /tgroup
 @@ -239,9 +239,9 @@

   Dieser Ausdruch gibt
   replaceableausdr2/replaceable zurück, wenn
 - replaceableausdr1/replaceable wahr zurückgibt, und
 + replaceableausdr1/replaceable TRUE zurückgibt, und
   replaceableausdr3/replaceable, wenn
 - replaceableausdr1/replaceable falsch zurückgibt.
 + replaceableausdr1/replaceable FALSE zurückgibt.
 /para
/sect1

 @@ -409,32 +409,32 @@
 row
  entry$a and $b/entry
  entryUnd/entry
 -entryWahr wenn sowohl $a als auch $b wahr ist./entry
 +entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
 /row
 row
  entry$a or $b/entry
  entryOder/entry
 -entryWahr wenn $a oder $b wahr ist./entry
 +entryTRUE wenn $a oder $b TRUE ist./entry
 /row
 row
  entry$a xor $b/entry
  entryEntweder Oder/entry
 -entryWahr wenn entweder $a oder $b wahr ist, aber nicht
beide./entry
 +entryTRUE wenn entweder $a oder $b TRUE ist, aber nicht
beide./entry
 /row
 row
  entry! $a/entry
  entryNicht/entry
 -entryWahr wenn $a nicht wahr ist./entry
 +entryTRUE wenn $a nicht TRUE ist./entry
 /row
 row
  entry$a amp;amp; $b/entry
  entryUnd/entry
 -entryWahr wenn sowohl $a als auch $b wahr ist./entry
 +entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
 /row
 row
  entry$a || $b/entry
  entryOder/entry
 -entryWahr wenn $a oder $b wahr ist./entry
 +entryTRUE wenn $a oder $b TRUE ist./entry
 /row
/tbody
   /tgroup







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

2002-03-27 Thread Simone Cortesi

cortesi Wed Mar 27 08:38:08 2002 EDT

  Modified files:  
/phpdoc/it/functionsdbase.xml 
  Log:
  adding translation by Mariano Calandra
  

Index: phpdoc/it/functions/dbase.xml
diff -u /dev/null phpdoc/it/functions/dbase.xml:1.6
--- /dev/null   Wed Mar 27 08:38:08 2002
+++ phpdoc/it/functions/dbase.xml   Wed Mar 27 08:38:08 2002
 -0,0 +1,414 
+?xml version=1.0 encoding=iso-8859-1?
+!-- EN-Revision: 1.17 Maintainer: calandra Status: ready --
+ reference id=ref.dbase
+  titleFunzioni dBase/title
+  titleabbrevdBase/titleabbrev
+
+  partintro
+   simpara
+Queste funzioni consentono di accedere ai records memorizzati in dBase-format 
+(dbf) database.  Per poter usare queste funzioni, si deve prima compilare il 
+PHP con l'opzione option role=configure--enable-dbase/option option.
+   /simpara
+   simpara
+Non è previsto il supporto per indici o campi memo. Manca anche il 
+supporto per il locking. E' probabile che due processi concorrenti 
+da parte del webserver sugli stessi file dBase, finiscano con il rovinare il 
+Database. 
+   /simpara
+   simpara
+I files dBase sono semplici files sequenziali o records a lunghezza 
+fissa. I record sono appesi alla fine del file e quelli cancellati sono 
+conservati 
+fino alla chiamata della funzione 
+functiondbase_pack/function.
+   /simpara
+   simpara
+Vi raccomandiamo di non usare i files dBase come database di lavoro. Scegliete 
+piuttosto qualsiasi reale SQL server; MySQL o Postgres sono scelte comuni con 
+PHP. 
+Il supporto dBase è presente per permettervi di importare ed 
+esportare dati da e verso il vostro web database, perchè il formato 
+del file è comunemente ben interpretato dai fogli 
+elettronici e dagli organizers di Windows. 
+   /simpara
+  /partintro
+
+  refentry id=function.dbase-create
+   refnamediv
+refnamedbase_create/refname
+refpurposeCrea un database dBase/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typeint/typemethodnamedbase_create/methodname
+  methodparamtypestring/typeparameterfilename/parameter/methodparam
+  methodparamtypearray/typeparameterfields/parameter/methodparam
+ /methodsynopsis
+para
+ Il parametro parameterfields/parameter è un array di arrays, 
+ ciascun array descrive il formato di un campo nel database. Ogni campo 
+ consiste di un nome, un carattere che indica il tipo di campo, una 
+ lunghezza, e una precisione. 
+/para
+para
+ I tipi di campo disponibili sono: 
+ variablelist
+  varlistentry
+   termL/term
+   listitem
+simpara
+ Boolean. Questi non hanno una lunghezza o una precisione. 
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   termM/term
+   listitem
+simpara
+ Memo. (Nota che non sono supportati da PHP.) Questi non hanno una 
+ lunghezza o una precisione. 
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   termD/term
+   listitem
+simpara
+ Date (memorizzate nel formato MMDD). Questi non hanno una lunghezza o 
+ una precisione. 
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   termN/term
+   listitem
+simpara
+ Number. Questi hanno sia una lunghezza sia una precisione 
+ (il numero di decimali).
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   termC/term
+   listitem
+simpara
+ String.
+/simpara
+   /listitem
+  /varlistentry
+ /variablelist
+/para
+para
+ Se il database è creato con successo, è restituito un dbase_identifier, 
+altrimenti è restituito 
+ false;.
+ example
+  titleCreare un file di database dBase/title
+  programlisting role=php
+![CDATA[
+// database name
+$dbname = /tmp/test.dbf;
+
+// database definition
+$def =
+array(
+array(date, D),
+array(name, C,  50),
+array(age,  N,   3, 0),
+array(email,C, 128),
+array(ismember, L)
+);
+
+// creation
+if (!dbase_create($dbname, $def))
+print strongError!/strong;
+]]
+  /programlisting
+ /example
+/para
+   /refsect1
+  /refentry
+
+  refentry id=function.dbase-open
+   refnamediv
+refnamedbase_open/refname
+refpurposeApre un database dBase/refpurpose
+   /refnamediv
+   refsect1
+titleDescrizione/title
+ methodsynopsis
+  typeint/typemethodnamedbase_open/methodname
+  methodparamtypestring/typeparameterfilename/parameter/methodparam
+  methodparamtypeint/typeparameterflags/parameter/methodparam
+ /methodsynopsis
+para
+ I flags corrispondono a quelli per la chiamata all' open() system. 
+ (Tipicamente 0 significa sola lettura, 1 sola scrittura e 2 
+ lettura e scrittura.) 
+/para
+

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

2002-03-27 Thread Simone Cortesi

cortesi Wed Mar 27 08:39:47 2002 EDT

  Modified files:  
/phpdoc/it  translation.xml 
  Log:
  removing WIP for Mariano Calandra
  
Index: phpdoc/it/translation.xml
diff -u phpdoc/it/translation.xml:1.53 phpdoc/it/translation.xml:1.54
--- phpdoc/it/translation.xml:1.53  Tue Mar 26 22:19:23 2002
+++ phpdoc/it/translation.xml   Wed Mar 27 08:39:47 2002
 -59,7 +59,6 
   file name=functions/errorfunc.xml person=pulici   type=offline 
revision=1.26 date=20/03/2002 /
   file name=functions/session.xml   person=penzotype=offline 
revision=1.83 date=20/03/2002 /
   file name=functions/dba.xml   person=calandra type=offline 
date=19/03/2002 /
-  file name=functions/dbase.xml person=calandra type=offline 
date=19/03/2002 /
   file name=functions/dbm.xml   person=calandra type=offline 
date=19/03/2002 /
   file name=functions/dbplus.xmlperson=calandra type=offline 
date=19/03/2002 /
   file name=functions/dbx.xml   person=calandra type=offline 
date=19/03/2002 /





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

2002-03-27 Thread Hakan Kuecuekyilmaz

hakan   Wed Mar 27 08:47:48 2002 EDT

  Modified files:  
/phpdoc/de/language operators.xml 
  Log:
  changed TRUE and FALSE with appropriatate entities
  thanks to Egon Schmid
  
  
Index: phpdoc/de/language/operators.xml
diff -u phpdoc/de/language/operators.xml:1.12 phpdoc/de/language/operators.xml:1.13
--- phpdoc/de/language/operators.xml:1.12   Wed Mar 27 07:06:09 2002
+++ phpdoc/de/language/operators.xmlWed Mar 27 08:47:48 2002
 -190,38 +190,38 
row
 entry$a == $b/entry
 entryGleich/entry
-entryGibt TRUE zurück, wenn $a gleich $b ist./entry
+entryGibt true zurück, wenn $a gleich $b ist./entry
/row
row
 entry$a === $b/entry
 entryIdentisch/entry
-entryGibt TRUE zurück wenn $a gleich $b ist und beide
+entryGibt true zurück wenn $a gleich $b ist und beide
   vom gleichen Typ sind(funktioniert nur in PHP4)/entry
/row
row
 entry$a != $b/entry
 entryUngleich/entry
-entryGibt TRUE zurück, wenn $a nicht gleich $b ist./entry
+entryGibt true zurück, wenn $a nicht gleich $b ist./entry
/row
row
 entry$a lt; $b/entry
 entryKleiner Als/entry
-entryGibt TRUE zurück, wenn $a kleiner als $b ist./entry
+entryGibt true zurück, wenn $a kleiner als $b ist./entry
/row
row
 entry$a gt; $b/entry
 entryGrößer Als/entry
-entryGibt TRUE zurück, wenn $a größer als $b ist./entry
+entryGibt true zurück, wenn $a größer als $b ist./entry
/row
row
 entry$a lt;= $b/entry
 entryKleiner Gleich /entry
-entryGibt TRUE zurück, wenn $a kleiner oder gleich $b ist./entry
+entryGibt true zurück, wenn $a kleiner oder gleich $b ist./entry
/row
row
 entry$a gt;= $b/entry
 entryGrößer Gleich/entry
-entryGibt TRUE zurück, wenn $a größer oder gleich $b ist./entry
+entryGibt true zurück, wenn $a größer oder gleich $b ist./entry
/row
   /tbody
  /tgroup
 -239,9 +239,9 
 
Dieser Ausdruch gibt
replaceableausdr2/replaceable zurück, wenn
-   replaceableausdr1/replaceable TRUE zurückgibt, und
+   replaceableausdr1/replaceable true zurückgibt, und
replaceableausdr3/replaceable, wenn
-   replaceableausdr1/replaceable FALSE zurückgibt.
+   replaceableausdr1/replaceable false zurückgibt.
/para
   /sect1
 
 -409,32 +409,32 
row
 entry$a and $b/entry
 entryUnd/entry
-entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
+entrytrue wenn sowohl $a als auch $b true ist./entry
/row
row
 entry$a or $b/entry
 entryOder/entry
-entryTRUE wenn $a oder $b TRUE ist./entry
+entrytrue wenn $a oder $b true ist./entry
/row
row
 entry$a xor $b/entry
 entryEntweder Oder/entry
-entryTRUE wenn entweder $a oder $b TRUE ist, aber nicht beide./entry
+entrytrue wenn entweder $a oder $b true ist, aber nicht beide./entry
/row
row
 entry! $a/entry
 entryNicht/entry
-entryTRUE wenn $a nicht TRUE ist./entry
+entrytrue wenn $a nicht true ist./entry
/row
row
 entry$a amp;amp; $b/entry
 entryUnd/entry
-entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
+entrytrue wenn sowohl $a als auch $b true ist./entry
/row
row
 entry$a || $b/entry
 entryOder/entry
-entryTRUE wenn $a oder $b TRUE ist./entry
+entrytrue wenn $a oder $b true ist./entry
/row
   /tbody
  /tgroup





Re: [PHP-DOC] Smarty docs

2002-03-27 Thread Andrei Zmievski

On Wed, 27 Mar 2002, Gabor Hojtsy wrote:
 As I said at the doc meeting, IMHO a phpdoc-build cvs repository
 would be the best, with build scripts for all the cvs.php.net doc
 projects, so we do not need to have 10 copies of the same build
 system forked in various moments... That would make the updates,
 and bugfixes extremely easy. And then there should not ne 10 people
 working on 10 different build systems, but a few working on one.
 The others can then work on documentation ;)

Sounds good to me, but I have neither the know-how nor the cycles to
implement something like that.

-Andrei
* Entropy isn't what it used to be. *



Re: [PHP-DOC] Smarty docs

2002-03-27 Thread Hartmut Holzgraefe

Andrei Zmievski wrote:
 On Wed, 27 Mar 2002, Gabor Hojtsy wrote:
 
As I said at the doc meeting, IMHO a phpdoc-build cvs repository
would be the best, with build scripts for all the cvs.php.net doc
projects, so we do not need to have 10 copies of the same build
system forked in various moments... That would make the updates,
and bugfixes extremely easy. And then there should not ne 10 people
working on 10 different build systems, but a few working on one.
The others can then work on documentation ;)

 
 Sounds good to me, but I have neither the know-how nor the cycles to
 implement something like that.
 
 -Andrei
 * Entropy isn't what it used to be. *
 
 

i'm afraid i've already voluntered for this

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




Re: [PHP-DOC] Smarty docs

2002-03-27 Thread Andrei Zmievski

On Wed, 27 Mar 2002, Hartmut Holzgraefe wrote:
 Sounds good to me, but I have neither the know-how nor the cycles to
 implement something like that.
 
 -Andrei
 * Entropy isn't what it used to be. *
 
 
 
 i'm afraid i've already voluntered for this

Okay, but meanwhile am I supposed to recreate the build system for
smarty-doc?

-Andrei
* Black holes are where God divided by zero. *



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

2002-03-27 Thread Paul Dorneanu

spooky  Wed Mar 27 09:45:39 2002 EDT

  Modified files:  
/phpdoc/ro  translation.xml 
  Log:
  added me  files translated.
  
  
Index: phpdoc/ro/translation.xml
diff -u phpdoc/ro/translation.xml:1.7 phpdoc/ro/translation.xml:1.8
--- phpdoc/ro/translation.xml:1.7   Wed Mar 27 07:49:57 2002
+++ phpdoc/ro/translation.xml   Wed Mar 27 09:45:38 2002
@@ -4,21 +4,34 @@
 translation
 
  intro
-  The Romanian translation of the PHP Documentation is managed by the romanian 
contributors with a CVS user.
+  The Romanian translation of the PHP Documentation is managed by the romanian 
+contributors with a CVS user.
  /intro
 
  translators
-  person name=Adrian Jurjica  email=[EMAIL PROTECTED]  
nick=adiju   cvs=yes /
-  person name=Adrian Spinei   email=[EMAIL PROTECTED] 
nick=aspinei cvs=yes /
-  person name=Adrian Ciutureanu   email=[EMAIL PROTECTED]
nick=adu cvs=yes /
+  person name=Adrian Jurjica  email=[EMAIL PROTECTED]  
+nick=adiju cvs=yes /
+  person name=Adrian Spinei   email=[EMAIL PROTECTED] 
+nick=aspinei   cvs=yes /
+  person name=Adrian Ciutureanu   email=[EMAIL PROTECTED]
+nick=adu   cvs=yes /
+  person name=Paul Dorneanu   email=[EMAIL PROTECTED] 
+nick=Spookycvs=yes /
  /translators
  
  work-in-progress
-  file name=functions/array.xml   person=adiju 
type=translation date=2002-02-24 /
-  file name=functions/string.xml  person=adiju 
type=translation date=2002-03-15 /
-  file name=functions/domxml.xml  person=aspinei   
type=offline /
-  file name=functions/xmlrpc.xml  person=aspinei   
type=offline /
-  file name=functions/oci8.xmlperson=adu   
type=translation date=2002-03-27 /
+  file name=functions/array.xml   person=adiju 
+type=translation date=2002-02-24 /
+  file name=functions/string.xml  person=adiju 
+type=translation date=2002-03-15 /
+  file name=functions/domxml.xml  person=aspinei   
+type=offline /
+  file name=functions/xmlrpc.xml  person=aspinei   
+type=offline /
+  file name=functions/oci8.xmlperson=adu   
+type=translation date=2002-03-27 /
+  file name=chapters/intro.xmlperson=spooky
+type=translation date=2002-03-27 /
  /work-in-progress
 
 /translation





[PHP-DOC] cvs: phpdoc /ro Translators

2002-03-27 Thread Paul Dorneanu

spooky  Wed Mar 27 09:46:24 2002 EDT

  Modified files:  
/phpdoc/ro  Translators 
  Log:
  Added me for chapters/intro.xml
  
  
Index: phpdoc/ro/Translators
diff -u phpdoc/ro/Translators:1.12 phpdoc/ro/Translators:1.13
--- phpdoc/ro/Translators:1.12  Wed Mar 27 07:48:56 2002
+++ phpdoc/ro/Translators   Wed Mar 27 09:46:24 2002
 -21,7 +21,7 
 chapters/config.xml***
 chapters/copyright.xml ***
 chapters/install.xml   ***
-chapters/intro.xml ***
+chapters/intro.xml Paul Dorneanu
 chapters/security.xml  ***
 --- chapters 
 chmonly/aboutchm.xml   Adrian Jurjica





[PHP-DOC] cvs: phpdoc /ro INFO_FOR_TRANSLATORS

2002-03-27 Thread Paul Dorneanu

spooky  Wed Mar 27 09:47:06 2002 EDT

  Modified files:  
/phpdoc/ro  INFO_FOR_TRANSLATORS 
  Log:
  Added me, the translated file, and the next file working on.
  
  
Index: phpdoc/ro/INFO_FOR_TRANSLATORS
diff -u phpdoc/ro/INFO_FOR_TRANSLATORS:1.9 phpdoc/ro/INFO_FOR_TRANSLATORS:1.10
--- phpdoc/ro/INFO_FOR_TRANSLATORS:1.9  Wed Mar 27 07:44:06 2002
+++ phpdoc/ro/INFO_FOR_TRANSLATORS  Wed Mar 27 09:47:06 2002
 -21,4 +21,6 
 ./function/errorfunc.xml adrian_ciutureanu 100%
 ./function/wddx.xml aspinei 100%
 ./function/xmlrpc.xml aspinei 5%
-./function/domxml.xml aspinei 0%
\ No newline at end of file
+./function/domxml.xml aspinei 0%
+./chapters/intro.xml spooky 100%
+./chapter/installation.xml spooky 0%
\ No newline at end of file





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

2002-03-27 Thread Egon Schmid

Oops, the entities should be written as false; and true; and NOT
as false and true. Please remove the quotation and add a
semicolon at the end.

-Egon

- Original Message -
From: Hakan Kuecuekyilmaz [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 27, 2002 2:47 PM
Subject: [PHP-DOC] cvs: phpdoc /de/language operators.xml


 hakan Wed Mar 27 08:47:48 2002 EDT

   Modified files:
 /phpdoc/de/language operators.xml
   Log:
   changed TRUE and FALSE with appropriatate entities
   thanks to Egon Schmid


 Index: phpdoc/de/language/operators.xml
 diff -u phpdoc/de/language/operators.xml:1.12
phpdoc/de/language/operators.xml:1.13
 --- phpdoc/de/language/operators.xml:1.12 Wed Mar 27 07:06:09 2002
 +++ phpdoc/de/language/operators.xml Wed Mar 27 08:47:48 2002
 @@ -190,38 +190,38 @@
 row
  entry$a == $b/entry
  entryGleich/entry
 -entryGibt TRUE zurück, wenn $a gleich $b ist./entry
 +entryGibt true zurück, wenn $a gleich $b
ist./entry
 /row
 row
  entry$a === $b/entry
  entryIdentisch/entry
 -entryGibt TRUE zurück wenn $a gleich $b ist und beide
 +entryGibt true zurück wenn $a gleich $b ist und
beide
  vom gleichen Typ sind(funktioniert nur in PHP4)/entry
 /row
 row
  entry$a != $b/entry
  entryUngleich/entry
 -entryGibt TRUE zurück, wenn $a nicht gleich $b
ist./entry
 +entryGibt true zurück, wenn $a nicht gleich $b
ist./entry
 /row
 row
  entry$a lt; $b/entry
  entryKleiner Als/entry
 -entryGibt TRUE zurück, wenn $a kleiner als $b
ist./entry
 +entryGibt true zurück, wenn $a kleiner als $b
ist./entry
 /row
 row
  entry$a gt; $b/entry
  entryGrößer Als/entry
 -entryGibt TRUE zurück, wenn $a größer als $b
ist./entry
 +entryGibt true zurück, wenn $a größer als $b
ist./entry
 /row
 row
  entry$a lt;= $b/entry
  entryKleiner Gleich /entry
 -entryGibt TRUE zurück, wenn $a kleiner oder gleich $b
ist./entry
 +entryGibt true zurück, wenn $a kleiner oder gleich
$b ist./entry
 /row
 row
  entry$a gt;= $b/entry
  entryGrößer Gleich/entry
 -entryGibt TRUE zurück, wenn $a größer oder gleich $b
ist./entry
 +entryGibt true zurück, wenn $a größer oder gleich $b
ist./entry
 /row
/tbody
   /tgroup
 @@ -239,9 +239,9 @@

   Dieser Ausdruch gibt
   replaceableausdr2/replaceable zurück, wenn
 - replaceableausdr1/replaceable TRUE zurückgibt, und
 + replaceableausdr1/replaceable true zurückgibt, und
   replaceableausdr3/replaceable, wenn
 - replaceableausdr1/replaceable FALSE zurückgibt.
 + replaceableausdr1/replaceable false zurückgibt.
 /para
/sect1

 @@ -409,32 +409,32 @@
 row
  entry$a and $b/entry
  entryUnd/entry
 -entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
 +entrytrue wenn sowohl $a als auch $b true
ist./entry
 /row
 row
  entry$a or $b/entry
  entryOder/entry
 -entryTRUE wenn $a oder $b TRUE ist./entry
 +entrytrue wenn $a oder $b true ist./entry
 /row
 row
  entry$a xor $b/entry
  entryEntweder Oder/entry
 -entryTRUE wenn entweder $a oder $b TRUE ist, aber nicht
beide./entry
 +entrytrue wenn entweder $a oder $b true ist, aber
nicht beide./entry
 /row
 row
  entry! $a/entry
  entryNicht/entry
 -entryTRUE wenn $a nicht TRUE ist./entry
 +entrytrue wenn $a nicht true ist./entry
 /row
 row
  entry$a amp;amp; $b/entry
  entryUnd/entry
 -entryTRUE wenn sowohl $a als auch $b TRUE ist./entry
 +entrytrue wenn sowohl $a als auch $b true
ist./entry
 /row
 row
  entry$a || $b/entry
  entryOder/entry
 -entryTRUE wenn $a oder $b TRUE ist./entry
 +entrytrue wenn $a oder $b true ist./entry
 /row
/tbody
   /tgroup







[PHP-DOC] Bug #16307 Updated: is_null function, paragraph see also incomplete

2002-03-27 Thread cortesi

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

This has been fixed in CVS: EN version 1.99


Previous Comments:


[2002-03-27 08:17:57] [EMAIL PROTECTED]

That should be two missing functions: functionis_integer/function
and functionis_real/function.



[2002-03-27 08:06:36] [EMAIL PROTECTED]

File: var.xml (en version 1.98), function: is_null

The see also paragraph shows

  para
 See also functionis_bool/function,
 functionis_numeric/function,
 functionis_float/function,
 functionis_int/function,
 functionis_string/function,
 functionis_object/function,
 functionis_array/function, and
   /para

... and what?
Did you forget another reference?

Regards
Darvin Andrioli




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




[PHP-DOC] cvs: phpdoc /ro/chapters install.xml

2002-03-27 Thread Paul Dorneanu

spooky  Wed Mar 27 11:47:28 2002 EDT

  Added files: 
/phpdoc/ro/chapters install.xml 
  Log:
  first entry; install.general and install.hpux included for the moment. single file 
translation used (like others do).
  
  

Index: phpdoc/ro/chapters/install.xml
+++ phpdoc/ro/chapters/install.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
!-- EN-Revision: install.general.xml 1.1 Maintainer: spooky Status: ready --
chapter id=installation
 titleInstalare/title
  sect1 id=install.general
   titleAspecte generale privind instalarea/title
   para
Înainte de începerea instalãrii, trebuie sã ºtii pentru ce vrei sã 
foloseºti 
PHP-ul. Sunt trei domenii principale în care poþi folosi PHP-ul descrise în 
secþiunea link linkend=intro-whatcandoCe poate face PHP?/link
itemizedlist
 listitemsimparaScripting ce ruleazãa de partea 
serverului/simpara/listitem
 listitemsimparaScripting la linia de comandã/simpara/listitem
 listitemsimparaAplicaþii GUI ce ruleazã de partea 
clientului/simpara/listitem
/itemizedlist
   /para
   para
Pentru prima ºi cea mai utilizatã formp, ai nevoie de trei lucruri: însuºi 
PHP-ul, un server de web ºi un navigator web. Probabil ai deja un navigator 
web, ºi, depindinzând de instalarea sistemului tãu de operare, s-ar putea sã 
ai ºi un server de web (ex. Apache pe Linux sau IIS pe Windows).
Ai putea deasemenea sã inchiriezi spaþiu pe web de la o companie. În acest 
fel, nu trebuiascã sã seteti tu personal, doar sã scrii scripturile PHP, le 
transferi pe server pe care ai închiriat spaþiul ºi vezi rezultatul obþinut 
în browser. Poþi gãsi o listã cu companii care oferã hosting la ulink 
url=url.php.hosts;url.php.hosts;/ulink.
   /para
   para
Dacã instalezi serverul ºi PHP de unul singur, ai la dispoziþie douã 
metode 
de a conecta PHP de server. Pentru majoritatea serverelor PHP are un modul 
direct de interfaþã (numit ºi SAPI). Aceste server includ Apache, Microsoft 
Internet Information Server, Netscape ºi iPlanet. Multe alte server au 
suport pentru ISAPI, modulul de interfata Microsoft (OmniHTTPd spre 
exemplu). Dacã PHP nu are suport de modul pentru serverul tãu de web, îl 
poþi folosi întotdeauna ca un procesor CGI. Aceasta înseamnã cã trebuie sa 
configurezi serverul tãu de web sã foloseascã executabilul în linie de 
comandã a PHP-ului (filenamephp.exe/filename în Windows) sã proceseze 
toate fiºierele PHP cerute pe server.
   /para
   para
Dacã eºti deasemenea interesat sã foloseºti php în scripting linie de 
comandã (ex. scriearea de scripturi care sã autogenereze imagini pentru tine 
offline, sau procesarea de fiºiere text depinzând de argumentele care le 
trimiþi), întotdeauna ai nevoie de executabilul în linia de comandã. Pentru 
mai multe informaþii, citeºte secþiunea despre link 
linkend=commandlinescrierea de aplicaþii PHP în linia de comandã/link. 
În acest caz nu ai nevoie de serveru ºi nici de navigator.
   /para
   para
Cu PHP poþi deasemenea sã scrii aplicaþii GUI ce ruleazã de partea 
clientului folosind extensia PHP-GTK. Aceasta este o abordare total diferitã 
decât cea a scrierii paginilor web, deoarece tu nu scoþi nici un rezultat 
HTML, dar manevrezi ferestre ºi obiecte din interiorul lor. Pentru mai multe 
detalii despre PHP-GTK, te rog ulink url=url.php.gtk;viziteazã site-ul 
dedicat acestei extensii/ulink. PHP-GTK nu este inclus în distribuþia 
oficialã a PHP-ului.
   /para
   para
De acum în colo, aceastã secþiune se preocupã de instalarea ºi 
configurarea PHP-ului pentru serverul de web sub Unix ºi Windows ca modul 
de server ºi executabil CGI.
   /para
   para
Descãrcaþi PHP, codul sursã, ºi distribuþiile binare pentru Windows care 
pot fi gãsite la ulink url=url.php;url.php;/ulink.
Îþi recomandãm sã alegi un ulink url=url.mirrors;server/ulink care 
se aflã mai aproape de tine pentru a descãrca mai repede distribuºiile.
   /para
  /sect1

!-- EN-Revision: install.hpux.xml 1.1 Maintainer: spooky Status: ready --
  sect1 id=install.hpux
   titleInstalarea pe Unix/HP-UX/title
   para
Aceastã secþiune conþine notiþe ºi ajutoare pentru a instala PHP pe 
sistemele HP-UX.
   /para
   example id=install.hpux.example
title
 Instrucþiuni instalare pentru HP-UX 10
/title
screen
![CDATA[
From: [EMAIL PROTECTED]
04-Jan-2001 09:49
(These tips are for PHP 4.0.4 and Apache v1.3.9) 

So you want to install PHP and Apache on a HP-UX 10.20 box? 

1. You need gzip, download a binary distribution from
http://hpux.connect.org.uk/ftp/hpux/Gnu/gzip-1.2.4a/gzip-1.2.4a-sd-10.20.depot
Z
uncompress the file and install using swinstall 

2. You need gcc, download a binary distribution from 
http://gatekeep.cs.utah.edu/ftp/hpux/Gnu/gcc-2.95.2/gcc-2.95.2-sd-10.20.depot.
gz 
gunzip this file and install gcc using swinstall. 

3. You need the GNU binutils, you can download a binary distribution from 

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

2002-03-27 Thread Hakan Kuecuekyilmaz

hakan   Wed Mar 27 12:47:50 2002 EDT

  Modified files:  
/phpdoc/de/language operators.xml 
  Log:
  fixed entities
  
  
Index: phpdoc/de/language/operators.xml
diff -u phpdoc/de/language/operators.xml:1.13 phpdoc/de/language/operators.xml:1.14
--- phpdoc/de/language/operators.xml:1.13   Wed Mar 27 08:47:48 2002
+++ phpdoc/de/language/operators.xmlWed Mar 27 12:47:49 2002
 -190,38 +190,38 
row
 entry$a == $b/entry
 entryGleich/entry
-entryGibt true zurück, wenn $a gleich $b ist./entry
+entryGibt true; zurück, wenn $a gleich $b ist./entry
/row
row
 entry$a === $b/entry
 entryIdentisch/entry
-entryGibt true zurück wenn $a gleich $b ist und beide
+entryGibt true; zurück wenn $a gleich $b ist und beide
   vom gleichen Typ sind(funktioniert nur in PHP4)/entry
/row
row
 entry$a != $b/entry
 entryUngleich/entry
-entryGibt true zurück, wenn $a nicht gleich $b ist./entry
+entryGibt true; zurück, wenn $a nicht gleich $b ist./entry
/row
row
 entry$a lt; $b/entry
 entryKleiner Als/entry
-entryGibt true zurück, wenn $a kleiner als $b ist./entry
+entryGibt true; zurück, wenn $a kleiner als $b ist./entry
/row
row
 entry$a gt; $b/entry
 entryGrößer Als/entry
-entryGibt true zurück, wenn $a größer als $b ist./entry
+entryGibt true; zurück, wenn $a größer als $b ist./entry
/row
row
 entry$a lt;= $b/entry
 entryKleiner Gleich /entry
-entryGibt true zurück, wenn $a kleiner oder gleich $b ist./entry
+entryGibt true; zurück, wenn $a kleiner oder gleich $b ist./entry
/row
row
 entry$a gt;= $b/entry
 entryGrößer Gleich/entry
-entryGibt true zurück, wenn $a größer oder gleich $b ist./entry
+entryGibt true; zurück, wenn $a größer oder gleich $b ist./entry
/row
   /tbody
  /tgroup
 -239,9 +239,9 
 
Dieser Ausdruch gibt
replaceableausdr2/replaceable zurück, wenn
-   replaceableausdr1/replaceable true zurückgibt, und
+   replaceableausdr1/replaceable true; zurückgibt, und
replaceableausdr3/replaceable, wenn
-   replaceableausdr1/replaceable false zurückgibt.
+   replaceableausdr1/replaceable false; zurückgibt.
/para
   /sect1
 
 -409,32 +409,32 
row
 entry$a and $b/entry
 entryUnd/entry
-entrytrue wenn sowohl $a als auch $b true ist./entry
+entrytrue; wenn sowohl $a als auch $b true; ist./entry
/row
row
 entry$a or $b/entry
 entryOder/entry
-entrytrue wenn $a oder $b true ist./entry
+entrytrue; wenn $a oder $b true; ist./entry
/row
row
 entry$a xor $b/entry
 entryEntweder Oder/entry
-entrytrue wenn entweder $a oder $b true ist, aber nicht beide./entry
+entrytrue; wenn entweder $a oder $b true; ist, aber nicht beide./entry
/row
row
 entry! $a/entry
 entryNicht/entry
-entrytrue wenn $a nicht true ist./entry
+entrytrue; wenn $a nicht true; ist./entry
/row
row
 entry$a amp;amp; $b/entry
 entryUnd/entry
-entrytrue wenn sowohl $a als auch $b true ist./entry
+entrytrue; wenn sowohl $a als auch $b true; ist./entry
/row
row
 entry$a || $b/entry
 entryOder/entry
-entrytrue wenn $a oder $b true ist./entry
+entrytrue; wenn $a oder $b true; ist./entry
/row
   /tbody
  /tgroup





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

2002-03-27 Thread Sander Roobol

sander  Wed Mar 27 13:58:21 2002 EDT

  Modified files:  
/phpdoc/en/functionsncurses.xml 
  Log:
  Fixed a typo.
  
  
Index: phpdoc/en/functions/ncurses.xml
diff -u phpdoc/en/functions/ncurses.xml:1.11 phpdoc/en/functions/ncurses.xml:1.12
--- phpdoc/en/functions/ncurses.xml:1.11Sat Feb  2 10:36:05 2002
+++ phpdoc/en/functions/ncurses.xml Wed Mar 27 13:58:19 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.11 $ --
+!-- $Revision: 1.12 $ --
  reference id=ref.ncurses
   titleNcurses terminal screen control functions/title
   titleabbrevncurses functions/titleabbrev
 -52,7 +52,7 
 /para
/section
section id=ncurses.constants
-titleNcurses predifined constants/title
+titleNcurses predefined constants/title
 section id=ncurses.errconsts
  titleError codes/title
   para





[PHP-DOC] How to add user notes?

2002-03-27 Thread Saunders, Craig

Sorry to bother you but I'm trying to figure out how the User Notes
functionality is implemented on php.net.  I expected to see some reference
to it in the About the manual appendix, either in the About user notes
or How we generate the formats sections.

I poked around in the phpdoc cvs but couldn't find any hints.

I am trying to implement an on-line manual with user notes functionality and
would appreciate a pointer in the right direction.

Thanks,
Craig

Craig R. Saunders, Modular Information Systems Corporation, Inc.
[EMAIL PROTECTED], 925-244-5930 x210




[PHP-DOC] cvs: phpdoc /de Translators

2002-03-27 Thread Thomas Schoefbeck

tom Wed Mar 27 14:20:35 2002 EDT

  Modified files:  
/phpdoc/de  Translators 
  Log:
  status-update, taking over oop.xml
  
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.289 phpdoc/de/Translators:1.290
--- phpdoc/de/Translators:1.289 Tue Mar 26 17:06:36 2002
+++ phpdoc/de/Translators   Wed Mar 27 14:20:34 2002
 -75,7 +75,7 
 connection-handling.xml Catharina Paulsen   fertig
 cookies.xml Catharina Paulsen   fertig
 error-handling.xml  Catharina Paulsen   fertig ?? (en: 10kB, de: 2kB)
-error-handling.xml  Thomas Schöfbeckfertig (bis V 1.24)
+error-handling.xml  Thomas Schöfbeckfertig (bis V 1.25)
 file-upload.xml Catharina Paulsen   Änderungen ??? (en: 15kB, de: 9kB)
 file-upload.xml Thomas Schöfbeckfertig (bis V 1.35)
 http-auth.xml   Catharina Paulsen   fertig
 -86,7 +86,7 
 safe-mode.xml   Stefan Saasen   fertig (Rev. 1.20)
 --- functions ---
 apache.xml  Friedhelm Betz  fertig (bis V 1.23)
-array.xml   Thomas Schöfbeckfertig (bis V 1.165)
+array.xml   Thomas Schöfbeckfertig (bis V 1.168)
 aspell.xml  Friedhelm Betz  fertig (bis V 1.19)
 bc.xml  Friedhelm Betz  fertig (bis 1.23)
 bzip2.xml   Sebastian Nohn  fertig (bis V 1.11)
 -116,7 +116,7 
 fbsql.xml
 fdf.xml Stefan Saasen   fertig (Rev 1.29)
 filepro.xml Martin Jansen   fertig
-filesystem.xml  Wolfgang Drews + Thomas fertig (bis V. 1.130)
+filesystem.xml  Wolfgang Drews + Thomas fertig (bis V. 1.134)
 fribidi.xml Mark Kronsbein  fertig (bis 1.2)
 ftp.xml Thomas Schuermann   fertig
 funchand.xmlEgon Schmid fertig
 -203,7 +203,8 
 control-structures.xml  Thomas Schuermann   fertig (bis V. 1.22)
 expressions.xml Sven Lauer  fertig
 functions.xml   Johann-Peter Hartmann   fertig
-oop.xml Johann-Peter Hartmann   fertig
+oop.xml Johann-Peter Hartmann   fertig ?? (e.: 25kB, de: 6kB, 
+last commit: 13.12.1999)
+oop.xml Thomas Schöfbeckin Arbeit (bis V 1.32)
 operators.xml   Sven Lauer  fertig
 references.xml  Sebastian Bergmann  fertig
 types.xml   Friedhelm Betz  fertig (bis 1.73)





[PHP-DOC] cvs: phpdoc /de/language oop.xml

2002-03-27 Thread Thomas Schoefbeck

tom Wed Mar 27 14:22:06 2002 EDT

  Modified files:  
/phpdoc/de/language oop.xml 
  Log:
  file is finally complete now, translation will follow soon
  

Index: phpdoc/de/language/oop.xml
diff -u phpdoc/de/language/oop.xml:1.7 phpdoc/de/language/oop.xml:1.8
--- phpdoc/de/language/oop.xml:1.7  Wed Dec 12 15:46:22 2001
+++ phpdoc/de/language/oop.xml  Wed Mar 27 14:22:06 2002
 -1,30 +1,35 
 ?xml version=1.0 encoding=iso-8859-1?
+!-- $Revision: 1.8 $ --
  chapter id=language.oop
-  titleKlassen und Objekte/title
+  titleClasses and Objects/title
 
   sect1 id=keyword.class
-   titleliteralKlassen/literal/title
+   titleliteralclass/literal/title
para
-Eine Klasse ist eine Sammlung von Variablen und von Funktionen,
-die mit diesen Variablen arbeiten. Eine Klasse wird folgendermaßen
-definiert:
+A class is a collection of variables and functions working with
+these variables.  A class is defined using the following syntax:
+ 
 informalexample
  programlisting role=php
-lt;?php
-class Einkaufswagen {
-var $produkte;  // Produkte in Ihrem Einkaufswagen
+![CDATA[
+?php
+class Cart
+{
+var $items;  // Items in our shopping cart

-// Füge dem Einkaufswagen $anzahl Artikel der Sorte $artnr zu
+// Add $num articles of $artnr to the cart
  
-function fuege_hinzu ($artnr, $anzahl) {
-$this-produkte[$artnr] += $anzahl;
+function add_item ($artnr, $num)
+{
+$this-items[$artnr] += $num;
 }

-// Nimm $anzahl von Artikel wieder aus dem Einkaufswagen
+// Take $num articles of $artnr out of the cart
  
-function nimm_heraus ($artnr, $anzahl) {
-if ($this-produkte[$artnr]  $anzahl) {
-$this-produkte[$artnr] -= $anzahl;
+function remove_item ($artnr, $num)
+{
+if ($this-items[$artnr]  $num) {
+$this-items[$artnr] -= $num;
 return true;
 } else {
 return false;
 -32,122 +37,870 
 }
 }
 ?
+]]
  /programlisting
 /informalexample
/para
+ 
+   para
+This defines a class named Cart that consists of an associative
+array of articles in the cart and two functions to add and remove
+items from this cart.
+   /para
+
+   caution
+simpara
+ The following cautionary notes are valid for PHP 4.
+/simpara
+
+simpara
+ The name literalstdClass/literal is used interally by
+ Zend and is reserved. You cannot have a class named
+ literalstdClass/literal in PHP.
+/simpara
+
+simpara
+  The function names literal__sleep/literal and
+  literal__wakeup/literal are magical in PHP classes. You
+  cannot have functions with these names in any of your
+  classes unless you want the magic functionality associated
+  with them. See below for more information.
+/simpara
+
+simpara
+  PHP reserves all function names starting with __ as magical.
+  It is recommended that you do not use function names with
+  __ in PHP unless you want some documented magic functionality.
+/simpara
+   /caution
+
+   note
+simpara
+ In PHP 4, only constant initializers for literalvar/literal
+ variables are allowed. To initialize variables with non-constant
+ values, you need an initialization function which is called
+ automatically when an object is being constructed from the
+ class. Such a function is called a constructor (see below).
+/simpara
+informalexample
+ programlisting role=php
+![CDATA[
+?php
+/* None of these will work in PHP 4. */
+class Cart
+{
+var $todays_date = date(Y-m-d);
+var $name = $firstname;
+var $owner = 'Fred ' . 'Jones';
+var $items = array(VCR, TV);
+}
+
+/* This is how it should be done. */
+class Cart
+{
+var $todays_date;
+var $name;
+var $owner;
+var $items;
+
+function Cart()
+{
+$this-todays_date = date(Y-m-d);
+$this-name = $GLOBALS['firstname'];
+/* etc. . . */
+}
+}
+]]
+ /programlisting
+/informalexample
+   /note
+
+   para
+Classes are types, that is, they are blueprints for actual
+variables. You have to create a variable of the desired type with
+the literalnew/literal operator.
+   /para
+ 
+   informalexample
+programlisting role=php
+![CDATA[
+?php
+$cart = new Cart;
+$cart-add_item(10, 1);
+
+$another_cart = new Cart;
+$another_cart-add_item(0815, 3);
+]]
+/programlisting
+   /informalexample
+ 
para
-In diesem Beispiel wird eine Klasse Einkaufswagen definiert. Sie
-besteht aus einem assoziativen Array von Produkten im
-Einkaufswagen und zwei Funktionen zum Zufügen und Entfernen von
-Einkäufen.
+This creates the objects $cart and $another_cart, both of
+the class Cart. The function add_item() of the $cart object
+is being called to add 1 item of article number 10 to the
+$cart. 3 items of article number 0815 are being added to
+

Re: [PHP-DOC] cvs: phpdoc /de/language oop.xml

2002-03-27 Thread Egon Schmid

Please translate the comments in exampls back into German. It
doesn´t make any sense to have English comments in a German PHP
manual.

-Egon

- Original Message -
From: Thomas Schoefbeck [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 27, 2002 8:22 PM
Subject: [PHP-DOC] cvs: phpdoc /de/language oop.xml


 tom Wed Mar 27 14:22:06 2002 EDT

   Modified files:
 /phpdoc/de/language oop.xml
   Log:
   file is finally complete now, translation will follow soon





Re: [PHP-DOC] How to add user notes?

2002-03-27 Thread Philip Olson

You want to poke around phpweb:
  http://cvs.php.net/cvs.php/phpweb/manual

See also:
  http://cvs.php.net/cvs.php/php-master-web

The php-gtk site also implements it, including a 
voting feature.  Maybe look around php-gtk-web too.

Regards,
Philip


On Wed, 27 Mar 2002, Saunders, Craig wrote:

 Sorry to bother you but I'm trying to figure out how the User Notes
 functionality is implemented on php.net.  I expected to see some reference
 to it in the About the manual appendix, either in the About user notes
 or How we generate the formats sections.
 
 I poked around in the phpdoc cvs but couldn't find any hints.
 
 I am trying to implement an on-line manual with user notes functionality and
 would appreciate a pointer in the right direction.
 
 Thanks,
 Craig
 
 Craig R. Saunders, Modular Information Systems Corporation, Inc.
 [EMAIL PROTECTED], 925-244-5930 x210
 




Re: [PHP-DOC] Smarty docs

2002-03-27 Thread Gabor Hojtsy

  Sounds good to me, but I have neither the know-how nor the cycles to
  implement something like that.
  
  -Andrei
  * Entropy isn't what it used to be. *
  
  
  
  i'm afraid i've already voluntered for this
 
 Okay, but meanwhile am I supposed to recreate the build system for
 smarty-doc?

Well, I can't give you any estimates on when this
central build system will be implemented, if ever...
So IMHO it would be the only one choice *meanwhile*
to duplicate the system...

Goba





Re: [PHP-DOC] cvs: phpdoc /de/language oop.xml

2002-03-27 Thread Gabor Hojtsy

 Please translate the comments in exampls back into German. It
 doesn´t make any sense to have English comments in a German PHP
 manual.

The whole file seems to be comitted in English not German.

Goba





Re: [PHP-DOC] Smarty docs

2002-03-27 Thread Andrei Zmievski

On Wed, 27 Mar 2002, Gabor Hojtsy wrote:
 Well, I can't give you any estimates on when this
 central build system will be implemented, if ever...
 So IMHO it would be the only one choice *meanwhile*
 to duplicate the system...

That's what I'm asking, can someone help me set up the build system and
stylesheets so that documentation is rendered in website format?

-Andrei

Hacker: Any person who derives joy from
discovering ways to circumvent limitations.



Re: [PHP-DOC] Smarty docs

2002-03-27 Thread Gabor Hojtsy

  Well, I can't give you any estimates on when this
  central build system will be implemented, if ever...
  So IMHO it would be the only one choice *meanwhile*
  to duplicate the system...
 
 That's what I'm asking, can someone help me set up the build system and
 stylesheets so that documentation is rendered in website format?

Just try and ask anything, if you have problems.
I have a pay per minute net connection so I can't
be online to be an immediate supporter...

Goba





[PHP-DOC] Fwd: [PHP-NOTES] note 20259 added to function.session-set-cookie-params

2002-03-27 Thread Andrew Lindeman

Is this correct?

--  Forwarded Message  --

Subject: [PHP-NOTES] note 20259 added to function.session-set-cookie-params
Date: 27 Mar 2002 22:28:56 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

FYI -- The function prototype in the source code of php-4.1.2 is:

void session_set_cookie_params(int lifetime [, string path [, string domain
 [, bool secure]]]);

(The secure flag is missing from the on-line manual as well as the php.ini
 example files shipped in the 4.1.2 release.) --
http://www.php.net/manual/en/function.session-set-cookie-params.php
http://master.php.net/manage/user-notes.php?action=edit+20259
http://master.php.net/manage/user-notes.php?action=delete+20259
http://master.php.net/manage/user-notes.php?action=reject+20259


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

---

-- 
Linux is obsolete
(Andrew Tanenbaum)



Re: [PHP-DOC] Fwd: [PHP-NOTES] note 20259 added to function.session-set-cookie-params

2002-03-27 Thread Friedhelm Betz


Hi

 Is this correct?

Yes, from source:
/* {{{ proto void session_set_cookie_params(int lifetime [, string path [, string 
domain [, bool secure]]])
   Set session cookie parameters */
PHP_FUNCTION(session_set_cookie_params)

also the statement for php.ini

see also http://zugeschaut-und-mitgebaut.de/php/function.session_set_cookie_params.html

Friedhelm

 --  Forwarded Message  --

 Subject: [PHP-NOTES] note 20259 added to function.session-set-cookie-params
 Date: 27 Mar 2002 22:28:56 -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]

 FYI -- The function prototype in the source code of php-4.1.2 is:

 void session_set_cookie_params(int lifetime [, string path [, string domain
  [, bool secure]]]);

 (The secure flag is missing from the on-line manual as well as the php.ini
  example files shipped in the 4.1.2 release.) --
 http://www.php.net/manual/en/function.session-set-cookie-params.php
 http://master.php.net/manage/user-notes.php?action=edit+20259
 http://master.php.net/manage/user-notes.php?action=delete+20259
 http://master.php.net/manage/user-notes.php?action=reject+20259


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

 ---


/* {{{ proto void session_set_cookie_params(int lifetime [, string path [, string 
domain [, bool secure]]])
   Set session cookie parameters */
PHP_FUNCTION(session_set_cookie_params)


 Friedhelm   




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

2002-03-27 Thread Slawomir Pucia

slawek  Wed Mar 27 18:11:34 2002 EDT

  Modified files:  
/phpdoc/pl/appendices   resources.xml 
  Log:
  Updated to EN 1.23
  
  
Index: phpdoc/pl/appendices/resources.xml
diff -u phpdoc/pl/appendices/resources.xml:1.2 phpdoc/pl/appendices/resources.xml:1.3
--- phpdoc/pl/appendices/resources.xml:1.2  Mon Mar 11 13:46:56 2002
+++ phpdoc/pl/appendices/resources.xml  Wed Mar 27 18:11:34 2002
 -1,6 +1,6 
 ?xml version=1.0 encoding=iso-8859-2?
-!-- EN-Revision: 1.22 Maintainer: Qrak Status: ready --
-!-- $Revision: 1.2 $ --
+!-- EN-Revision: 1.23 Maintainer: Qrak Status: ready --
+!-- $Revision: 1.3 $ --
 appendix id=resource
  titleLista Rodzajów Zasobów/title
  para
 -1586,14 +1586,14 
 entryRezultat ODBC/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





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

2002-03-27 Thread Andrew Lindeman

alindeman   Wed Mar 27 18:15:38 2002 EDT

  Modified files:  
/phpdoc/en/functionssession.xml 
  Log:
  adding secure option that was missing
  
  
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.83 phpdoc/en/functions/session.xml:1.84
--- phpdoc/en/functions/session.xml:1.83Sat Mar  2 17:45:30 2002
+++ phpdoc/en/functions/session.xml Wed Mar 27 18:15:38 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.83 $ --
+!-- $Revision: 1.84 $ --
  reference id=ref.session
   titleSession handling functions/title
   titleabbrevSessions/titleabbrev
 -935,6 +935,7 
   methodparamtypeint/typeparameterlifetime/parameter/methodparam
   methodparam 
choice=opttypestring/typeparameterpath/parameter/methodparam
   methodparam 
choice=opttypestring/typeparameterdomain/parameter/methodparam
+  methodparam 
+choice=opttypebool/typeparametersecure/parameter/methodparam
  /methodsynopsis
 para
  Set cookie parameters defined in the php.ini file.  The effect of this





Re: [PHP-DOC] cvs: phpdoc /de/language oop.xml

2002-03-27 Thread Egon Schmid

From: Gabor Hojtsy [EMAIL PROTECTED]

  Please translate the comments in exampls back into German. It
  doesn´t make any sense to have English comments in a German PHP
  manual.

 The whole file seems to be comitted in English not German.

Oops, haven´t read the huge commit not very carefull. Version 1.8 of
de/language/oop.xml is English and version 1.7 is German. Thank you
for reporting this.

-Egon




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

2002-03-27 Thread Gabor Hojtsy

 alindeman Wed Mar 27 18:15:38 2002 EDT
 
   Modified files:  
 /phpdoc/en/functions session.xml 
   Log:
   adding secure option that was missing

It would be nice to also add a sentence about version
availability of that parameter...

Goba





[PHP-DOC] cvs: phpdoc /ro/chapters intro.xml

2002-03-27 Thread Adrian Jurjica

adiju   Wed Mar 27 18:49:29 2002 EDT

  Modified files:  
/phpdoc/ro/chapters intro.xml 
  Log:
  Made minor corrections.
  
Index: phpdoc/ro/chapters/intro.xml
diff -u phpdoc/ro/chapters/intro.xml:1.2 phpdoc/ro/chapters/intro.xml:1.3
--- phpdoc/ro/chapters/intro.xml:1.2Wed Mar 27 10:25:15 2002
+++ phpdoc/ro/chapters/intro.xmlWed Mar 27 18:49:29 2002
 -1,6 +1,6 
 ?xml version=1.0 encoding=iso-8859-2?
 !-- EN-Revision: 1.29 Maintainer: spooky Status: ready --
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  chapter id=introduction
   titleIntroducere/title
 
 -199,21 +199,21 
 DOM. Poþi folosi extensia noastra XSLT pentru a transforma documentele XML.
/para
para
-Folosinf PHP în domeniul comerþului electronic, vei descoperi foarte 
+Folosind PHP în domeniul comerþului electronic, vei descoperi foarte 
 folositoare pentru programul tãu de plaþi online funcþii de platã Cybercash, 
 CyberMUT, VeriSign Payflow Pro ºi CCVS.
/para
para
-În cele din urmã, dar nu ultimul, avem ºi alte extensii interesante, cum ar 
-fi funcþiile ale motorului de cãutare mnoGoSearch, funcþii pentru accesarea 
+În cele din urmã, dar nu ultimul rând, avem ºi alte extensii interesante, cum ar 
+fi funcþii ale motorului de cãutare mnoGoSearch, funcþii pentru accesarea 
 IRC-ului, multe utilitare de compresie (gzip, bz2), conversie de calendar, 
 traducere...
/para
para
 Dupã cum poþi observa aceastã paginã nu este de ajuns pentru a scrie toate 
-psobilitãþile ºi beneficiile oferite de PHP. Citeste mai departe secþiunile 
-despre link linkend=installationinstalrea PHP/link, ºi link 
-linkend=funcrefdocumentaþia funcþiilor/link parte a explicaþiilor a 
+posbilitãþile ºi beneficiile oferite de PHP. Citeºte mai departe secþiunile 
+despre link linkend=installationinstalarea PHP/link, ºi link 
+linkend=funcrefdocumentaþia funcþiilor/link parte a explicaþiilor 
 extensiilor menþionate mai sus.
/para
   /sect1





[PHP-DOC] cvs: phpdoc /ro/chapters install.xml

2002-03-27 Thread Adrian Jurjica

adiju   Wed Mar 27 18:51:56 2002 EDT

  Modified files:  
/phpdoc/ro/chapters install.xml 
  Log:
  Made minor corrections.
  
Index: phpdoc/ro/chapters/install.xml
diff -u phpdoc/ro/chapters/install.xml:1.1 phpdoc/ro/chapters/install.xml:1.2
--- phpdoc/ro/chapters/install.xml:1.1  Wed Mar 27 11:47:28 2002
+++ phpdoc/ro/chapters/install.xml  Wed Mar 27 18:51:56 2002
 -1,38 +1,34 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 !-- EN-Revision: install.general.xml 1.1 Maintainer: spooky Status: ready --
 chapter id=installation
  titleInstalare/title
   sect1 id=install.general
titleAspecte generale privind instalarea/title
para
-Înainte de începerea instalãrii, trebuie sã ºtii pentru ce vrei sã 
+Înainte de începerea instalãrii, trebuie sã ºti pentru ce vrei sã 
 foloseºti 
 PHP-ul. Sunt trei domenii principale în care poþi folosi PHP-ul descrise în 
 secþiunea link linkend=intro-whatcandoCe poate face PHP?/link
 itemizedlist
- listitemsimparaScripting ce ruleazãa de partea 
-serverului/simpara/listitem
- listitemsimparaScripting la linia de comandã/simpara/listitem
- listitemsimparaAplicaþii GUI ce ruleazã de partea 
-clientului/simpara/listitem
+ listitemsimparaScripturi ce ruleazã pe partea de server/simpara/listitem
+ listitemsimparaScripturi ce ruleazã din linia de comandã/simpara/listitem
+ listitemsimparaAplicaþii GUI ce ruleazã la client/simpara/listitem
 /itemizedlist
/para
para
-Pentru prima ºi cea mai utilizatã formp, ai nevoie de trei lucruri: însuºi 
+Pentru prima ºi cea mai utilizatã formã, ai nevoie de trei lucruri: însuºi 
 PHP-ul, un server de web ºi un navigator web. Probabil ai deja un navigator 
-web, ºi, depindinzând de instalarea sistemului tãu de operare, s-ar putea sã 
+web, ºi, depinzând de instalarea sistemului tãu de operare, s-ar putea sã 
 ai ºi un server de web (ex. Apache pe Linux sau IIS pe Windows).
-Ai putea deasemenea sã inchiriezi spaþiu pe web de la o companie. În acest 
-fel, nu trebuiascã sã seteti tu personal, doar sã scrii scripturile PHP, le 
+Ai putea, de asemenea, sã inchiriezi spaþiu pe web de la o companie. În acest 
+fel, nu trebuiascã sã setezi tu personal, doar sã scrii scripturile PHP, le 
 transferi pe server pe care ai închiriat spaþiul ºi vezi rezultatul obþinut 
-în browser. Poþi gãsi o listã cu companii care oferã hosting la ulink 
-url=url.php.hosts;url.php.hosts;/ulink.
+în browser. Poþi gãsi o listã cu companii care oferã hosting la ulink 
+url=url.php.hosts;url.php.hosts;/ulink.
/para
para
 Dacã instalezi serverul ºi PHP de unul singur, ai la dispoziþie douã 
-metode 
-de a conecta PHP de server. Pentru majoritatea serverelor PHP are un modul 
+metode de a conecta PHP de server. Pentru majoritatea serverelor PHP are un modul 
 direct de interfaþã (numit ºi SAPI). Aceste server includ Apache, Microsoft 
 Internet Information Server, Netscape ºi iPlanet. Multe alte server au 
 suport pentru ISAPI, modulul de interfata Microsoft (OmniHTTPd spre 





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

2002-03-27 Thread Philip Olson

philip  Wed Mar 27 18:55:33 2002 EDT

  Modified files:  
/phpdoc/en/functionsarray.xml 
  Log:
  array_search: Returns NULL on failure prior to 4.2.0
See also array_keys
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.168 phpdoc/en/functions/array.xml:1.169
--- phpdoc/en/functions/array.xml:1.168 Tue Mar 26 14:13:19 2002
+++ phpdoc/en/functions/array.xml   Wed Mar 27 18:55:32 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.168 $ --
+!-- $Revision: 1.169 $ --
  reference id=ref.array
   titleArray Functions/title
   titleabbrevArrays/titleabbrev
 -2954,6 +2954,12 
  parameterneedle/parameter and returns the key if it is found in
  the array, false; otherwise.
 /para
+note
+ para
+  Prior to PHP 4.2.0, functionarray_search/function returns
+  constantNULL/constant on failure instead of false;.
+ /para
+/note
 para
  If the optional third parameter parameterstrict/parameter is set to
  true; then the functionarray_search/function
 -2962,7 +2968,7 
 /para
 return.falseproblem;
 para
- See also functionin_array/function.
+ See also functionarray_keys/function and functionin_array/function.
 /para
/refsect1
   /refentry





[PHP-DOC] Using your manual

2002-03-27 Thread Stan Schofer

At 11:42 PM 3/27/2002 +0100, you wrote:
  I teach at Lexington Community College in Lexington, KY.  We have course,
  CIS 150 Internet Technologies, that we cannot find a book for.
  We are going to make a reference book on the web.  See syllabi for course
  http://www.cthefuture.com/cis150/CIS150syllabi.pdf
 
  Would you give your permission to use sections from you PHP manual on this
  web reference?  It will be free and for the use of our students.
  We would acknowledge where the material came from.

Please send this letter yourself to [EMAIL PROTECTED]

Thanks,
Goba [one [EMAIL PROTECTED]]
Stan Schofer
[EMAIL PROTECTED]
http://www.cthefuture.com




[PHP-DOC] cvs: phpdoc /en/faq databases.xml

2002-03-27 Thread Simone Cortesi

cortesi Wed Mar 27 19:22:32 2002 EDT

  Modified files:  
/phpdoc/en/faq  databases.xml 
  Log:
  WS
  
Index: phpdoc/en/faq/databases.xml
diff -u phpdoc/en/faq/databases.xml:1.13 phpdoc/en/faq/databases.xml:1.14
--- phpdoc/en/faq/databases.xml:1.13Wed Dec 12 15:46:32 2001
+++ phpdoc/en/faq/databases.xml Wed Mar 27 19:22:32 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.13 $ --
+!-- $Revision: 1.14 $ --
  chapter id=faq.databases
   titleDatabase issues/title
   titleabbrevDatabase issues/titleabbrev
 -60,11 +60,11 
   and PHP both understand, such as flat files or dBase databases.
   On this point Tim Hayes from OpenLink software writes:
   programlisting
-Using another database as an intermediary is not a good idea, when you can
-use ODBC from PHP straight to your database - i.e. with OpenLink's drivers. If
-you do need to use an intermediary file format, OpenLink have now released
-Virtuoso (a virtual database engine) for NT, Linux and other unix platforms.
-Please visit our ulink url=faqurl.openlinksw;website/ulink for a free download.
+  Using another database as an intermediary is not a good idea, when you can
+  use ODBC from PHP straight to your database - i.e. with OpenLink's drivers. If
+  you do need to use an intermediary file format, OpenLink have now released
+  Virtuoso (a virtual database engine) for NT, Linux and other unix platforms.
+  Please visit our ulink url=faqurl.openlinksw;website/ulink for a free 
+download.
   /programlisting
  /para
  para





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

2002-03-27 Thread Philip Olson

philip  Wed Mar 27 19:26:20 2002 EDT

  Modified files:  
/phpdoc/en/functionsarray.xml 
  Log:
  list: Added more examples, which demonstrate ,,, syntax
See also extract()
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.169 phpdoc/en/functions/array.xml:1.170
--- phpdoc/en/functions/array.xml:1.169 Wed Mar 27 18:55:32 2002
+++ phpdoc/en/functions/array.xml   Wed Mar 27 19:26:19 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.169 $ --
+!-- $Revision: 1.170 $ --
  reference id=ref.array
   titleArray Functions/title
   titleabbrevArrays/titleabbrev
 -3127,8 +3127,36 
  Like functionarray/function, this is not really a function,
  but a language construct.  functionlist/function is used to
  assign a list of variables in one operation.
+/para
+para
+ example
+  titlefunctionlist/function examples/title
+  programlisting role=php
+![CDATA[
+?php
+
+$info = array('coffee', 'brown', 'caffeine');
+
+// Listing all the variables
+list($drink, $color, $power) = $info;
+print $drink is $color and $power makes it special.\n;
+
+// Listing some of them
+list($drink, , $power) = $info;
+print $drink has $power.\n;
+
+// Or let's skip to only the third one
+list( , , $power) = $info;
+print I need $power!\n;
+
+?
+]]
+  /programlisting
+ /example
+/para
+para
  example
-  titlefunctionlist/function example/title
+  titleAn example use of functionlist/function/title 
   programlisting role=php
 ![CDATA[
 table
 -3155,7 +3183,8 
  /example
 /para
 para
- See also functioneach/function and functionarray/function.
+ See also functioneach/function, functionarray/function 
+ and functionextract/function.
 /para
/refsect1
   /refentry





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

2002-03-27 Thread Simone Cortesi

cortesi Wed Mar 27 19:35:53 2002 EDT

  Modified files:  
/phpdoc/it/functionsexec.xml 
  Log:
  updating to EN 1.27
  
Index: phpdoc/it/functions/exec.xml
diff -u phpdoc/it/functions/exec.xml:1.15 phpdoc/it/functions/exec.xml:1.16
--- phpdoc/it/functions/exec.xml:1.15   Tue Mar 26 11:30:52 2002
+++ phpdoc/it/functions/exec.xmlWed Mar 27 19:35:53 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- EN-Revision: 1.24 Maintainer: cortesi Status: working --
+!-- EN-Revision: 1.27 Maintainer: cortesi Status: working --
 !-- CREDITS: giacomo --
  reference id=ref.exec
   titleFunzioni per l'esecuzione di programmi/title
 -68,9 +68,9 
  functionescapeshellcmd/function elude ogni carattere di una stringa che
  potrebbe essere usata per indurre un comando shell ad eseguire comandi
  arbitrari. Questa funzione dovrebbe essere usata per assicurarsi che ogni dato
- che giunga dall'input dell utente venga nutralizzato prima prima di venir passato
+ che giunga dall'input dell'utente venga neutralizzato prima di essere passato
  a funzioni come functionexec/function o
- functionsystem/function, o al link
+ functionsystem/function o all'link
  linkend=language.operators.executionoperatore backtick
  /link. Un modello d'utilizzo potrebbe essere:/para
 para
 -78,7 +78,7 
   programlisting role=php
 ![CDATA[
 $e = escapeshellcmd($userinput);
-system(echo $e); // qui non ci preoccupiamo se $e contenga spazi
+system(echo $e); // qui non ci preoccupiamo se $e contiene spazi
 $f = escapeshellcmd($filename);
 system(touch \/tmp/$f\; ls -l \/tmp/$f\); // e qui invece lo facciamo, usando 
le virgolette
 ]]
 -120,7 +120,7 
  verrà riempito con ogni linea del output del comando.  
  Nota che se il vettore contiene già degli elementi,
  functionexec/function li aggiungerà in coda vettore.
- Se non vuoi che la funzione aggiunga elementi, esegui un 
+ Se non si vuole che la funzione aggiunga elementi, eseguire un 
  functionunset/function sul vettore prima di passarlo ad
  functionexec/function.
 /para
 -183,11 +183,11 
 /para
 warning
  para
-  If you are going to allow data coming from user input to be passed to
-  this function, then you should be using
-  functionescapeshellarg/function or
-  functionescapeshellcmd/function to make sure that users cannot trick
-  the system into executing arbitrary commands.
+  Se si intende permettere ai dati provenienti dall'input dell'utente di essere 
+passati
+  a questa funzione, allora si dovrebbe usare
+  functionescapeshellarg/function o
+  functionescapeshellcmd/function, questo al fine di assicurarsi che gli 
+utenti non possano
+  maliziosamente indurrethe il sistema ad eseguire comandi arbitrari.
  /para
 /warning
 note
 -279,8 +279,8 
   methodparamtypestring/typeparametercmd/parameter/methodparam
  /methodsynopsis
 para
- This function is identical to the link
- linkend=language.operators.executionbacktick operator/link.
+ Questa funzione è identica all'link
+ linkend=language.operators.executionoperatore backtick/link.
 /para
/refsect1
   /refentry





[PHP-DOC] cvs: phpdoc /fi bookinfo.xml language-defs.ent language-snippets.ent preface.xml translation.xml

2002-03-27 Thread Jani Taskinen

sniper  Wed Mar 27 19:39:23 2002 EDT

  Modified files:  
/phpdoc/fi  bookinfo.xml language-defs.ent language-snippets.ent 
preface.xml translation.xml 
  Log:
  Added the revision stuff + updated the translators
  
Index: phpdoc/fi/bookinfo.xml
diff -u phpdoc/fi/bookinfo.xml:1.1 phpdoc/fi/bookinfo.xml:1.2
--- phpdoc/fi/bookinfo.xml:1.1  Tue Mar 26 10:34:55 2002
+++ phpdoc/fi/bookinfo.xml  Wed Mar 27 19:39:22 2002
@@ -1,5 +1,6 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
+!-- EN-Revision: 1.26 Maintainer: sniper Status: ready --
 
  bookinfo id=bookinfo
   authorgroup id=authors
Index: phpdoc/fi/language-defs.ent
diff -u phpdoc/fi/language-defs.ent:1.3 phpdoc/fi/language-defs.ent:1.4
--- phpdoc/fi/language-defs.ent:1.3 Tue Mar 26 19:21:58 2002
+++ phpdoc/fi/language-defs.ent Wed Mar 27 19:39:22 2002
@@ -1,4 +1,5 @@
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
+!-- EN-Revision: 1.12 Maintainer: sniper Status: ready --
 
 !ENTITY PHPManual PHP Käsikirja
 !ENTITY Date  Päiväys:
Index: phpdoc/fi/language-snippets.ent
diff -u phpdoc/fi/language-snippets.ent:1.2 phpdoc/fi/language-snippets.ent:1.3
--- phpdoc/fi/language-snippets.ent:1.2 Tue Mar 26 19:21:58 2002
+++ phpdoc/fi/language-snippets.ent Wed Mar 27 19:39:22 2002
@@ -1,4 +1,5 @@
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
+!-- EN-Revision: 1.22 Maintainer: sniper Status: ready --
 
 !ENTITY warn.experimental 'warningsimparaVaroitus! 
 Tämä laajennus on emphasisEKSPERIMENTAALINEN/emphasis. 
Index: phpdoc/fi/preface.xml
diff -u phpdoc/fi/preface.xml:1.2 phpdoc/fi/preface.xml:1.3
--- phpdoc/fi/preface.xml:1.2   Tue Mar 26 19:21:58 2002
+++ phpdoc/fi/preface.xml   Wed Mar 27 19:39:22 2002
@@ -1,5 +1,6 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
+!-- EN-Revision: 1.25 Maintainer: sniper Status: ready --
 
  preface id=preface
   titleEsipuhe/title
Index: phpdoc/fi/translation.xml
diff -u phpdoc/fi/translation.xml:1.2 phpdoc/fi/translation.xml:1.3
--- phpdoc/fi/translation.xml:1.2   Tue Mar 26 17:16:30 2002
+++ phpdoc/fi/translation.xml   Wed Mar 27 19:39:22 2002
@@ -8,10 +8,12 @@
  /intro
 
  translators
-  person name=Jani Taskinen  email=[EMAIL PROTECTED]
nick=sniper   cvs=yes /
+  person name=Jani Taskinen email=[EMAIL PROTECTED]  nick=sniper  
+  cvs=yes /
+  person name=Henry Karpatskij  email=[EMAIL PROTECTED]  
+nick=spheroid  cvs=yes /
  /translators
 
  work-in-progress
+  file name=language/basic-syntax.xml  person=spheroid type=working /
  /work-in-progress
 
 /translation





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

2002-03-27 Thread Simone Cortesi

cortesi Wed Mar 27 19:41:39 2002 EDT

  Modified files:  
/phpdoc/it  translation.xml 
  Log:
  removing exec: my WIP
  
Index: phpdoc/it/translation.xml
diff -u phpdoc/it/translation.xml:1.54 phpdoc/it/translation.xml:1.55
--- phpdoc/it/translation.xml:1.54  Wed Mar 27 08:39:47 2002
+++ phpdoc/it/translation.xml   Wed Mar 27 19:41:39 2002
 -54,7 +54,6 
   file name=functions/curl.xml  person=cortesi  type=working 
revision=1.28 date=18/03/2002 /
   file name=functions/filesystem.xmlperson=spisto   type=working /
   file name=functions/zip.xml   person=cortesi  type=offline /
-  file name=functions/exec.xml  person=cortesi  type=working /
   file name=language/functions.xml  person=spisto   type=offline 
revision=1.26 /
   file name=functions/errorfunc.xml person=pulici   type=offline 
revision=1.26 date=20/03/2002 /
   file name=functions/session.xml   person=penzotype=offline 
revision=1.83 date=20/03/2002 /





[PHP-DOC] Bug #16294 Updated: Pages loading slowly

2002-03-27 Thread caleb_666

 ID:   16294
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: Windows 98
 PHP Version:  4.1.2
 New Comment:

hmm, you recompiled it? HOW?

and by the way, i have downloaded the NEW CHM, and it doesnt have this
problem. (the new one is buggy but it works pretty good :P)


Previous Comments:


[2002-03-27 08:05:45] [EMAIL PROTECTED]

First I downloaded the italian CHM manual and it is slow as our user
reports, same for the english one on my machine (Windows98 SE).

Then I compiled myself the CHM and it does not show any problem in
speed. It is fast as usual PHP CHM are.



[2002-03-26 17:16:11] [EMAIL PROTECTED]

here's some more specif info:
The CHM file was compiled on: Sun Mar 24 02:00:26 2002

and it is the old (regular) CHM manual, not the one which you are
working on now (which is currently on the 4th edition).



[2002-03-26 17:09:41] [EMAIL PROTECTED]

hello,
I have recently downloaded the CHM help manual in english (from the
documantation page).
The file was compiled on 25th of March 2002.

When i swtich to any page, it takes about 30 seconds to load that
page.
I ran the manual on a Pentium 200 with 32MB of ram that has IE 6.0
installed.
This didnt happen with older versions of the manual(which i downloaded
about 3 months ago.)




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




[PHP-DOC] Bug #16294 Updated: Pages loading slowly

2002-03-27 Thread cortesi

 ID:   16294
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: Windows 98
 PHP Version:  4.1.2
 New Comment:

If you take a look here:
http://cvs.php.net/co.php/phpdoc/chm/make_chm.README you will find out
how to compile the manual in CHM format starting from the HTML files.


Previous Comments:


[2002-03-27 17:08:16] [EMAIL PROTECTED]

hmm, you recompiled it? HOW?

and by the way, i have downloaded the NEW CHM, and it doesnt have this
problem. (the new one is buggy but it works pretty good :P)



[2002-03-27 08:05:45] [EMAIL PROTECTED]

First I downloaded the italian CHM manual and it is slow as our user
reports, same for the english one on my machine (Windows98 SE).

Then I compiled myself the CHM and it does not show any problem in
speed. It is fast as usual PHP CHM are.



[2002-03-26 17:16:11] [EMAIL PROTECTED]

here's some more specif info:
The CHM file was compiled on: Sun Mar 24 02:00:26 2002

and it is the old (regular) CHM manual, not the one which you are
working on now (which is currently on the 4th edition).



[2002-03-26 17:09:41] [EMAIL PROTECTED]

hello,
I have recently downloaded the CHM help manual in english (from the
documantation page).
The file was compiled on 25th of March 2002.

When i swtich to any page, it takes about 30 seconds to load that
page.
I ran the manual on a Pentium 200 with 32MB of ram that has IE 6.0
installed.
This didnt happen with older versions of the manual(which i downloaded
about 3 months ago.)




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




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

2002-03-27 Thread Philip Olson

philip  Wed Mar 27 20:23:18 2002 EDT

  Modified files:  
/phpdoc/en/functionsarray.xml 
  Log:
  list: Only works on numerical arrays, and assumes it begins at 0.  Am writing 
this as a note as this behavoir will be changed one day.
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.170 phpdoc/en/functions/array.xml:1.171
--- phpdoc/en/functions/array.xml:1.170 Wed Mar 27 19:26:19 2002
+++ phpdoc/en/functions/array.xml   Wed Mar 27 20:23:18 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.170 $ --
+!-- $Revision: 1.171 $ --
  reference id=ref.array
   titleArray Functions/title
   titleabbrevArrays/titleabbrev
 -3128,6 +3128,12 
  but a language construct.  functionlist/function is used to
  assign a list of variables in one operation.
 /para
+note
+ para
+  functionlist/function only works on numerical arrays and assumes 
+  the numerical indices start at 0.
+ /para
+/note
 para
  example
   titlefunctionlist/function examples/title





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

2002-03-27 Thread Andrew Lindeman

The earliest version of PHP I have is 4.0.6 (couldn't find anything earlier 
in the 4.x range) and it is present in the 4.0.6 release.  Could someone find 
when this was added and where I can find an earlier than 4.0.6 release?  
Thanks.

Also, what do I need to do to get my name as  an author/editor or something 
like that on the manual?  Usually, I just edit/delete/reject user submitted 
notes, but occasionally I maintain the documentation (like this).  

--Andrew

On Wednesday 27 March 2002 05:27 pm, Gabor Hojtsy wrote:
  alindeman Wed Mar 27 18:15:38 2002 EDT
 
Modified files:
  /phpdoc/en/functions session.xml
Log:
adding secure option that was missing

 It would be nice to also add a sentence about version
 availability of that parameter...

 Goba

-- 
No matter how many resources you have, it is never enough. 
-- Murphy's Computer Laws n1



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

2002-03-27 Thread Rasmus Lerdorf

Peruse http://cvs.php.net

On Wed, 27 Mar 2002, Andrew Lindeman wrote:

 The earliest version of PHP I have is 4.0.6 (couldn't find anything earlier
 in the 4.x range) and it is present in the 4.0.6 release.  Could someone find
 when this was added and where I can find an earlier than 4.0.6 release?
 Thanks.

 Also, what do I need to do to get my name as  an author/editor or something
 like that on the manual?  Usually, I just edit/delete/reject user submitted
 notes, but occasionally I maintain the documentation (like this).

 --Andrew

 On Wednesday 27 March 2002 05:27 pm, Gabor Hojtsy wrote:
   alindeman Wed Mar 27 18:15:38 2002 EDT
  
 Modified files:
   /phpdoc/en/functions session.xml
 Log:
 adding secure option that was missing
 
  It would be nice to also add a sentence about version
  availability of that parameter...
 
  Goba

 --
 No matter how many resources you have, it is never enough.
   -- Murphy's Computer Laws n°1





[PHP-DOC] cvs: phpdoc /fi/language basic-syntax.xml

2002-03-27 Thread Henry Karpatskij

spheroidWed Mar 27 23:05:49 2002 EDT

  Added files: 
/phpdoc/fi/language basic-syntax.xml 
  Log:
  Added translated basic-syntax.xml.. Request for comments :)
  


Index: phpdoc/fi/language/basic-syntax.xml
+++ phpdoc/fi/language/basic-syntax.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
 chapter id=language.basic-syntax
  titleSyntaksi/title

   !--
   
NOTE: Last modified: 2001-05-16 13:00 GMT

the language part is currently under heavy revision. Please do not
not make any heavy (i.e. structural) modifications to this part 
for a moment. 

You'd also better not start any translation yet.

Comments are always welcome at [EMAIL PROTECTED]

Progress:

 intro : DOESN'T EXIST - yet?
 new chapter, with some introductionary remarks?
 Will be discussed on the ML soon.
 basic-syntax: 
 FINISHED
 except maybe moving the 'advanced escaping'
 to a better place?
 TODO: 
  - nada
 types : Being revised. Added all new types
 Boolean and Integer are more or less finished.
 The rest isn't.
 TODO: 
  - why is $foo[bar] bad syntax?
  - what's the difference between unset($bla) and
$bla = NULL; (it is different!)
  - $obj-{expr} syntax
  - (unset) cast?
  - $bla = unset == should've been nuked, don't mention it
  - $str{offset} syntax, rather than $str[offset]
  - read notes and apply when any of them are useful
  - remove notes which have been included here.
  - ...
 the rest: Not yet started with.
 TODO: 
  - ?
 oop   : has been revised by Kristian, DONE.
   --
   
  sect1 id=language.basic-syntax.phpmode
   titleEscaping from HTML/title
  
   para
Jäsentäessään tiedostoa PHP yksinkertaisesti ohittaa kaiken sisällön siihen asti, 
kunnes se löytää erityisen aloitustagin, joka kertoo jäsentimelle aloittaa koodin 
PHP-tulkkaus. Sitten tulkki suorittaa kaiken koodin jonka löytää, aina PHP-lopputagiin 
asti. Tämän jälkeen tulkki aloittaa tekstin ohittamisen uudelleen. Tämä mekanismi 
antaa mahdollisuuden lisätä PHP-koodia HTML:n sisään: kaikki PHP-tagin ulkopuolella 
jätetään täysin rauhaan, kun taas kaikki muu tulkataan PHP-koodina.
   /para

   para
On olemassa neljä tagiparia, joita voidaan käyttää PHP-koodin erottelemiseen. 
Näistä kaksi (lt;?php. . .?gt; ja lt;script language=phpgt;. . .lt;/scriptgt;) 
ovat aina käytettävissä; muut voidaan ottaa käyttöön tai pois käytöstä 
filenamephp.ini/filename asetustiedostossa. Vaikka lyhyempimuotoiset ja 
ASP-tyyliset tagit voivat olla käteviä, ne eivät ole niin siirrettäviä, kuin pidemmät 
versiot. Myös, jos aikomuksena on sisällyttää PHP-koodia XML- tai XHTML-dokumenteissa, 
joudutaan käyttämään lt;?php. . .?gt; muotoa, jotta mukauduttaisiin XML:ään.
   /para

   para
PHP:n tukemat tagit ovat:
   /para

para
 example
  titleTapoja erotella koodi HTML:stä/title
  programlisting role=php
![CDATA[
1.  ? echo (tämä on yksinkertaisin SGML-merkintätapa\n); ?
?= lauseke ? Tämä on helpompi tapa ilmaista ? echo lauseke ?

2.  ?php echo(XHTML- ja XML-dokumenttien kanssa voidaan käyttää seuraavaa 
menetelmää\n); ?

3.  script language=php
echo (jotkut editorit (kuten FrontPage) eivät pidä tällaisesta 
merkintätavasta);
/script

4.  % echo (ASP-tagejä voidaan myös vaihtoehtoisesti käyttää); %
%= $muuttuja; # Tämä on helpompi tapa ilmaista % echo . . . %
]]
  /programlisting
 /example
/para

   para
Ensimmäinen vaihtoehto on käytettävissä ainoastaan, jos lyhyet
tagit ovat sallittu. Ne voidaan sallia funktion
functionshort_tags/function avulla (PHP3 ainoastaan),
muuttamalla link linkend=ini.short-open-tag
short_open_tag/link asetusta PHP:n konfiguraatiotiedostossa,
tai kääntämällä PHP --enable-short-tags -parametrillä
commandconfigure/command komennon kanssa.
   /para

   para
Huomautettakoon, että toisena listattu merkintätapa on yleisesti
suositeltu, koska se mahdollistaa PHP:n käytön XML:ää
noudattavan koodin, kuten XHTML:n kanssa.
   /para

   para
Neljäs vaihtoehto on käytettävissä ainoastaan, jos ASP-tyyliset
tagit ovat sallittu konfiguraatiotiedoston link
linkend=ini.asp-tagsasp_tags/link asetuksella.

note
 paraASP-tyylisten tagien tuki on lisätty versiossa 3.0.4./para
/note
   /para

   para
Lohkon lopetustagi sisältää heti seuraavana tulevan rivinvaihdoin,
mikäli sellainen vain on. Näin ollen tarvitaan kaksi rivinvaihtoa,
jos lopulliseen tulosteeseen halutaan rivinvaihto lopetustagin
jälkeen. Lopetustagi myös sisältää puolipisteen; PHP-lohkon
viimeisellä rivillä ei 

[PHP-DOC] Stupid question about installing PHP

2002-03-27 Thread Thales

Ok!
I know it's a stupid question for everybody, but I'm here just for
translate the manual. Nothing more. So... I don't know nothing about
compiling in C or something like that. I just know about other languages.
The problem is that I can't install PHP under any kind of server. It
was functioning perfectly up to the day I had to reinstall my Windows (I
know it's also a stupid thing to do - work under Windows). I tried to
install PHP with the PWS, and when the server is running and I try to open a
file.php, I have this error message:

Security Alert! PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means
that a page will only be served up if the REDIRECT_STATUS CGI variable is
set. This variable is set, for example, by Apache's Action directive
redirect.

You may disable this restriction by recompiling the PHP binary with
the --disable-force-cgi-redirect switch. If you do this and you have your
PHP CGI binary accessible somewhere in your web tree, people will be able to
circumvent .htaccess security by loading files through the PHP parser. A
good way around this is to define doc_root in your php.ini file to something
other than your top-level DOCUMENT_ROOT. This way you can separate the part
of your web space which uses PHP from the normal part using .htaccess
security. If you do not have any .htaccess restrictions anywhere on your
site you can leave doc_root undefined. If you are running IIS, you may
safely set cgi.force_redirect=0 in php.ini.

Well... Then I tried setting the cgi.force_redirect to 0, and the
same problem was related. So I almost punched the screen and I decided to
install Apache Server. Before I format my HD, I had Apache Server working
perfectly. But now it wanted to say something bad to me. When I install PHP
with Apache Server and do all the configurations in the httpd.conf and in
php.ini, I try to Start Apache and the answer is:

Syntax error on line 1022 of c:/arquivos de
programas/apache/conf/httpd.conf:
Cannot load c:/arquivos de programas/php/sapi/php4apache.dll into server:
(1157)
 Nao e possivel encontrar um dos arquivos de biblioteca necessario para
executar
 esse aplicativo:

Note the errors or messages above, and press the ESC key to exit.  29...

The error reported is in Portuguese. It says: It's not possible to
find one of the library files that is need to run the application.. But the
file is in the location said and I already sent it to various directories
and it does the same message.
Does anybody help me? Save me, please!
Thanks all...

Thales Medeiros
   From Brazil.




RE: [PHP-DOC] Stupid question about installing PHP

2002-03-27 Thread James Cox

This isn't a stupid question!

It should work if you set cgi.force_redirect to 0 in php.ini.

You may need to restart PWS for these settings to take effect.

-Original Message-
From: Thales [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 28, 2002 7:43 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DOC] Stupid question about installing PHP


Ok!
I know it's a stupid question for everybody, but I'm here just for
translate the manual. Nothing more. So... I don't know nothing about
compiling in C or something like that. I just know about other languages.
The problem is that I can't install PHP under any kind of server. It
was functioning perfectly up to the day I had to reinstall my Windows (I
know it's also a stupid thing to do - work under Windows). I tried to
install PHP with the PWS, and when the server is running and I try to open a
file.php, I have this error message:

Security Alert! PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means
that a page will only be served up if the REDIRECT_STATUS CGI variable is
set. This variable is set, for example, by Apache's Action directive
redirect.

You may disable this restriction by recompiling the PHP binary with
the --disable-force-cgi-redirect switch. If you do this and you have your
PHP CGI binary accessible somewhere in your web tree, people will be able to
circumvent .htaccess security by loading files through the PHP parser. A
good way around this is to define doc_root in your php.ini file to something
other than your top-level DOCUMENT_ROOT. This way you can separate the part
of your web space which uses PHP from the normal part using .htaccess
security. If you do not have any .htaccess restrictions anywhere on your
site you can leave doc_root undefined. If you are running IIS, you may
safely set cgi.force_redirect=0 in php.ini.

Well... Then I tried setting the cgi.force_redirect to 0, and the
same problem was related. So I almost punched the screen and I decided to
install Apache Server. Before I format my HD, I had Apache Server working
perfectly. But now it wanted to say something bad to me. When I install PHP
with Apache Server and do all the configurations in the httpd.conf and in
php.ini, I try to Start Apache and the answer is:

Syntax error on line 1022 of c:/arquivos de
programas/apache/conf/httpd.conf:
Cannot load c:/arquivos de programas/php/sapi/php4apache.dll into server:
(1157)
 Nao e possivel encontrar um dos arquivos de biblioteca necessario para
executar
 esse aplicativo:

Note the errors or messages above, and press the ESC key to exit.  29...

The error reported is in Portuguese. It says: It's not possible to
find one of the library files that is need to run the application.. But the
file is in the location said and I already sent it to various directories
and it does the same message.
Does anybody help me? Save me, please!
Thanks all...

Thales Medeiros
   From Brazil.