Age | Commit message (Collapse) | Author | Files | Lines |
|
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
|
|
feature/form_val_config
|
|
|
|
$this->_config_rules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$_POST array
|
|
|
|
|
|
used for the detection.
|
|
|
|
Fix issue #1080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Wincache is directly analogous to APC, except with less problems on a Windows environment. Performance wise they are almost identical (for user mode caching at least).
Need to have the Wincache PHP module downloaded from http://www.iis.net/download/wincacheforphp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and user guide.
|
|
|
|
|
|
|
|
See #1045 for more information.
Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
|
|
to less_than_equal_to
|
|
|
|
|
|
|