diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-05-05 10:13:25 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-05-05 10:13:25 +0200 |
commit | 0a16a96c45a8a3b2999106b025c9c61ff1fdeb31 (patch) | |
tree | a92b26e687223eb0c6965ea85334697eb6775d44 /ext/interbase/php_ibase_udf.c | |
parent | 83681d9fae3e6fb96ab01e7a4166b7d9261a4e55 (diff) | |
download | php-upstream/5.5.12+dfsg.tar.gz |
New upstream version 5.5.12+dfsgupstream/5.5.12+dfsg
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 497a86244..e96b73429 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 |