Update of /cvsroot/phplib/php-lib/doc/sgml
In directory usw-pr-cvs1:/tmp/cvs-serv17957/doc/sgml
Modified Files:
01-insttest.sgml 02-download.sgml 02-mod_php.sgml
02-procedure.sgml 03-auth.sgml 03-ct_file.sgml
Log Message:
Remove some of the references to NetUSE
Index: 01-insttest.sgml
===================================================================
RCS file: /cvsroot/phplib/php-lib/doc/sgml/01-insttest.sgml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 01-insttest.sgml 1999/10/29 11:26:01 1.4
--- 01-insttest.sgml 2001/08/13 12:22:07 1.5
***************
*** 10,15 ****
We do have a support mailing list available under the address
! <tt/ph...@li.../. To subscribe to the list, send the command
! <tt/subscribe/ to the address <tt/php...@li.../.
<descrip>
--- 10,16 ----
We do have a support mailing list available under the address
! <tt/php...@li.../. To subscribe to the
! list, send a message with <tt/subscribe/ as the subject to the
! address <tt/php...@li.../.
<descrip>
Index: 02-download.sgml
===================================================================
RCS file: /cvsroot/phplib/php-lib/doc/sgml/02-download.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 02-download.sgml 1999/10/24 12:15:19 1.2
--- 02-download.sgml 2001/08/13 12:22:07 1.3
***************
*** 3,8 ****
<sect1>Downloading and unpacking the distribution
! <p>The base library is supplied at <htmlurl
! url="http://phplib.netuse.de/" name="the PHP Base Library
download location">. Two different formats are provided: A
tar.gz version and a shar version.
--- 3,8 ----
<sect1>Downloading and unpacking the distribution
! <p>The base library is available from <htmlurl
! url="http://phplib.sourceforge.net/" name="the PHP Base Library
download location">. Two different formats are provided: A
tar.gz version and a shar version.
***************
*** 19,25 ****
your Unix shell (for example, by typing <tt/sh phplib.shar/).
! The <htmlurl url="mailto:ph...@li..." name="PHPLIB
support mailing list"> is available should you run into problems
! with the library. To subscribe send the command <tt/subscribe/
! to <htmlurl url="mailto:php...@li..."
! name="the mailing list subscription address">.
--- 19,25 ----
your Unix shell (for example, by typing <tt/sh phplib.shar/).
! The <htmlurl url="mailto:php...@li..." name="PHPLIB
support mailing list"> is available should you run into problems
! with the library. To subscribe to the list, send a message with
! <tt/subscribe/ as the subject to the address
! <tt/php...@li.../.
Index: 02-mod_php.sgml
===================================================================
RCS file: /cvsroot/phplib/php-lib/doc/sgml/02-mod_php.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 02-mod_php.sgml 1999/10/24 12:15:19 1.2
--- 02-mod_php.sgml 2001/08/13 12:22:07 1.3
***************
*** 38,42 ****
<tscreen><code>
! <Directory /home/www/servers/phplib.netuse.de/pages>
php3_include_path "/bla"
</Directory>
--- 38,42 ----
<tscreen><code>
! <Directory /home/www/servers/www.example.com/pages>
php3_include_path "/bla"
</Directory>
Index: 02-procedure.sgml
===================================================================
RCS file: /cvsroot/phplib/php-lib/doc/sgml/02-procedure.sgml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** 02-procedure.sgml 1999/10/24 12:15:20 1.3
--- 02-procedure.sgml 2001/08/13 12:22:07 1.4
***************
*** 19,29 ****
<tscreen><code>
! /home/www/servers/phplib.netuse.de/pages <- document root
! cgi <- php binary
! php <- includes and prepends
</code></tscreen>
! Make this php directory your php include directory: Put
! <tt>include_path = /home/www/servers/phplib.netuse.de/php</tt>
into <tt>cgi/php3.ini</tt>. If you already have an include path
defined in your setup, add the PHPLIB include path to the
--- 19,29 ----
<tscreen><code>
! /home/www/servers/www.example.com/pages <- document root
! cgi <- php binary
! php <- includes and prepends
</code></tscreen>
! Make this php directory your php include directory: Put
! <tt>include_path = /home/www/servers/www.example.com/php</tt>
into <tt>cgi/php3.ini</tt>. If you already have an include path
defined in your setup, add the PHPLIB include path to the
***************
*** 57,61 ****
statement has to be adapted to reflect this).
! Assuming your database server is named <tt/database.netuse.de/
and your CGI user is <tt/webuser/ and you are accessing the
database <tt/myapp/, do
--- 57,61 ----
statement has to be adapted to reflect this).
! Assuming your database server is named <tt/database.example.com/
and your CGI user is <tt/webuser/ and you are accessing the
database <tt/myapp/, do
***************
*** 88,92 ****
here and we add the statement
<tt>auto_prepend_file =
! /home/www/servers/phplib.netuse.de/php/prepend.php3</tt> to our
<tt/php3.ini/.
--- 88,92 ----
here and we add the statement
<tt>auto_prepend_file =
! /home/www/servers/www.example.com/php/prepend.php3</tt> to our
<tt/php3.ini/.
***************
*** 109,116 ****
<tag>Subscribe for support</tag>
! Subscribe to the mailing list <htmlurl url="mailto:ph...@li..."
! name="ph...@li...">. Do so by sending a mail body of <tt/subscribe/
! to <htmlurl url="mailto:php...@li..."
! name="php...@li..."> and follow instructions. Share your
! experiences.
</descrip>
--- 109,116 ----
<tag>Subscribe for support</tag>
! The <htmlurl url="mailto:php...@li..." name="PHPLIB
! support mailing list"> is available should you run into problems
! with the library. To subscribe to the list, send a message with
! <tt/subscribe/ as the subject to the address
! <tt/php...@li.../.
</descrip>
Index: 03-auth.sgml
===================================================================
RCS file: /cvsroot/phplib/php-lib/doc/sgml/03-auth.sgml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** 03-auth.sgml 1999/10/29 17:04:45 1.5
--- 03-auth.sgml 2001/08/13 12:22:07 1.6
***************
*** 381,385 ****
This feature has originally been written for the PHPLIB mailing
! list by Kristian Köhntopp and was included into the
documentation later.
--- 381,385 ----
This feature has originally been written for the PHPLIB mailing
! list by Kristian Koehntopp and was included into the
documentation later.
Index: 03-ct_file.sgml
===================================================================
RCS file: /cvsroot/phplib/php-lib/doc/sgml/03-ct_file.sgml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 03-ct_file.sgml 1999/08/27 15:27:12 1.1
--- 03-ct_file.sgml 2001/08/13 12:22:07 1.2
***************
*** 5,9 ****
To let Session use a file as a container, you use
! CT_Fole.
<sect2>Instance variables
--- 5,9 ----
To let Session use a file as a container, you use
! CT_File.
<sect2>Instance variables
|