mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ad4ad52385
commit
d376395d1d
1 changed files with 13 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue