He's been trying for a very long time :) Georg, take that back!
----- Original Message ----- From: "Philip Olson" <[EMAIL PROTECTED]> To: "Georg Richter" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 8:45 PM Subject: Re: [PHP-DOC] cvs: phpdoc /en/reference/mysql reference.xml Interesting, is PHP on a mission to teach english speakers German? ;) Philip On Wed, 10 Jul 2002, Georg Richter wrote: > georg Wed Jul 10 16:20:21 2002 EDT > > Modified files: > /phpdoc/en/reference/mysql reference.xml > Log: > fixed typo > > > Index: phpdoc/en/reference/mysql/reference.xml > diff -u phpdoc/en/reference/mysql/reference.xml:1.8 phpdoc/en/reference/mysql/reference.xml:1.9 > --- phpdoc/en/reference/mysql/reference.xml:1.8 Wed Jul 10 11:20:09 2002 > +++ phpdoc/en/reference/mysql/reference.xml Wed Jul 10 16:20:21 2002 > @@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- $Revision: 1.8 $ --> > +<!-- $Revision: 1.9 $ --> > <reference id="ref.mysql"> > <title>MySQL Functions</title> > <titleabbrev>MySQL</titleabbrev> > @@ -244,7 +244,45 @@ > <section id="mysql.constants"> > <title>Predefined constants</title> > <para> > - Since Version 4.3.0 it is possible to specify addtional client flags for the > + Seit der PHP Version 4.3.0 ist es möglich, den Funktionen <function> > + mysql_connect</function> und <function>mysql_pconnect</function> einen > + optionalen Parameter <parameter>client_flags</parameter> zu übergeben. > + Dieser verwendet folgende Konstanten: > + <table> > + <title>MySQL Client Konstanten</title> > + <tgroup cols="2"> > + <thead> > + <row> > + <entry>Konstante</entry> > + <entry>Beschreibung</entry> > + </row> > + </thead> > + <tbody> > + <row> > + <entry>MYSQL_CLIENT_COMPRESS</entry> > + <entry>benutzt ein komprimiertes Protokoll</entry> > + </row> > + <row> > + <entry>MYSQL_CLIENT_IGNORE_SPACE</entry> > + <entry>Ignoriert Leerzeichen hinter Funktionsnamen</entry> > + </row> > + <row> > + <entry>MYSQL_CLIENT_INTERACTIVE</entry> > + <entry>Ermöglicht Inaktivität einer Verbindung (wird serverseitig mit > + interactive_timeout spezifiziert). Nach Ablauf der spezifizierten > +Spanne wird die Verbindung beendet.</entry> > + </row> > + <row> > + <entry>MYSQL_CLIENT_SSL</entry> > + <entry>benutzt SSL (verschlüsseltes Protokoll)</entry> > + </row> > + </tbody> > + </tgroup> > + </table> > + > + </para> > + <para> > + Since Version 4.3.0 it is possible to specify additional client flags for the > <function>mysql_connect</function> and <function>mysql_pconnect</function> > functions. The following constants are defined: > <table> > > > > -- > PHP Documentation Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php