diff options
author | Jani Taskinen <jani@php.net> | 2007-07-15 19:50:07 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-07-15 19:50:07 +0000 |
commit | 41c637584087930656ddb33fa95dc2af8612fceb (patch) | |
tree | 728e6aa75351fb4ca4eebc2373ed6eea39b51dfd /ext/pgsql/pgsql.c | |
parent | 15ad001163984715eb6115caa3cceb087441d7fb (diff) | |
download | php-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.c | 1 |
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 |