diff options
author | Andrea Faulds <ajf@ajf.me> | 2016-10-13 23:33:33 +0100 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2016-10-17 15:39:02 +0100 |
commit | 1a512eed449128334edf0329b72e53c5caaaa95b (patch) | |
tree | c095b8ccdb00a6d364a1b1f642c5a5a218a675d6 /ext/standard/php_string.h | |
parent | a5251f78f8c3204c04d93c02b63d2e3967d3e1c1 (diff) | |
download | php-git-1a512eed449128334edf0329b72e53c5caaaa95b.tar.gz |
Move utf8_encode and utf8_decode to ext/standard
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 14b66e7e13..6fc7587121 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -93,6 +93,8 @@ PHP_FUNCTION(str_word_count); PHP_FUNCTION(str_split); PHP_FUNCTION(strpbrk); PHP_FUNCTION(substr_compare); +PHP_FUNCTION(utf8_encode); +PHP_FUNCTION(utf8_decode); #ifdef HAVE_STRCOLL PHP_FUNCTION(strcoll); #endif |