Bug #20746. Renamed aggregation_info() to aggregate_info() per naming conventions and created alias for BC.

This commit is contained in:
Sara Golemon 2002-12-05 21:20:47 +00:00
parent 49a99a98f4
commit ad65d01cbe
3 changed files with 4 additions and 3 deletions

View file

@ -871,7 +871,8 @@ function_entry basic_functions[] = {
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)
PHP_FE(aggregate_info, first_arg_force_ref)
PHP_FALIAS(aggregation_info, aggregate_info, first_arg_force_ref)
PHP_FE(output_add_rewrite_var, NULL)
PHP_FE(output_reset_rewrite_vars, NULL)