We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ef6d5 commit effd554Copy full SHA for effd554
README.md
@@ -1 +1,15 @@
1
-POSIX Regex Functions
+# 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