diff options
author | Andrey Hristov <andrey@php.net> | 2014-04-10 18:13:58 +0300 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2014-04-10 18:13:58 +0300 |
commit | e02fdcf3f7be6c3feeb89008bef41a293c4bf207 (patch) | |
tree | 2a89c26a4f38629d33e5139bb7d26e9f060cdd50 /ext/pdo_firebird/firebird_statement.c | |
parent | af5fa00c97530e3b92427ae9a8c5ef89f84ff3c3 (diff) | |
parent | 40488723170eb88e9a0d682cf44d00cbcc235f4b (diff) | |
download | php-git-e02fdcf3f7be6c3feeb89008bef41a293c4bf207.tar.gz |
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Diffstat (limited to 'ext/pdo_firebird/firebird_statement.c')
-rw-r--r-- | ext/pdo_firebird/firebird_statement.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_firebird/firebird_statement.c b/ext/pdo_firebird/firebird_statement.c index efb232bff6..5eb2e977e7 100644 --- a/ext/pdo_firebird/firebird_statement.c +++ b/ext/pdo_firebird/firebird_statement.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif |