File tree 5 files changed +17
-16
lines changed
5 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2015 , JoungKyun.Kim
1
+ Copyright (c) 2020 , JoungKyun.Kim
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
- dnl $Id$
2
-
3
1
dnl By default, many hosts won't let programs access large files;
4
2
dnl one must use special compiler options to get large-file access to work.
5
3
dnl For more details about this brain damage please see:
Original file line number Diff line number Diff line change 1
1
/*
2
2
* filebin.c
3
3
*
4
- * JoungKyun Kim, <http://devel. oops.org>
4
+ * JoungKyun. Kim, <http://oops.org>
5
5
*
6
- * Copyright (c) 2015 , JoungKyun.Kim
6
+ * Copyright (c) 2020 , JoungKyun.Kim
7
7
* All rights reserved.
8
8
*
9
9
* Redistribution and use in source and binary forms, with or without
35
35
*
36
36
* See README, INSTALL, and USAGE files for more details.
37
37
*
38
- * $Id$
39
- *
40
38
*/
41
39
42
40
/* {{{ includes
Original file line number Diff line number Diff line change 14
14
<date >@curdate@</date >
15
15
<time >@curtime@</time >
16
16
<version >
17
- <release >3.0.0 </release >
17
+ <release >3.0.1 </release >
18
18
<api >1.0.0</api >
19
19
</version >
20
20
<stability >
23
23
</stability >
24
24
<license uri =" https://raw.githubusercontent.com/OOPS-ORG-PHP/mod_filebin/master/LICENSE" >BSD 3-Clause</license >
25
25
<notes >
26
- - support PHP 7
27
- - unsupport PHP 5 and before
26
+ -
28
27
</notes >
29
28
<contents >
30
29
<dir name =" /" >
58
57
<changelog >
59
58
<release >
60
59
<stability ><release >stable</release ><api >stable</api ></stability >
61
- <version ><release >3.0.0 </release ><api >1.0.0</api ></version >
60
+ <version ><release >3.0.1 </release ><api >1.0.0</api ></version >
62
61
<date >@curdate@</date >
62
+ <notes >
63
+ -
64
+ </notes >
65
+ </release >
66
+ <release >
67
+ <stability ><release >stable</release ><api >stable</api ></stability >
68
+ <version ><release >3.0.0</release ><api >1.0.0</api ></version >
69
+ <date >2016-07-09</date >
63
70
<notes >
64
71
- support PHP 7
65
72
- unsupport PHP 5 and before
Original file line number Diff line number Diff line change 3
3
*
4
4
* php filebin extension.
5
5
*
6
- * JoungKyun Kim, <http://www.oops. org> 8/19/2004
6
+ * JoungKyun. Kim, <http://0ops. org>
7
7
*
8
- * Copyright (c) 2015 , JoungKyun Kim
8
+ * Copyright (c) 2020 , JoungKyun. Kim
9
9
* All rights reserved.
10
10
*
11
11
* Redistribution and use in source and binary forms, with or without
35
35
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36
36
* POSSIBILITY OF SUCH DAMAGE.
37
37
*
38
- * $Id$
39
- *
40
38
*/
41
39
42
40
#ifndef _MOD_FILEBIN_H
@@ -70,7 +68,7 @@ PHP_FUNCTION(filebin);
70
68
71
69
#endif
72
70
73
- #define FILEBIN_BUILDVER "3.0.0 "
71
+ #define FILEBIN_BUILDVER "3.0.1 "
74
72
75
73
#define phpext_filebin_ptr filebin_module_ptr
76
74
You can’t perform that action at this time.
0 commit comments