Age | Commit message (Collapse) | Author | Files | Lines |
|
with functions to return version string, vs SQL queries to return version strings. Currently this list only includes Oracle and SQLite.
|
|
|
|
Dumbian (my native country evidently).
|
|
"profiler_no_memory".
|
|
servers.
|
|
|
|
|
|
reasons, as well as fixing recursive bug
|
|
|
|
|
|
in xss_clean()
|
|
http://codeigniter.com/bug_tracker/bug/9384/
|
|
chmod operations on files were using the DIR_ constant permisisons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a minor grammar tweak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ( ! is_php(5))
becomes
if ( ! is_php('5.0.0'))
ref: http://codeigniter.com/bug_tracker/bug/8475/
|
|
|
|
particular test, making the array keys used by is_php() inaccurate beyond whole number versions
http://codeigniter.com/bug_tracker/bug/8475/
|
|
will trigger the loading of the Exceptions class, which triggers get_config() which will statically load some config items that might change later with $assign_to_config
|
|
|