From 2ad073df7900dc7002dde230165a85c2593f3f22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jun 2020 07:44:56 +0200 Subject: rename to oniguruna5php and bump soname to 105 --- compat_reports/6.9.4_to_6.9.5/compat_report.html | 663 +++++++++++++++++++++++ 1 file changed, 663 insertions(+) create mode 100644 compat_reports/6.9.4_to_6.9.5/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/6.9.4_to_6.9.5/compat_report.html b/compat_reports/6.9.4_to_6.9.5/compat_report.html new file mode 100644 index 0000000..7717aae --- /dev/null +++ b/compat_reports/6.9.4_to_6.9.5/compat_report.html @@ -0,0 +1,663 @@ + + + + + + + + + +libonig: 6.9.4 to 6.9.5 compatibility report + + + +

API compatibility report for the libonig library between 6.9.4 and 6.9.5 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibonig
Version #16.9.4
Version #26.9.5
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types194 / 63
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-5
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Constants
-3
+ +

Added Symbols  5 


+oniguruma.h, libonig.so.5.0.0
+onig_get_retry_limit_in_search ( )
+onig_get_subexp_call_max_nest_level ( )
+onig_set_retry_limit_in_search ( unsigned long n )
+onig_set_retry_limit_in_search_of_match_param ( OnigMatchParam* param, unsigned long limit )
+onig_set_subexp_call_max_nest_level ( int level )
+
+to the top
+ +

Other Changes in Constants  3 


+oniguruma.h
+ +[+] ONIG_SYN_ISOLATED_OPTION_CONTINUE_BRANCH +
+ + + +[+] ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND +
+ + + +[+] ONIGERR_RETRY_LIMIT_IN_SEARCH_OVER +
+ + +
+to the top
+

Header Files  2 


+
+oniggnu.h
+oniguruma.h
+
+
to the top
+

Libraries  1 


+
+libonig.so.5.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibonig
Version #16.9.4
Version #26.9.5
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files2
Total Libraries1
Total Symbols / Types195 / 63
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-5
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low2
Other Changes
in Constants
-3
+ +

Added Symbols  5 


+oniguruma.h
+onig_get_retry_limit_in_search ( )
+onig_get_subexp_call_max_nest_level ( )
+onig_set_retry_limit_in_search ( unsigned long n )
+onig_set_retry_limit_in_search_of_match_param ( OnigMatchParam* param, unsigned long limit )
+onig_set_subexp_call_max_nest_level ( int level )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+oniguruma.h
+ +[+] ONIGURUMA_VERSION_INT +
+ + + +[+] ONIGURUMA_VERSION_TEENY +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+oniguruma.h
+ +[+] ONIG_SYN_ISOLATED_OPTION_CONTINUE_BRANCH +
+ + + +[+] ONIG_SYN_VARIABLE_LEN_LOOK_BEHIND +
+ + + +[+] ONIGERR_RETRY_LIMIT_IN_SEARCH_OVER +
+ + +
+to the top
+

Header Files  2 


+
+oniggnu.h
+oniguruma.h
+
+
to the top
+

Libraries  1 


+
+libonig.so.5.0.0
+
+
to the top
+



+ +
+ + -- cgit