Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
array_replace_recursive()
|
|
|
|
- Limited support for mbstring (mb_strlen(), mb_strpos(), mb_substr() only) via iconv.
Falls back to regular strlen(), strpos(), substr() if iconv is not available.
- Password hashing, dependant on CRYPT_BLOWFISH (2y version, available since PHP 5.3.7) availability.
|
|
CI_Utf8::__construct()
Also, use mb_substitute_character() instead of ini_set()
|
|
|
|
Signed-off-by: dchill42 <dchill42@gmail.com>
|
|
Signed-off-by: dchill42 <dchill42@gmail.com>
|
|
|
|
|
|
|
|
or other include_path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding html_helper_test.php as well.
|
|
|
|
|
|
|