goba Mon Jan 26 05:21:16 2004 EDT
Modified files: /phpdoc/en/reference/dba configure.xml Log: paragraph container required in warning (noted by Antony) http://cvs.php.net/diff.php/phpdoc/en/reference/dba/configure.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/dba/configure.xml diff -u phpdoc/en/reference/dba/configure.xml:1.10 phpdoc/en/reference/dba/configure.xml:1.11 --- phpdoc/en/reference/dba/configure.xml:1.10 Mon Jan 26 03:27:06 2004 +++ phpdoc/en/reference/dba/configure.xml Mon Jan 26 05:21:16 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <section id="dba.installation"> &reftitle.install; <para> @@ -11,14 +11,16 @@ line. </para> <warning> - After configuring and compiling PHP you must execute the following test - from commandline: <literal>php run-tests.php ext/dba</literal>. This shows - whether your combination of handlers works. Most problematic are - <literal>dbm</literal> and <literal>ndbm</literal> which conflict with - many installations. The reason for this is that on several systems these - libraries are part of more than one other library. The configuration test - only prevents you from configuring malfaunctioning single handlers but not - combinations. + <para> + After configuring and compiling PHP you must execute the following test + from commandline: <literal>php run-tests.php ext/dba</literal>. This shows + whether your combination of handlers works. Most problematic are + <literal>dbm</literal> and <literal>ndbm</literal> which conflict with + many installations. The reason for this is that on several systems these + libraries are part of more than one other library. The configuration test + only prevents you from configuring malfaunctioning single handlers but not + combinations. + </para> </warning> <para> <table>