Sorry, DOC section wasn't complete:
[DOC] prototype for ibase_query() should be changed to:
PHP4:
resource ibase_query ( [resource $link_identifier,] string $query [, mixed
$bind_arg [, ...]] )
PHP5:
resource ibase_query ( [resource $link_identifier,] [resource
$transaction_identifier,] stri
lwe Thu Nov 8 19:16:27 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/interbase ibase_query.c
Log:
[DOC] PHP5: Prototype for ibase_query should be:
ibase_query([resource link_identifier, [ resource link_identifier, ]]
string query [, mixe
Hi all
PhD 0.2.0 has been released \o/.
There have been some minor changes to configuration of PhD, you should
no longer edit the `config.php`.
We have added parameter parsing support to deal with most of the
configuration settings, including the path to the XML file.
The recommended way to buil