summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo.h
diff options
context:
space:
mode:
authorGeorge Schlossnagle <gschlossnagle@php.net>2004-05-18 15:19:31 +0000
committerGeorge Schlossnagle <gschlossnagle@php.net>2004-05-18 15:19:31 +0000
commita97e1a66466a6a59a6bf1d1ede4a2493822080fb (patch)
tree85e69b2ac3fede9c6dfa065c354b9a7d8f9910ff /ext/pdo/php_pdo.h
parent3e0cbfb07797d11d005ddb8a40c1b5d018adad7c (diff)
downloadphp-git-a97e1a66466a6a59a6bf1d1ede4a2493822080fb.tar.gz
handle binding/quoting of queries for drivers with emulated prepares
Diffstat (limited to 'ext/pdo/php_pdo.h')
-rwxr-xr-xext/pdo/php_pdo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h
index a7fbd90894..cfa1f2b626 100755
--- a/ext/pdo/php_pdo.h
+++ b/ext/pdo/php_pdo.h
@@ -20,6 +20,7 @@
#ifndef PHP_PDO_H
#define PHP_PDO_H
+#include "php.h"
extern zend_module_entry pdo_module_entry;
#define phpext_pdo_ptr &pdo_module_entry