Skip to content

Commit d4d338d

Browse files
committed
add ignore and readme.md
1 parent 867f0ba commit d4d338d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
data/
2+
config/

readme.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#Discuz X3.2 UTF-8 20150609 For PHP7
2+
3+
This is a a PHP7 Port of Discuz! X3.2, based on Discuz X3.2 UTF-8 20150609.
4+
*Please Do Not Use For Production*
5+
6+
###Changes
7+
8+
- Remove MySQL and Switch to MySQLi
9+
- Modify *preg_replace e modifier* to *preg_replace_callback*
10+
11+
###Notice
12+
13+
There are still some bugs remaining to fix.
14+
15+
###Known Bugs
16+
17+
- Template Engine's Eval tags seem to work abnormally. (seems like preg_replace with e modifier has addslashes but preg_replace_callback one doesn't to do)
18+
19+
###Other
20+
21+
Copyright: Comsenz Inc.
22+
Modifier: BranchZero Sun

0 commit comments

Comments
 (0)