summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-15 19:50:07 +0000
committerJani Taskinen <jani@php.net>2007-07-15 19:50:07 +0000
commit41c637584087930656ddb33fa95dc2af8612fceb (patch)
tree728e6aa75351fb4ca4eebc2373ed6eea39b51dfd /ext/pgsql/pgsql.c
parent15ad001163984715eb6115caa3cceb087441d7fb (diff)
downloadphp-git-41c637584087930656ddb33fa95dc2af8612fceb.tar.gz
- Moved the old regex functions to it's own extension: ereg
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r--ext/pgsql/pgsql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c
index 8621626815..7cee5d17e7 100644
--- a/ext/pgsql/pgsql.c
+++ b/ext/pgsql/pgsql.c
@@ -36,6 +36,7 @@
#include "php_ini.h"
#include "ext/standard/php_standard.h"
#include "ext/standard/php_smart_str.h"
+#include "ext/ereg/php_regex.h"
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME