Skip to content

Commit effd554

Browse files
committed
Update README.
1 parent 66ef6d5 commit effd554

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
POSIX Regex Functions
1+
# POSIX regex functions
2+
3+
## Warning
4+
5+
This extension is deprecated and unmaintained.
6+
7+
## Description
8+
9+
This extension provides the ereg family of functions that were provided with
10+
PHP 3-5. These functions have been superseded by the preg family of functions
11+
provided by the PCRE extension: http://php.net/pcre
12+
13+
Although it should be possible to build this extension with PHP 7.0, you are
14+
strongly encouraged to port your code to use PCRE, as this extension is not
15+
maintained and is available for historical reasons only.

0 commit comments

Comments
 (0)