robert Tue Dec 14 12:34:55 2004 EDT
Modified files:
/phpdoc/en/install/unix openbsd.xml
Log:
take this to the current OpenBSD release (3.6)
http://cvs.php.net/diff.php/phpdoc/en/install/unix/openbsd.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/unix/openbsd.xml
diff -u phpdoc/en/install/unix/openbsd.xml:1.1
phpdoc/en/install/unix/openbsd.xml:1.2
--- phpdoc/en/install/unix/openbsd.xml:1.1 Tue Jun 8 17:47:58 2004
+++ phpdoc/en/install/unix/openbsd.xml Tue Dec 14 12:34:52 2004
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="install.unix.openbsd">
<title>OpenBSD installation notes</title>
<para>
This section contains notes and hints specific to installing
- PHP on <ulink url="&url.openbsd;">OpenBSD 3.4</ulink>.
+ PHP on <ulink url="&url.openbsd;">OpenBSD 3.6</ulink>.
</para>
<sect2 id="install.unix.openbsd.packages">
<title>Using Binary Packages</title>
@@ -15,30 +15,30 @@
The files you need can be found on your OpenBSD CD or on the FTP site.
</simpara>
<simpara>
- The main package you need to install is
<filename>php4-core-4.3.3.tgz</filename>,
+ The main package you need to install is
<filename>php4-core-4.3.8.tgz</filename>,
which contains the basic engine (plus gettext and iconv). Next, take a
look
- at the module packages, such as <filename>php4-mysql-4.3.3.tgz</filename>
- or <filename>php4-imap-4.3.3.tgz</filename>. You need to use the
<command>phpxs</command>
+ at the module packages, such as <filename>php4-mysql-4.3.8.tgz</filename>
+ or <filename>php4-imap-4.3.8.tgz</filename>. You need to use the
<command>phpxs</command>
command to activate and deactivate these modules in your &php.ini;.
</simpara>
<example id="install.unix.openbsd.ports.example">
<title>OpenBSD Package Install Example</title>
<programlisting role="shell">
<![CDATA[
-# pkg_add php4-core-4.3.3.tgz
+# pkg_add php4-core-4.3.8.tgz
# /usr/local/sbin/phpxs -s
# cp /usr/local/share/doc/php4/php.ini-recommended /var/www/conf/php.ini
(add in mysql)
-# pkg_add php4-mysql-4.3.3.tgz
+# pkg_add php4-mysql-4.3.8.tgz
# /usr/local/sbin/phpxs -a mysql
(add in imap)
-# pkg_add php4-imap-4.3.3.tgz
+# pkg_add php4-imap-4.3.8.tgz
# /usr/local/sbin/phpxs -a imap
(remove mysql as a test)
-# pkg_delete php4-mysql-4.3.3
+# pkg_delete php4-mysql-4.3.8
# /usr/local/sbin/phpxs -r mysql
(install the PEAR libraries)
-# pkg_add php4-pear-4.3.3.tgz
+# pkg_add php4-pear-4.3.8.tgz
]]>
</programlisting>
</example>
@@ -78,9 +78,9 @@
</listitem>
<listitem>
<simpara>
- The OpenBSD 3.4 package for the <ulink url="&url.gd;">gd</ulink> extension
requires
+ The OpenBSD 3.6 package for the <ulink url="&url.gd;">gd</ulink> extension
requires
XFree86 to be installed. If you do not wish to use some of the font
features that
- require X11, install the <filename>php4-gd-4.3.3-no_x11.tgz</filename>
package instead.
+ require X11, install the <filename>php4-gd-4.3.8-no_x11.tgz</filename>
package instead.
</simpara>
</listitem>
</itemizedlist>