diff options
author | Andrei Zmievski <andrei@php.net> | 1999-12-07 16:26:42 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-12-07 16:26:42 +0000 |
commit | 4f52bab52fee1270cec46acc7cc1e4256ba0a015 (patch) | |
tree | ba63602dff38d012aed97250ec69b358c4d24bde /ext/pcre/php_pcre.c | |
parent | e36be38140bbdfaf6ea9f9ee37ee7abe0a128c83 (diff) | |
download | php-git-4f52bab52fee1270cec46acc7cc1e4256ba0a015.tar.gz |
Need to check for __inet_aton on Solaris.
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 2d0bd9107b..310a996b6d 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -22,7 +22,7 @@ TODO: - Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time - Make new modifier, similar to /e, that passes matches to - a user-defined function + a user-defined function */ #include "php.h" |