diff options
| author | Jani Taskinen <jani@php.net> | 2007-10-05 15:00:09 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-10-05 15:00:09 +0000 |
| commit | aa3eee1dce8c4391051a7f290057403e9c261bf4 (patch) | |
| tree | 912a1cecd18ff15a953a394a686fccad26df404a /ext/pgsql/pgsql.c | |
| parent | 3a5817e972462ee051447af9c97b1c0611bad9b3 (diff) | |
| download | php-git-aa3eee1dce8c4391051a7f290057403e9c261bf4.tar.gz | |
MFH:- Moved the old regex functions to 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 92ceec2683..4a405471a7 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 |
