Skip to content

Commit ccf0832

Browse files
committed
fixing Readme
1 parent 191c451 commit ccf0832

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ environment, in so far as this XML-RPC library is concerned.
1818
# The Problem
1919
Legacy php code had functions replaced as follows:
2020

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)
21+
split -> replaced by -> preg_split (and additional slashes/regex)
22+
23+
ereg -> replaced by -> preg_match (and additional slashes/regex)
24+
25+
ereg_replace -> replaced by -> preg_replace (and additional slashes/regex)

0 commit comments

Comments
 (0)