summaryrefslogtreecommitdiff
path: root/ext/dbx/dbx.h
diff options
context:
space:
mode:
authorMarc Boeren <mboeren@php.net>2002-10-29 14:08:40 +0000
committerMarc Boeren <mboeren@php.net>2002-10-29 14:08:40 +0000
commit25e7a092293b4e54e25592d34834bb3d55ae0fdc (patch)
treee0ceed1f54846d8ff4e5ce455fa65c1c682373c9 /ext/dbx/dbx.h
parent82317945e5ff22cf6addb9251f656fe5bcc15b1d (diff)
downloadphp-git-25e7a092293b4e54e25592d34834bb3d55ae0fdc.tar.gz
Added dbx_escape_string function
# tested on odbc, oci8 and mysql @Added dbx_escape_string function to dbx module. (Marc)
Diffstat (limited to 'ext/dbx/dbx.h')
-rw-r--r--ext/dbx/dbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbx/dbx.h b/ext/dbx/dbx.h
index 338061855a..0b428856aa 100644
--- a/ext/dbx/dbx.h
+++ b/ext/dbx/dbx.h
@@ -30,6 +30,7 @@
#endif
#include "php.h"
+#include "ext/standard/php_string.h"
#define DBX_PERSISTENT (1<<0)