reference/ibase/configure.xml
460d6e65c0d3abf565a4276fe8decc2210becfbd
...
...
@@ -1,24 +1,31 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<section xml:id="ibase.installation" xmlns="http://docbook.org/ns/docbook">
3
+
<section xml:id="ibase.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
-
To enable InterBase support configure PHP
6
+
&pecl.moved-ver;7.4.0
7
+
</para>
8
+
<para>
9
+
&pecl.info;
10
+
<link xlink:href="&url.pecl.package;ibase">&url.pecl.package;ibase</link>.
11
+
</para>
12
+
<para>
13
+
To enable Firebird/InterBase support configure PHP
7
14
<option role="configure">--with-interbase[=DIR]</option>, where DIR is the
8
-
InterBase base install directory, which defaults to
9
-
<filename>/usr/interbase</filename>.
15
+
Firebird/InterBase base install directory, which defaults to
16
+
<filename>/usr</filename>.
10
17
</para>
11
18
<note>
12
-
<title>Note to Win32 Users</title>
19
+
<title>Note to Win32/Win64 Users</title>
13
20
<para>
14
21
&ext.windows.path.dll;
15
-
<filename>gds32.dll</filename>
22
+
<filename>fbclient.dll,gds32.dll</filename>
16
23
</para>
17
24
<para>
18
-
In case you installed the InterBase database server on the
19
-
same machine PHP is running on, you will have this DLL already. Therefore you don't
20
-
need to worry because <filename>gds32.dll</filename> will already be in
21
-
the <literal>PATH</literal>.
25
+
If you installed the Firebird/InterBase database server on the
26
+
same machine PHP is running on, you will have this DLL already and
27
+
<filename>fbclient.dll,gds32.dll</filename> (gds32.dll is generated from the installer for legacy applications) will already be in
28
+
the <envar>PATH</envar>.
22
29
</para>
23
30
</note>
24
31
</section>
25
32