You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/installation/upgrade_320.rst
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,9 +187,7 @@ CodeIgniter versions that have been removed in 3.2+:
187
187
188
188
- 'sqlite' database driver (no longer shipped with PHP 5.4+; 'sqlite3' is still available)
189
189
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)
193
191
194
192
- The ``$img_path``, ``$img_url`` and ``$font_path`` parameters from
195
193
:doc:`CAPCHA Helper <../helpers/captcha_helper>` function :php:func:`create_captcha()` (pass as array options instead).
0 commit comments