summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.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.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.h')
-rw-r--r--ext/odbc/php_odbc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index b7663cb6ee..8e43d298b0 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.h
@@ -24,7 +24,6 @@
#define PHP_ODBC_H
#if HAVE_UODBC
-#define ODBCVER 0x0250
#ifdef ZTS
#include "TSRM.h"