reference/ibase/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -2,12 +2,18 @@
2
2
<!-- $Revision$ -->
3
3
4
4
<book xml:id="book.ibase" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
-
<?phpdoc extension-membership="bundledexternal" ?>
5
+
<?phpdoc extension-membership="pecl" ?>
6
6
<title>Firebird/InterBase</title>
7
7
8
8
<!-- {{{ preface -->
9
9
<preface xml:id="intro.ibase">
10
10
&reftitle.intro;
11
+
<warning>
12
+
<para>
13
+
&pecl.info.dead.git;
14
+
<link xlink:href="&url.php.git.mirror;pecl-database-interbase">&url.php.git.mirror;pecl-database-interbase</link>.
15
+
</para>
16
+
</warning>
11
17
<para>
12
18
Firebird is a relational database offering many ISO SQL-2003 features
13
19
that runs on Linux, Windows, and a variety of Unix platforms. Firebird
...
...
@@ -30,18 +36,10 @@
30
36
</para>
31
37
<note>
32
38
<para>
33
-
This extension supports InterBase versions 6 and up and Firebird version 2.0 and up.
39
+
&pecl.moved-ver;7.4.0
34
40
</para>
35
41
<para>
36
-
This database uses a single quote (') character for escaping add to your
37
-
&php.ini; the following directive(Deprecated in PHP 5.3.0. Removed in PHP 5.4.0):
38
-
<informalexample>
39
-
<programlisting role="php.ini">
40
-
<![CDATA[
41
-
magic_quotes_sybase = On
42
-
]]>
43
-
</programlisting>
44
-
</informalexample>
42
+
This extension supports InterBase versions 6 and up and Firebird version 2.0 and up.
45
43
</para>
46
44
</note>
47
45
</preface>
48
46