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/interbase/php_ibase_udf.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/interbase/php_ibase_udf.c')
-rw-r--r-- | ext/interbase/php_ibase_udf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/interbase/php_ibase_udf.c b/ext/interbase/php_ibase_udf.c index 497a862449..e96b734291 100644 --- a/ext/interbase/php_ibase_udf.c +++ b/ext/interbase/php_ibase_udf.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /** * This UDF library adds the ability to call PHP functions from SQL * statements. Because of SQL's strong typing, you will have to declare |