You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments