From: Artur Frysiak <artur.frysiak@koelner.pl>
Date: 02-Jul-2006
Subject: added FirebirdSQL support

Index: src/php/php.spec
===================================================================
RCS file: /v/openpkg/cvs/openpkg-src/php/php.spec,v
retrieving revision 1.124
diff -u -d -u -d -u -3 -r1.124 php.spec
--- src/php/php.spec	28 May 2006 11:58:19 -0000	1.124
+++ src/php/php.spec	2 Jul 2006 21:00:52 -0000
@@ -49,6 +49,8 @@
 %option       with_dom                  no
 %option       with_exif                 no
 %option       with_fastcgi              no
+%option       with_firebird             no
+%option       with_firebird_dir         /usr/local/firebird
 %option       with_freetype             no
 %option       with_ftp                  no
 %option       with_gd                   no
@@ -324,6 +326,10 @@
 %else
         --without-pgsql \
 %endif
+%if "%{with_firebird}" == "yes"
+        --with-interbase=%{with_firebird_dir} \
+        --with-pdo-firebird=%{with_firebird_dir} \
+%endif
 %if "%{with_gd}" == "yes"
         --with-gd=%{l_prefix} \
         --with-jpeg-dir=%{l_prefix} \
