@@ -57,7 +57,7 @@ ZEND_END_MODULE_GLOBALS(getdns)
57
57
58
58
/* Miscellaneous definitions. */
59
59
60
- #define PHP_GETDNS_VERSION "0.10 .0"
60
+ #define PHP_GETDNS_VERSION "0.11 .0"
61
61
#define PHP_GETDNS_EXTNAME "getdns"
62
62
63
63
/* PHP environment setup functions. */
@@ -145,6 +145,7 @@ PHP_FUNCTION(php_getdns_dict_set_list);
145
145
PHP_FUNCTION (php_getdns_dict_util_get_string );
146
146
PHP_FUNCTION (php_getdns_dict_util_set_string );
147
147
PHP_FUNCTION (php_getdns_display_ip_address );
148
+ PHP_FUNCTION (php_getdns_fp2rr_list );
148
149
PHP_FUNCTION (php_getdns_general );
149
150
PHP_FUNCTION (php_getdns_general_sync );
150
151
PHP_FUNCTION (php_getdns_get_errorstr_by_id );
@@ -171,13 +172,25 @@ PHP_FUNCTION(php_getdns_pretty_print_dict);
171
172
PHP_FUNCTION (php_getdns_pretty_print_list );
172
173
PHP_FUNCTION (php_getdns_print_json_dict );
173
174
PHP_FUNCTION (php_getdns_print_json_list );
175
+ PHP_FUNCTION (php_getdns_pubkey_pin_create_from_string );
176
+ PHP_FUNCTION (php_getdns_pubkey_pinset_sanity_check );
174
177
PHP_FUNCTION (php_getdns_root_trust_anchor );
178
+ PHP_FUNCTION (php_getdns_rr_dict2str );
179
+ PHP_FUNCTION (php_getdns_rr_dict2str_buf );
180
+ PHP_FUNCTION (php_getdns_rr_dict2str_scan );
181
+ PHP_FUNCTION (php_getdns_rr_dict2wire );
182
+ PHP_FUNCTION (php_getdns_rr_dict2wire_buf );
183
+ PHP_FUNCTION (php_getdns_rr_dict2wire_scan );
175
184
PHP_FUNCTION (php_getdns_service );
176
185
PHP_FUNCTION (php_getdns_service_sync );
186
+ PHP_FUNCTION (php_getdns_str2rr_dict );
177
187
PHP_FUNCTION (php_getdns_util_convert_array );
178
188
PHP_FUNCTION (php_getdns_util_convert_dict );
179
189
PHP_FUNCTION (php_getdns_util_convert_list );
180
190
PHP_FUNCTION (php_getdns_validate_dnssec );
191
+ PHP_FUNCTION (php_getdns_wire2rr_dict );
192
+ PHP_FUNCTION (php_getdns_wire2rr_dict_buf );
193
+ PHP_FUNCTION (php_getdns_wire2rr_dict_scan );
181
194
182
195
extern zend_module_entry getdns_module_entry ;
183
196
#define phpext_getdns_ptr &getdns_module_entry
0 commit comments