summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.def
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-10-12 12:48:36 +0200
committerAnatol Belski <ab@php.net>2017-11-13 19:37:38 +0100
commita5bc5aed71f7a15f14f33bb31b8e17bf5f327e2d (patch)
treefe551e3a9eb951119e0b795f180e11e47a3f4c21 /ext/pcre/php_pcre.def
parentfd463cfbad66c962d25647211602c69303369206 (diff)
downloadphp-git-a5bc5aed71f7a15f14f33bb31b8e17bf5f327e2d.tar.gz
Patch core for PCRE2 support
RFC https://wiki.php.net/rfc/pcre2-migration
Diffstat (limited to 'ext/pcre/php_pcre.def')
-rw-r--r--ext/pcre/php_pcre.def79
1 files changed, 69 insertions, 10 deletions
diff --git a/ext/pcre/php_pcre.def b/ext/pcre/php_pcre.def
index 769b06428a..aa229d5c3d 100644
--- a/ext/pcre/php_pcre.def
+++ b/ext/pcre/php_pcre.def
@@ -1,11 +1,70 @@
EXPORTS
-php_pcre_compile
-php_pcre_copy_substring
-php_pcre_exec
-php_pcre_get_substring
-php_pcre_get_substring_list
-php_pcre_maketables
-php_pcre_study
-php_pcre_version
-php_pcre_fullinfo
-php_pcre_free
+php_pcre2_callout_enumerate
+php_pcre2_code_copy
+php_pcre2_code_copy_with_tables
+php_pcre2_code_free
+php_pcre2_compile
+php_pcre2_compile_context_copy
+php_pcre2_compile_context_create
+php_pcre2_compile_context_free
+php_pcre2_config
+php_pcre2_convert_context_copy
+php_pcre2_convert_context_create
+php_pcre2_convert_context_free
+php_pcre2_dfa_match
+php_pcre2_general_context_copy
+php_pcre2_general_context_create
+php_pcre2_general_context_free
+php_pcre2_get_error_message
+php_pcre2_get_mark
+php_pcre2_get_ovector_pointer
+php_pcre2_get_ovector_count
+php_pcre2_get_startchar
+php_pcre2_jit_compile
+php_pcre2_jit_match
+php_pcre2_jit_free_unused_memory
+php_pcre2_jit_stack_assign
+php_pcre2_jit_stack_create
+php_pcre2_jit_stack_free
+php_pcre2_maketables
+php_pcre2_match
+php_pcre2_match_context_copy
+php_pcre2_match_context_create
+php_pcre2_match_context_free
+php_pcre2_match_data_create
+php_pcre2_match_data_create_from_pattern
+php_pcre2_match_data_free
+php_pcre2_pattern_info
+php_pcre2_serialize_decode
+php_pcre2_serialize_encode
+php_pcre2_serialize_free
+php_pcre2_serialize_get_number_of_codes
+php_pcre2_set_bsr
+php_pcre2_set_callout
+php_pcre2_set_character_tables
+php_pcre2_set_compile_extra_options
+php_pcre2_set_compile_recursion_guard
+php_pcre2_set_depth_limit
+php_pcre2_set_glob_escape
+php_pcre2_set_glob_separator
+php_pcre2_set_heap_limit
+php_pcre2_set_match_limit
+php_pcre2_set_max_pattern_length
+php_pcre2_set_newline
+php_pcre2_set_parens_nest_limit
+php_pcre2_set_offset_limit
+php_pcre2_substitute
+php_pcre2_substring_copy_byname
+php_pcre2_substring_copy_bynumber
+php_pcre2_substring_free
+php_pcre2_substring_get_byname
+php_pcre2_substring_get_bynumber
+php_pcre2_substring_length_byname
+php_pcre2_substring_length_bynumber
+php_pcre2_substring_list_get
+php_pcre2_substring_list_free
+php_pcre2_substring_nametable_scan
+php_pcre2_substring_number_from_name
+php_pcre2_set_recursion_limit
+php_pcre2_set_recursion_memory_management
+