mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix compilation when PCRE is disabled.
This commit is contained in:
parent
a15c9a31eb
commit
1cf188ae1b
2 changed files with 37 additions and 16 deletions
|
@ -819,10 +819,12 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(aggregate, first_arg_force_ref)
|
||||
PHP_FE(aggregate_methods, first_arg_force_ref)
|
||||
PHP_FE(aggregate_methods_by_list, first_arg_force_ref)
|
||||
PHP_FE(aggregate_methods_by_regexp, first_arg_force_ref)
|
||||
PHP_FE(aggregate_properties, first_arg_force_ref)
|
||||
PHP_FE(aggregate_properties_by_list, first_arg_force_ref)
|
||||
#if HAVE_PCRE || HAVE_BUNDLED_PCRE
|
||||
PHP_FE(aggregate_methods_by_regexp, first_arg_force_ref)
|
||||
PHP_FE(aggregate_properties_by_regexp, first_arg_force_ref)
|
||||
#endif
|
||||
PHP_FE(deaggregate, first_arg_force_ref)
|
||||
PHP_FE(aggregation_info, first_arg_force_ref)
|
||||
{NULL, NULL, NULL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue