diff options
author | George Schlossnagle <gschlossnagle@php.net> | 2004-05-18 15:19:31 +0000 |
---|---|---|
committer | George Schlossnagle <gschlossnagle@php.net> | 2004-05-18 15:19:31 +0000 |
commit | a97e1a66466a6a59a6bf1d1ede4a2493822080fb (patch) | |
tree | 85e69b2ac3fede9c6dfa065c354b9a7d8f9910ff /ext/pdo/php_pdo.h | |
parent | 3e0cbfb07797d11d005ddb8a40c1b5d018adad7c (diff) | |
download | php-git-a97e1a66466a6a59a6bf1d1ede4a2493822080fb.tar.gz |
handle binding/quoting of queries for drivers with emulated prepares
Diffstat (limited to 'ext/pdo/php_pdo.h')
-rwxr-xr-x | ext/pdo/php_pdo.h | 1 |
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 |