Skip to content

Request #66024 - mb_chr() and mb_ord() #1100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Aug 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5f41bff
added php_mb_check_encoding
masakielastic Feb 19, 2015
f6be936
added mb_ord
masakielastic Feb 19, 2015
f008db6
added utf32 and ucs4 for available encodings
masakielastic Feb 19, 2015
c55dea0
added check for forbidden encodings
masakielastic Feb 19, 2015
590e6f0
added utf16 and ucs2 for supported encodings
masakielastic Feb 19, 2015
1c1c64a
added support for various encodings other than unicode
masakielastic Feb 19, 2015
421f7fc
added php_mb_check_forbidden_encoding
masakielastic Feb 19, 2015
3238311
added mb_chr
masakielastic Feb 19, 2015
09b5bfc
added check by php_mb_check_forbidden_encoding
masakielastic Feb 19, 2015
ae838e6
added various encoding support other than unicode
masakielastic Feb 19, 2015
08443b2
use php_mb_convert_encoding instead of php_mb_check_encoding
masakielastic Feb 19, 2015
2e97d7b
changed the position of calling php_mb_check_forbidden_encoding
masakielastic Feb 19, 2015
325faea
rename php_mb_check_forbidden_encoding to php_mb_check_unsupported_en…
masakielastic Feb 20, 2015
00324a3
add test for mb_chr and mb_ord
masakielastic Feb 20, 2015
1033bad
add php_mb_check_unicode_encoding
masakielastic Feb 21, 2015
2a3c08b
fix php_mb_ord for better handling the value of MBSTRG(current_filter…
masakielastic Feb 21, 2015
bdb7a59
fix memory leak
masakielastic Feb 21, 2015
8410027
fix memory leak in php_mb_check_encoding
masakielastic Feb 21, 2015
29d09b7
update the functions for checking the names of encodings
masakielastic Feb 27, 2015
70e241f
replace zend_string_alloc with safe_emalloc
masakielastic Mar 1, 2015
905dfb9
add argument for output_len
masakielastic Mar 1, 2015
d24dacc
replace AND operator with OR operator
masakielastic Mar 1, 2015
b8468ad
introduce fast zpp
masakielastic Mar 2, 2015
15e32fd
generate utf-8 string directly instead of using php_mb_convert_encoding
masakielastic Mar 7, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading