Home  |  Linux  | Mysql  | PHP  | XML
From:Hartmut Holzgraefe Date:Sun Aug 10 12:47:00 2008
Subject:cvs: phpdoc-de /reference/errorfunc/functions error-reporting.xml /reference/funchand book.xml /reference/imap book.xml reference.xml
hholzgra		Sun Aug 10 18:47:00 2008 UTC

  Modified files:              
    /phpdoc-de/reference/errorfunc/functions	error-reporting.xml 
    /phpdoc-de/reference/funchand	book.xml 
    /phpdoc-de/reference/imap	book.xml reference.xml 
  Log:
  translation updates
  
  
http://cvs.php.net/viewvc.cgi/phpdoc-de/reference/errorfunc/functions/error-reporting.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc-de/reference/errorfunc/functions/error-reporting.xml
diff -u phpdoc-de/reference/errorfunc/functions/error-reporting.xml:1.12 phpdoc-de/reference/errorfunc/functions/error-reporting.xml:1.13
--- phpdoc-de/reference/errorfunc/functions/error-reporting.xml:1.12	Sat Aug  9 11:30:43 2008
+++ phpdoc-de/reference/errorfunc/functions/error-reporting.xml	Sun Aug 10 18:46:59 2008
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.12 $ -->
-<!-- EN-Revision: 1.20 Maintainer: hholzgra Status: ready -->
+<!-- $Revision: 1.13 $ -->
+<!-- EN-Revision: 1.22 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.error-reporting" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>error_reporting</refname>
@@ -139,6 +139,18 @@
             <link linkend="errorfunc.constants.errorlevels.e-recoverable-error">E_RECOVERABLE_ERROR</link>
            </entry>
           </row>
+          <row>
+            <entry>8192</entry>
+            <entry>
+              <link linkend="errorfunc.constants.errorlevels.e-deprecated-error">E_DEPRECATED</link>
+            </entry>
+          </row>
+          <row>
+            <entry>16384</entry>
+            <entry>
+              <link linkend="errorfunc.constants.errorlevels.e-user-deprecated">E_USER_DEPRECATED</link>           
+            </entry>
+          </row>
          </tbody>
         </tgroup>
        </table>
@@ -178,6 +190,11 @@
        <entry><constant>E_RECOVERABLE_ERROR</constant> wurde hinzugefügt.</entry>
       </row>
       <row>
+        <entry>5.3.0</entry>
+        <entry><constant>E_DEPRECATED</constant> und <constant>E_USER_DEPRECATED</constant> 
+          wurden hinzugefügt.</entry>
+      </row>
+      <row>
        <entry>6</entry>
        <entry><constant>E_STRICT</constant> ist nun in <constant>E_ALL</constant> enthalten.</entry>
       </row>
http://cvs.php.net/viewvc.cgi/phpdoc-de/reference/funchand/book.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-de/reference/funchand/book.xml
diff -u phpdoc-de/reference/funchand/book.xml:1.2 phpdoc-de/reference/funchand/book.xml:1.3
--- phpdoc-de/reference/funchand/book.xml:1.2	Sat Aug  9 11:30:44 2008
+++ phpdoc-de/reference/funchand/book.xml	Sun Aug 10 18:46:59 2008
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.4 Maintainer: hholzgra Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.5 Maintainer: hholzgra Status: ready -->
 <!-- Purpose: basic.vartype -->
 <!-- Membership: core -->
 
 <book xml:id="book.funchand" xmlns="http://docbook.org/ns/docbook">
- <title>Function Handling &Functions;</title>
- <titleabbrev>Function handling</titleabbrev>
+ <title>Function Handling</title>
 
  <preface xml:id="intro.funchand">
   &reftitle.intro;
http://cvs.php.net/viewvc.cgi/phpdoc-de/reference/imap/book.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-de/reference/imap/book.xml
diff -u phpdoc-de/reference/imap/book.xml:1.2 phpdoc-de/reference/imap/book.xml:1.3
--- phpdoc-de/reference/imap/book.xml:1.2	Sat Aug  9 11:30:44 2008
+++ phpdoc-de/reference/imap/book.xml	Sun Aug 10 18:47:00 2008
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.2 Maintainer: hholzgra Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.3 Maintainer: hholzgra Status: ready -->
 <!-- Purpose: remote.mail -->
 <!-- Membership: bundled, external -->
 <book xml:id="book.imap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>IMAP, POP3 and NNTP</title>
- 
+ <titleabbrev>IMAP</titleabbrev>
+
  <!-- {{{ preface -->
  <preface xml:id="intro.imap">
   &reftitle.intro;
http://cvs.php.net/viewvc.cgi/phpdoc-de/reference/imap/reference.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc-de/reference/imap/reference.xml
diff -u phpdoc-de/reference/imap/reference.xml:1.12 phpdoc-de/reference/imap/reference.xml:1.13
--- phpdoc-de/reference/imap/reference.xml:1.12	Sat Aug  9 11:30:44 2008
+++ phpdoc-de/reference/imap/reference.xml	Sun Aug 10 18:47:00 2008
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.12 $ -->
-<!-- EN-Revision: 1.21 Maintainer: hholzgra Status: ready -->
+<!-- $Revision: 1.13 $ -->
+<!-- EN-Revision: 1.22 Maintainer: hholzgra Status: ready -->
 
  <reference xml:id="ref.imap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <title>IMAP, POP3 and NNTP &Functions;</title>
-  <titleabbrev>IMAP</titleabbrev>
+  <title>IMAP &Functions;</title>
 
   <partintro>
    &reftitle.seealso;


Navigate in group php.doc.de at sever news.php.net
Previous Next




  
© No Copyright
You are free to use Anything
Site Maintained by PHP Developer
Powered By PHP Consultants