Author: shinz
Date: 2006-03-01 13:54:32 +0100 (Wed, 01 Mar 2006)
New Revision: 1469
Log:
Fix rendering problem with long lines
Modified:
trunk/refman-4.1/apis.xml
trunk/refman-5.0/apis.xml
trunk/refman-5.1/apis.xml
Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml 2006-02-28 22:36:12 UTC (rev 1468)
+++ trunk/refman-4.1/apis.xml 2006-03-01 12:54:32 UTC (rev 1469)
@@ -13089,9 +13089,9 @@
<para>
Configure PHP like this:
- <programlisting>
- ./configure --with-mysqli=/usr/bin/mysql_config --with-mysql=/usr
- </programlisting>
+<programlisting>
+./configure --with-mysqli=/usr/bin/mysql_config --with-mysql=/usr
+</programlisting>
</para>
</listitem>
@@ -13099,17 +13099,21 @@
<para>
Edit the <filename>Makefile</filename> and search for a line
that starts with <literal>EXTRA_LIBS</literal>. It might
- look like this:
+ look like this (all on one line):
- <programlisting>
- EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lmysqlclient -lz -lcrypt -lnsl -lm -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
- </programlisting>
+<programlisting>
+EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl
+-lxml2 -lz -lm -lxml2 -lz -lm -lmysqlclient -lz -lcrypt -lnsl -lm
+-lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
+</programlisting>
- Remove all duplicates, so that the line looks like this:
+ Remove all duplicates, so that the line looks like this (all
+ on one line):
- <programlisting>
- EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lxml2
- </programlisting>
+<programlisting>
+EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl
+-lxml2
+</programlisting>
</para>
</listitem>
Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml 2006-02-28 22:36:12 UTC (rev 1468)
+++ trunk/refman-5.0/apis.xml 2006-03-01 12:54:32 UTC (rev 1469)
@@ -13056,9 +13056,9 @@
<para>
Configure PHP like this:
- <programlisting>
- ./configure --with-mysqli=/usr/bin/mysql_config --with-mysql=/usr
- </programlisting>
+<programlisting>
+./configure --with-mysqli=/usr/bin/mysql_config --with-mysql=/usr
+</programlisting>
</para>
</listitem>
@@ -13066,17 +13066,21 @@
<para>
Edit the <filename>Makefile</filename> and search for a line
that starts with <literal>EXTRA_LIBS</literal>. It might
- look like this:
+ look like this (all on one line):
- <programlisting>
- EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lmysqlclient -lz -lcrypt -lnsl -lm -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
- </programlisting>
+<programlisting>
+EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl
+-lxml2 -lz -lm -lxml2 -lz -lm -lmysqlclient -lz -lcrypt -lnsl -lm
+-lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
+</programlisting>
- Remove all duplicates, so that the line looks like this:
+ Remove all duplicates, so that the line looks like this (all
+ on one line):
- <programlisting>
- EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lxml2
- </programlisting>
+<programlisting>
+EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl
+-lxml2
+</programlisting>
</para>
</listitem>
@@ -13084,10 +13088,10 @@
<para>
Build and install PHP:
- <programlisting>
- make
- make install
- </programlisting>
+<programlisting>
+make
+make install
+</programlisting>
</para>
</listitem>
Modified: trunk/refman-5.1/apis.xml
===================================================================
--- trunk/refman-5.1/apis.xml 2006-02-28 22:36:12 UTC (rev 1468)
+++ trunk/refman-5.1/apis.xml 2006-03-01 12:54:32 UTC (rev 1469)
@@ -13056,16 +13056,20 @@
<para>
Edit the <filename>Makefile</filename> and search for a line
that starts with <literal>EXTRA_LIBS</literal>. It might
- look like this:
+ look like this (all on one line):
<programlisting>
-EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lxml2 -lz -lm -lmysqlclient -lz -lcrypt -lnsl -lm -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
+EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl
+-lxml2 -lz -lm -lxml2 -lz -lm -lmysqlclient -lz -lcrypt -lnsl -lm
+-lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lcrypt
</programlisting>
- Remove all duplicates, so that the line looks like this:
+ Remove all duplicates, so that the line looks like this (all
+ on one line):
<programlisting>
-EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lxml2
+EXTRA_LIBS = -lcrypt -lcrypt -lmysqlclient -lz -lresolv -lm -ldl -lnsl
+-lxml2
</programlisting>
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1469 - in trunk: refman-4.1 refman-5.0 refman-5.1 | stefan | 1 Mar |