File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10
10
<email >deminy@php.net</email >
11
11
<active >yes</active >
12
12
</lead >
13
- <date >2022-10-07 </date >
13
+ <date >2022-10-12 </date >
14
14
<version >
15
- <release >0.1.2dev </release >
15
+ <release >0.1.2 </release >
16
16
<api >0.1.0</api >
17
17
</version >
18
18
<stability >
19
- <release >alpha </release >
20
- <api >alpha </api >
19
+ <release >stable </release >
20
+ <api >stable </api >
21
21
</stability >
22
22
<license uri =" http://www.php.net/license" >PHP License</license >
23
23
<notes >
24
- -
24
+ - Add PECL configuration option "with-bz2".
25
+ - Include version numbers in phpinfo.
25
26
</notes >
26
27
<contents >
27
28
<dir name =" /" >
Original file line number Diff line number Diff line change 22
22
extern zend_module_entry bsdiff_module_entry ;
23
23
# define phpext_bsdiff_ptr &bsdiff_module_entry
24
24
25
- #define PHP_BSDIFF_VERSION "0.1.2-dev "
25
+ #define PHP_BSDIFF_VERSION "0.1.2"
26
26
27
27
# if defined(ZTS ) && defined(COMPILE_DL_BSDIFF )
28
28
ZEND_TSRMLS_CACHE_EXTERN ()
You can’t perform that action at this time.
0 commit comments