summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-02-06 19:05:43 +0100
committerAnatol Belski <ab@php.net>2015-02-06 19:05:43 +0100
commitd0319e60b94f0016a2c516f5e0f199f445360cba (patch)
tree253484e871e31214d47fc0223169e1b37f008850 /ext/odbc/php_odbc_includes.h
parente033af4ed6a811f0710acaba166a4924cda7f73e (diff)
parente46e208819f4ce18390d77131f79b5b498d59bb7 (diff)
downloadphp-git-d0319e60b94f0016a2c516f5e0f199f445360cba.tar.gz
Merge branch 'PHP-5.6'
* PHP-5.6: Fixed bug #68964 Allowed memory size exhausted with odbc_exec
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r--ext/odbc/php_odbc_includes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h
index 99dd457670..44bc7a3444 100644
--- a/ext/odbc/php_odbc_includes.h
+++ b/ext/odbc/php_odbc_includes.h
@@ -25,12 +25,6 @@
#if HAVE_UODBC
-#define ODBCVER 0x0250
-/*#ifndef MSVC5
-#define FAR
-#endif
-*/
-
/* checking in the same order as in configure.in */
#if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) || defined(HAVE_SOLID_35) /* Solid Server */