[PHPLIB-DEV] cvs commit From: kk (phplib-dev <email protected>)
Date: 10/29/99

From: kk
Date: Fri Oct 29 13:26:32 1999
Modified files:
      php-lib/CHANGES
      php-lib/doc/sgml/01-insttest.sgml
      php-lib/doc/sgml/01-qinstgui.sgml

Log message:
Doc fix.

Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.126 php-lib/CHANGES:1.127
--- php-lib/CHANGES:1.126 Fri Oct 29 13:18:39 1999
+++ php-lib/CHANGES Fri Oct 29 13:26:01 1999
@@ -1,9 +1,10 @@
-$Id: CHANGES,v 1.126 1999/10/29 11:18:39 kk Exp $
+$Id: CHANGES,v 1.127 1999/10/29 11:26:01 kk Exp $
 
 29-Oct-1999 kk
   - Ok, Massimiliano, try this one. A complete Example_Auth class
     featuring reg and log mode and transparent switching between
     both.
+ - Documentation fix re magic_quotes.
 
 29-Oct-1999 at
   - modified pages/admin/view_sessions.php3 to be much more useful
Index: php-lib/doc/sgml/01-insttest.sgml
diff -u php-lib/doc/sgml/01-insttest.sgml:1.3 php-lib/doc/sgml/01-insttest.sgml:1.4
--- php-lib/doc/sgml/01-insttest.sgml:1.3 Sun Oct 24 12:21:23 1999
+++ php-lib/doc/sgml/01-insttest.sgml Fri Oct 29 13:26:01 1999
@@ -1,4 +1,4 @@
-<!-- $Id: 01-insttest.sgml,v 1.3 1999/10/24 10:21:23 kk Exp $ -->
+<!-- $Id: 01-insttest.sgml,v 1.4 1999/10/29 11:26:01 kk Exp $ -->
 
 <sect1>Testing
 <p>
@@ -119,12 +119,6 @@
 include&lowbar;path = pathname to directory with all the .inc files
 auto&lowbar;prepend&lowbar;file = path to prepend.php3
 track&lowbar;vars = On
-</code></tscreen>
-
-It should contain the following settings, too:
-
-<tscreen><code>
-magic&lowbar;quotes&lowbar;gpc = On
 </code></tscreen>
 
 If PHPLIB is included properly by your setup, the following page
Index: php-lib/doc/sgml/01-qinstgui.sgml
diff -u php-lib/doc/sgml/01-qinstgui.sgml:1.3 php-lib/doc/sgml/01-qinstgui.sgml:1.4
--- php-lib/doc/sgml/01-qinstgui.sgml:1.3 Sun Oct 24 14:15:19 1999
+++ php-lib/doc/sgml/01-qinstgui.sgml Fri Oct 29 13:26:01 1999
@@ -1,4 +1,4 @@
-<!-- $Id: 01-qinstgui.sgml,v 1.3 1999/10/24 12:15:19 kk Exp $ -->
+<!-- $Id: 01-qinstgui.sgml,v 1.4 1999/10/29 11:26:01 kk Exp $ -->
 
 <sect1>Quick Guide to Installation
 <p>
@@ -48,11 +48,10 @@
    read the <em>VERY IMPORTANT NOTE</em> above.
 
 <tag>Step 4</tag>
-<p>Also check that <tt/track&lowbar;vars/ are enabled and that you have
- enabled <tt/magic&lowbar;quotes&lowbar;gpc/. While you are at it, you might
- want to check <tt/sendmail&lowbar;path/, if you plan to send mail from
- your application. It has to be set to <tt>/usr/lib/sendmail -t</tt>
- on most UNIX systems to work.
+<p>Also check that <tt/track&lowbar;vars/ are enabled. While you are at it,
+ you might want to check <tt/sendmail&lowbar;path/, if you plan to send
+ mail from your application. It has to be set to <tt>/usr/lib/sendmail
+ -t</tt> on most UNIX systems to work.
 
    If you do not have control over your php3.ini file, you did
    not read the <em>VERY IMPORTANT NOTE</em> above.

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.