slawek Sat Mar 30 17:31:10 2002 EDT
Modified files:
/phpdoc/pl/features error-handling.xml images.xml remote-files.xml
safe-mode.xml
Log:
Updated to their corresponding EN versions.
Index: phpdoc/pl/features/error-handling.xml
diff -u phpdoc/pl/features/error-handling.xml:1.1
phpdoc/pl/features/error-handling.xml:1.2
--- phpdoc/pl/features/error-handling.xml:1.1 Mon Mar 25 12:48:38 2002
+++ phpdoc/pl/features/error-handling.xml Sat Mar 30 17:31:09 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.25 Maintainer: slawek Status: ready -->
-<!-- $Revision: 1.1 $ -->
+<!-- EN-Revision: 1.26 Maintainer: slawek Status: ready -->
+<!-- $Revision: 1.2 $ -->
<chapter id="features.error-handling">
<title>Obs�uga b��d�w</title>
@@ -102,7 +102,7 @@
<link linkend="language.operators.bitwise">operator�w bitowych</link>, by
po��czy� te warto�ci, lub zamaskowa� niekt�re typy b��d�w. Nale�y podkre�li�,
�e jedynie operatory '|', '~', '!', i '&' b�d� akceptowane przez
- <filename>php.ini</filename>, natomiast �aden z nich nie b�dzie akceptowany
+ &php.ini;, natomiast �aden z nich nie b�dzie akceptowany
przez <filename>php3.ini</filename>.
</para>
<para>
Index: phpdoc/pl/features/images.xml
diff -u phpdoc/pl/features/images.xml:1.7 phpdoc/pl/features/images.xml:1.8
--- phpdoc/pl/features/images.xml:1.7 Thu Dec 20 07:41:10 2001
+++ phpdoc/pl/features/images.xml Sat Mar 30 17:31:09 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.15 Maintainer: slawek Status: ready -->
-<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.16 Maintainer: slawek Status: ready -->
+<!-- $Revision: 1.8 $ -->
<chapter id="features.images">
<title>Tworzenie i manipulacja obrazkami</title>
@@ -23,7 +23,7 @@
<?php
Header("Content-type: image/png");
$string=implode($argv," ");
- $im = imageCreateFromPng("images/button1.png");
+ $im = ImageCreateFromPng("images/button1.png");
$orange = ImageColorAllocate($im, 220, 210, 60);
$px = (imagesx($im)-7.5*strlen($string))/2;
ImageString($im,3,$px,9,$string,$orange);
Index: phpdoc/pl/features/remote-files.xml
diff -u phpdoc/pl/features/remote-files.xml:1.6 phpdoc/pl/features/remote-files.xml:1.7
--- phpdoc/pl/features/remote-files.xml:1.6 Thu Dec 20 07:42:11 2001
+++ phpdoc/pl/features/remote-files.xml Sat Mar 30 17:31:09 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.13 Maintainer: slawek Status: ready -->
-<!-- $Revision: 1.6 $ -->
+<!-- EN-Revision: 1.14 Maintainer: slawek Status: ready -->
+<!-- $Revision: 1.7 $ -->
<chapter id="features.remote-files">
<title>Korzystanie ze zdalnych plik�w</title>
@@ -13,7 +13,7 @@
jest w��czona domy�lnie, chyba, �e dodasz opcj�
<option>--disable-url-fopen-wrapper</option> do ./configure
(w wersjach do 4.0.3) lub ustawisz <parameter>allow_url_fopen</parameter>
- na <literal>off</literal> w pliku php.ini (w nowszych wersjach).
+ na <literal>off</literal> w pliku &php.ini; (w nowszych wersjach).
</para>
<para>
<note>
Index: phpdoc/pl/features/safe-mode.xml
diff -u phpdoc/pl/features/safe-mode.xml:1.11 phpdoc/pl/features/safe-mode.xml:1.12
--- phpdoc/pl/features/safe-mode.xml:1.11 Sat Mar 16 20:35:18 2002
+++ phpdoc/pl/features/safe-mode.xml Sat Mar 30 17:31:09 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.20 Maintainer: slawek Status: ready -->
-<!-- $Revision: 1.11 $ -->
+<!-- EN-Revision: 1.21 Maintainer: slawek Status: ready -->
+<!-- $Revision: 1.12 $ -->
<chapter id="features.safe-mode">
<title>Tryb bezpieczny</title>
@@ -17,8 +17,10 @@
<programlisting role="ini">
<![CDATA[
safe_mode = Off
-open_basedir =
+safe_mode_gid = 0
+safe_mode_include_dir =
safe_mode_exec_dir =
+open_basedir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
disable_functions =
@@ -159,7 +161,7 @@
<row>
<entry><function>putenv</function></entry>
<entry>Podlega dyrektywom safe_mode_protected_env_vars i
- safe_mode_allowed_env_vars w php.ini. Zobacz r�wnie� dokumantacj�
+ safe_mode_allowed_env_vars w &php.ini;. Zobacz r�wnie� dokumantacj�
do <function>putenv</function></entry>
<!-- TODO: document those directives in chapters/config.xml -->
</row>