-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
47 lines (33 loc) · 1.22 KB
/
ChangeLog
File metadata and controls
47 lines (33 loc) · 1.22 KB
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
ChangeLog of fwolflib:
BUG: func/is_cli.php: $_ENV['_'] is undefined when run under apache.
2007-05-17(r17)
NEW: Add func/download.php, download contents as a file.
BUG: Fix class Curl & Mailsender.
2007-03-30(r16)
NEW: Add class Curl in curl.php.
NEW: Add class Mailsender in mailsender.php.
2007-01-29(r15)
NEW: Add func/request.php, include func GetGet & GetPost.
BUG: Add stripslashes for sqltext in DbUpdater class.
2007-01-07(r13)
ENH: Optimized dbbak2sql.php to do with table which have so mush rows.
BUG: Fix bug in dbupdater.php.
ENH: Improve compact to sybase in dbupdater.php.
2006-12-27(r12)
NEW: Add class DbUpdater=dbupdater.php.
2006-12-10(r11)
NEW: Add class DbBak2Sql in dbbak2sql.php.
2006-11-05(r10)
CHG: Change some func name in filesystem.php.
2006-10-29(r9)
ENH: escape_color.php can almost deal with any escape code.
NEW: Add func Ecl in ecl.php and IsCli in is_cli.php.
CHG: Add compatibility for escape color format like ESC[01; in func
EscapeColor() file escape_color.php.
2006-10-17(r8)
NEW: Add 4 func replace using of pathinfo().
BUG: Fix bug in ListDir of filesystem.php.
2006-10-08(r7)
NEW: Add funcs file filesystem.php.
2006-09-27(r6)
NEW: Add func FormatByteSize and Index file.