mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Deprecate money_format()
This commit is contained in:
parent
4e4d8a4a6c
commit
b1cdf06673
4 changed files with 36 additions and 3 deletions
|
@ -2804,7 +2804,7 @@ static const zend_function_entry basic_functions[] = { /* {{{ */
|
|||
PHP_FE(strcoll, arginfo_strcoll)
|
||||
|
||||
#ifdef HAVE_STRFMON
|
||||
PHP_FE(money_format, arginfo_money_format)
|
||||
PHP_DEP_FE(money_format, arginfo_money_format)
|
||||
#endif
|
||||
|
||||
PHP_FE(substr, arginfo_substr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue