gerzson         Wed Feb 13 11:36:13 2002 EDT

  Modified files:              
    /phpdoc/hu/functions        array.xml xslt.xml 
    /phpdoc/hu/chapters config.xml 
    /phpdoc/hu/features http-auth.xml 
  Log:
  sync to EN revision
  
  
Index: phpdoc/hu/functions/array.xml
diff -u phpdoc/hu/functions/array.xml:1.11 phpdoc/hu/functions/array.xml:1.12
--- phpdoc/hu/functions/array.xml:1.11  Thu Feb  7 08:29:48 2002
+++ phpdoc/hu/functions/array.xml       Wed Feb 13 11:36:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.158 Maintainer: gerzson Status: ready  -->
+<!-- EN-Revision: 1.159 Maintainer: gerzson Status: ready  -->
 <!-- CREDITS: zvaranka -->
 
 <reference id="ref.array">
@@ -1698,6 +1698,14 @@
     az <parameter>offset</parameter> �ltal meghat�rozott pontt�l
     kezdve a t�mb v�g�ig minden elem beleker�l a sorozatba.
    </para>
+   <note>
+    <para> 
+     Az <function>array_slice</function> figyelmen k�v�l hagyja a t�mb aktu�lis
+     indexel�s�t, �s az <parameter>offset</parameter>-et �s a 
+     <parameter>length</parameter>-et az elemek pillanatnyi elhelyezked�se 
+     alapj�n sz�molja.
+    </para>
+   </note>
    <para>
     <example>
      <title><function>array_slice</function> p�ld�k</title>
Index: phpdoc/hu/functions/xslt.xml
diff -u phpdoc/hu/functions/xslt.xml:1.6 phpdoc/hu/functions/xslt.xml:1.7
--- phpdoc/hu/functions/xslt.xml:1.6    Thu Feb  7 16:29:36 2002
+++ phpdoc/hu/functions/xslt.xml        Wed Feb 13 11:36:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.30 Maintainer: gerzson Status: ready -->
+<!-- EN-Revision: 1.32 Maintainer: gerzson Status: ready  -->
  <reference id="ref.xslt">
   <title>XSLT f�ggv�nyek</title>
   <titleabbrev>XSLT</titleabbrev>
Index: phpdoc/hu/chapters/config.xml
diff -u phpdoc/hu/chapters/config.xml:1.20 phpdoc/hu/chapters/config.xml:1.21
--- phpdoc/hu/chapters/config.xml:1.20  Thu Feb  7 08:30:38 2002
+++ phpdoc/hu/chapters/config.xml       Wed Feb 13 11:36:12 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.36 Maintainer: gerzson Status: ready -->
+<!-- EN-Revision: 1.39 Maintainer: gerzson Status: ready -->
 <!-- CREDITS: goba -->
 
  <chapter id="configuration">
@@ -385,9 +385,17 @@
    kell elv�lasztani. Apache modul eset�n az open_basedir el�r�si utak
    az egy szinttel feljebb l�v� k�nyvt�rb�l automatikusan �r�kl�dnek.
   </para>
-        <note>
-         <para>T�bb k�nyvt�r megad�sa a 3.0.7-es verzi� �ta lehets�ges.</para>
-        </note>
+  <para> 
+   Az open_basedir alatt megadottak tulajdonk�ppen csak el�tagnak tekintend�k,
+   �s nem kimondottan k�l�n k�nyvt�rn�vnek. Ez azt jelenti, hogy az "open_basedir = 
+   /dir/incl" megengedi a hozz�f�r�st a "/dir/include" �s a "/dir/incls" 
+   k�nyvt�rakhoz, ha azok l�teznek. Ha egy adott k�nyvt�rra kell korl�tozni a
+   hozz�f�r�st, akkor a k�nyvt�rnevet perjellel (/) kell lez�rni, mint p�ld�ul:
+   "open_basedir = /dir/incl/" 
+   </para> 
+  <note>
+   <para>T�bb k�nyvt�r megad�sa a 3.0.7-es verzi� �ta lehets�ges.</para>
+  </note>
   <para>
    Alapbe�ll�t�sban a PHP semmilyen f�jl megnyit�s�t sem tiltja le.
   </para>
@@ -697,7 +705,7 @@
        <listitem>
   <para>
    Ha enged�lyezed, a legut�bbi hiba�zenet mindig ott lesz a
-   <symbol>$php_errormsg</symbol> glob�lis v�ltoz�ban.</para>
+   <varname>$php_errormsg</varname> glob�lis v�ltoz�ban.</para>
        </listitem>
       </varlistentry>
 
Index: phpdoc/hu/features/http-auth.xml
diff -u phpdoc/hu/features/http-auth.xml:1.11 phpdoc/hu/features/http-auth.xml:1.12
--- phpdoc/hu/features/http-auth.xml:1.11       Sat Dec 22 11:28:58 2001
+++ phpdoc/hu/features/http-auth.xml    Wed Feb 13 11:36:13 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.20 Maintainer: goba Status: ready -->
+<!-- EN-Revision: 1.21 Maintainer: goba Status: ready -->
 
  <chapter id="features.http-auth">
   <title>HTTP hiteles�t�s PHP-vel</title>
@@ -64,7 +64,7 @@
    Figyelj a hib�s Internet Explorer b�ng�sz�kre, amik nem fogadj�k
    el tetsz�leges sorrendben a HTTP fejl�ceket. A tesztek azt
    mutatj�k, hogy a <emphasis>WWW-Authenticate</emphasis> elk�ld�se
-   a <errorcode>HTTP/1.0 401</errorcode> el�tt megoldja a probl�m�t.
+   a <literal>HTTP/1.0 401</literal> el�tt megoldja a probl�m�t.
   </para>
 
   <simpara>


Reply via email to