mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00

- Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl..
19 lines
212 B
Modula-2
19 lines
212 B
Modula-2
EXPORTS
|
|
|
|
pcre_malloc DATA
|
|
pcre_free DATA
|
|
|
|
pcre_compile
|
|
pcre_copy_substring
|
|
pcre_exec
|
|
pcre_get_substring
|
|
pcre_get_substring_list
|
|
pcre_info
|
|
pcre_maketables
|
|
pcre_study
|
|
pcre_version
|
|
|
|
regcomp
|
|
regexec
|
|
regerror
|
|
regfree
|