@ -1,7 +1,3 @@
dnl
dnl $Id$
PHP_ARG_WITH(interbase,for InterBase support,
[ --with-interbase[=DIR] Include InterBase support. DIR is the InterBase base
install directory [/usr/interbase]])
@ -1,4 +1,3 @@
// $Id$
// vim:ft=javascript
ARG_WITH("interbase", "InterBase support", "no");
@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@ -18,8 +18,6 @@
#ifndef PHP_IBASE_INCLUDES_H
#define PHP_IBASE_INCLUDES_H
/**
* This UDF library adds the ability to call PHP functions from SQL
* statements. Because of SQL's strong typing, you will have to declare
#ifndef PHP_INTERBASE_H
#define PHP_INTERBASE_H
@ -1,4 +1,4 @@
<?php /* $Id$ */
<?php
srand((double)microtime()*1000000);
if (!extension_loaded("interbase")) print "skip interbase extension not available";
require("interbase.inc");
PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO,
[ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base
install directory [/opt/firebird]])
ARG_WITH("pdo-firebird", "Firebird support for PDO", "no");
#ifndef PHP_PDO_FIREBIRD_H
#define PHP_PDO_FIREBIRD_H
#ifndef PHP_PDO_FIREBIRD_INT_H
#define PHP_PDO_FIREBIRD_INT_H