Fixed markup missing note tag and added new note for php.ini changes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327625 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sherif Ramadan 2012-09-12 22:00:53 +00:00
parent ad4ad52385
commit d376395d1d

View file

@ -12,10 +12,14 @@
documentation for
<link linkend="pdo.drivers">database-specific PDO drivers</link>
to find out more about that.
Note: When building PDO as a shared extension (<emphasis>not
recommended</emphasis>) then all PDO drivers <emphasis>must</emphasis>
be loaded <emphasis>after</emphasis> PDO itself.
</para>
<note>
<para>
When building PDO as a shared extension (<emphasis>not
recommended</emphasis>) then all PDO drivers <emphasis>must</emphasis>
be loaded <emphasis>after</emphasis> PDO itself.
</para>
</note>
</step>
<step>
<para>
@ -79,6 +83,12 @@ extension=php_pdo_sqlite.dll
</para>
</step>
</procedure>
<note>
<para>
Remember that after making changes to your &php.ini; file you will need to
restart PHP for your new configuration directives to take effect.
</para>
</note>
</section>