Skip to content

Commit 39ccd43

Browse files
committed
docs: remove restored items from 3.2+ upgrade removal list.
1 parent 6c714a6 commit 39ccd43

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

user_guide_src/source/installation/upgrade_320.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ CodeIgniter versions that have been removed in 3.2+:
187187

188188
- 'sqlite' database driver (no longer shipped with PHP 5.4+; 'sqlite3' is still available)
189189

190-
- The entire *Encrypt Library* (the newer :doc:`Encryption Library <../libraries/encryption>` is still available)
191-
- The entire *Javascript Library* (it was always experimental in the first place)
192-
- The entire *Smiley Helper* (an archived version is available on GitHub: `bcit-ci/ci3-smiley-helper <https://github.com/bcit-ci/ci3-smiley-helper>`_)
190+
- The entire *Encrypt Library* (the newer :doc:`Encryption Library <../libraries/encryption>` is still available; the old Encrypt library depends on MCrypt which was removed from PHP in 7.2)
193191

194192
- The ``$img_path``, ``$img_url`` and ``$font_path`` parameters from
195193
:doc:`CAPCHA Helper <../helpers/captcha_helper>` function :php:func:`create_captcha()` (pass as array options instead).

0 commit comments

Comments
 (0)