forked from DroidPHP/DroidPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
75 lines (68 loc) · 2.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
* 1.3.0 (2014-6-9)
* added following PHP extension
* mcrypt
* 1.2.0 (2014-5-21)
* ability to run server as root
* ability to keep device stay on
* ability to execuate SQL command
* ability to run server on boot
* ability to run server on app startup
* ability to change default server port
* ability to change default mysql login
* done some major optimizition
* added -SIGTERM option to killall command to idealy terminal the process
* done changes to lighttpd.conf to make it compitable with root
* fixed several bug
* 1.1.1 (2014-3-30)
* fix proguard bug causing start-up crash
* 1.1.0 (2014-3-28)
* fixed several bug
* added several mods to server (the whole list of server mods is here):
* mod_rewrite
* mod_redirect
* mod_alias
* mod_extforward
* mod_access
* mod_setenv
* mod_flv_streaming
* mod_indexfile
* mod_userdir
* mod_dirlisting
* mod_status
* mod_simple_vhost
* mod_evhost
* mod_secdownload
* mod_cgi
* mod_fastcgi
* mod_scgi
* mod_proxy
* mod_staticfile
* mod_evasive
* mod_compress
* mod_compress
* mod_usertrack
* mod_expire
* mod_accesslog
* improved stability of the server
* UI interface changed
* fixed DNS problems. All functions related with gethostbyname(), getaddrinfo() and etc. are working correct now
* new version of lighttpd server (1.4.34)
* new version of php (5.5.9)
* added sendmail support based on msmtp
* new code base
* package rename to `org.opendroidphp.app`
* 1.0.3 (2014-3-14)
* Refactored classnames
* Migrated project to Gradle
* 1.0.2 (2013-6-26)
* stable version
* renamed from AMPDroid to DroidPHP
* several bug fixed
* added killall to kill process by name
* added Settings to change default server conf
* added on application mysql shell
* package rename from com.github.punkboy.ampdroid to com.github.DroidPHP
* made small speed optimizations
* made minor tweaks to allow better extensibility and flexibility
* 1.0.0 (2013-5-11)
* Initial release