We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191c451 commit ccf0832Copy full SHA for ccf0832
README.md
@@ -18,6 +18,8 @@ environment, in so far as this XML-RPC library is concerned.
18
# The Problem
19
Legacy php code had functions replaced as follows:
20
21
-split replaced by preg_split (and additional \'s)
22
-ereg replaced by preg_match (and additional \'s)
23
-ereg_replace replaced by preg_replace (and additional \'s)
+split -> replaced by -> preg_split (and additional slashes/regex)
+
+ereg -> replaced by -> preg_match (and additional slashes/regex)
24
25
+ereg_replace -> replaced by -> preg_replace (and additional slashes/regex)
0 commit comments