diff options
author | Hannes Magnusson <bjori@php.net> | 2007-05-28 12:19:41 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2007-05-28 12:19:41 +0000 |
commit | c0dd1f4d0b098f13612c7a435732fa74eea9417e (patch) | |
tree | 92e0326468118b593192fd748931f541d07c8465 /ext/pdo_odbc | |
parent | c64a4a13590df4d259fd78945e7d2d6967106223 (diff) | |
download | php-git-c0dd1f4d0b098f13612c7a435732fa74eea9417e.tar.gz |
MFH
Diffstat (limited to 'ext/pdo_odbc')
-rw-r--r-- | ext/pdo_odbc/php_pdo_odbc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_odbc/php_pdo_odbc.h b/ext/pdo_odbc/php_pdo_odbc.h index a2c5c36918..88cb4c4975 100644 --- a/ext/pdo_odbc/php_pdo_odbc.h +++ b/ext/pdo_odbc/php_pdo_odbc.h @@ -40,8 +40,6 @@ PHP_RINIT_FUNCTION(pdo_odbc); PHP_RSHUTDOWN_FUNCTION(pdo_odbc); PHP_MINFO_FUNCTION(pdo_odbc); -PHP_FUNCTION(confirm_pdo_odbc_compiled); /* For testing, remove later. */ - /* Declare any global variables you may need between the BEGIN and END macros here: |