reference/ibase/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -1,50 +1,45 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Purpose: database.vendors -->
4
-
<!-- Membership: bundled, external -->
5
3
6
4
<book xml:id="book.ibase" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="pecl" ?>
7
6
<title>Firebird/InterBase</title>
8
7
9
8
<!-- {{{ preface -->
10
9
<preface xml:id="intro.ibase">
11
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>
12
17
<para>
13
-
Firebird/InterBase is a relational database offering many ANSI SQL-92 features
14
-
that runs on Linux, Windows, and a variety of Unix platforms. Firebird/InterBase
18
+
Firebird is a relational database offering many ISO SQL-2003 features
19
+
that runs on Linux, Windows, and a variety of Unix platforms. Firebird
15
20
offers excellent concurrency, high performance, and powerful language
16
21
support for stored procedures and triggers. It has been used in production
17
22
systems, under a variety of names since 1981.
18
23
</para>
19
24
<para>
20
25
InterBase is the name of the closed-source variant of this RDBMS that
21
-
was developed by Borland/Inprise. More information about InterBase is
26
+
was developed by Embarcadero/Inprise. More information about InterBase is
22
27
available at <link xlink:href="&url.ibase;">&url.ibase;</link>.
23
28
</para>
24
29
<para>
25
-
Firebird is a commercially independent project of C and C++ programmers,
30
+
Firebird is a commercially independent project (fundation) of C++ programmers,
26
31
technical advisors and supporters developing and enhancing a multi-platform
27
32
relational database management system based on the source code released by
28
-
Inprise Corp (now known as Borland Software Corp) under the InterBase
33
+
Inprise Corp (now known as Embarcadero) under the InterBase
29
34
Public License v.1.0 on 25 July, 2000. More information about Firebird is
30
35
available at <link xlink:href="&url.firebird;">&url.firebird;</link>.
31
36
</para>
32
37
<note>
33
38
<para>
34
-
This extension supports InterBase versions 5 and up and all versions of Firebird.
35
-
Support for InterBase version 5.x will be dropped in PHP 5.
39
+
&pecl.moved-ver;7.4.0
36
40
</para>
37
41
<para>
38
-
This database uses a single quote (') character for escaping, a
39
-
behavior similar to the Sybase database, add to your
40
-
&php.ini; the following directive:
41
-
<informalexample>
42
-
<programlisting role="php">
43
-
<![CDATA[
44
-
magic_quotes_sybase = On
45
-
]]>
46
-
</programlisting>
47
-
</informalexample>
42
+
This extension supports InterBase versions 6 and up and Firebird version 2.0 and up.
48
43
</para>
49
44
</note>
50
45
</preface>
51
46