summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-03Rename to _ping_successMichael Long1-5/+5
2019-09-03Delete unnecessary functionsMichael Long1-38/+6
2019-08-23Refactor implementation of #5816Michael Long1-21/+56
2019-08-14Define constant PHPREDIS_VERSIONMichael Long1-2/+4
2019-08-13Use version_compare to avoid method checksMichael Long1-2/+2
2019-08-13Adapt to styleguideMichael Long1-10/+10
2019-08-13[ci skip] Add update mimes.php step to 3.1.11 upgrade instructionsAndrey Andreev1-0/+6
2019-08-13[ci skip] Merge pull request #5815 from kamaslau/patch-2Andrey Andreev1-1/+1
Fix .aac file mime type
2019-08-13[ci skip] Merge pull request #5815 from kamaslau/patch-2Andrey Andreev1-1/+1
Fix .aac file mime type
2019-08-13[ci skip] Merge pull request #5808 from harrysrevis/developAndrey Andreev1-6/+17
Correct / Added characters
2019-08-13[ci skip] Merge pull request #5808 from harrysrevis/developAndrey Andreev1-6/+17
Correct / Added characters
2019-08-12Add parameter descriptionMichael Long1-3/+6
2019-08-12Adapt to new version of php-redisMichael Long1-6/+39
2019-08-11Fix .aac file mime typeKamas "Iceberg" Lau1-1/+1
2019-08-02[ci skip] Fix a CSRF-related bugAndrey Andreev2-0/+2
2019-07-31Added some greek characters and corrected some of them that showed up wrongharrys.revis1-6/+17
2019-07-16Fix #5796Andrey Andreev4-3/+4
2019-07-15[ci skip] Fix #5788Andrey Andreev2-1/+2
2019-06-23[ci skip] Add changelog entry for PR #5783Andrey Andreev1-0/+1
2019-06-23[ci skip] Merge pull request #5783 from gxgpet/developAndrey Andreev1-2/+4
Session files driver to return the failure status code instead of Exception throwing
2019-06-23[ci skip] Merge pull request #5783 from gxgpet/developAndrey Andreev1-2/+4
Session files driver to return the failure status code instead of Exception throwing
2019-06-23Session files driver to return failure status code (+logging) instead of ↵George Petculescu1-2/+4
Exception throwing
2019-06-19Fix #5774Andrey Andreev2-1/+2
2019-06-19[ci skip] Add changelog entry for #5779, PR #5781Andrey Andreev1-0/+1
2019-06-19[ci skip] Merge pull request #5781 from gxgpet/developAndrey Andreev1-2/+1
Fixes php5_validate_id() method calling from Redis session driver
2019-06-19[ci skip] Merge pull request #5781 from gxgpet/developAndrey Andreev1-2/+1
Fixes php5_validate_id() method calling from Redis session driver
2019-06-18Calling php5_validate_id() in the right place, for Redis session driverGeorge Petculescu1-2/+1
2019-06-02[ci skip] Merge pull request #5756 from bckcmo/developAndrey Andreev1-10/+8
Fixed broken 'Send a pull request' link and added links to official G…
2019-06-02[ci skip] Merge pull request #5756 from bckcmo/developAndrey Andreev1-10/+8
Fixed broken 'Send a pull request' link and added links to official G…
2019-06-02Close #5763Andrey Andreev1-0/+7
2019-05-28Adding back 'git@github.com:<your-name>/CodeIgniter.git' to step 4 in the ↵Brendan Corazzin1-1/+1
how-to guide
2019-05-13Fixed broken 'Send a pull request' link and added links to official GitHub ↵Brendan Corazzin1-10/+8
documentation for other steps in the 'How-to Guide'. Additional links were added to make the How-to Guide a little more user friendly for those who are unfamilar to GitHub.
2019-05-11[ci skip] Add changelog entry for #5753Andrey Andreev1-0/+2
2019-05-11[ci skip] Merge pull request #5753 from exussum12/fixIncrRedisAndrey Andreev1-2/+2
Fix increment / decrement in redis
2019-05-11[ci skip] Merge pull request #5752 from exussum12/alternativeRedisFixAndrey Andreev1-12/+3
Alterntive redis fix
2019-05-10Update Cache_redis.phpScott Dutton1-1/+1
2019-05-10[ci skip] Fix #5755Andrey Andreev3-0/+11
2019-05-10[ci skip] Add changelog entry for PR #5744Andrey Andreev1-0/+3
2019-05-10Merge pull request #5744 from sharadrsoni/patch-1Andrey Andreev2-3/+3
Adding support for proper CRLF
2019-05-10Merge pull request #5744 from sharadrsoni/patch-1Andrey Andreev2-3/+3
Adding support for proper CRLF
2019-05-08Fix increment / decrementScott Dutton1-3/+3
also fixed a value incorrectly returned docblock says array but bool returned
2019-05-08Alterntive redis fixScott Dutton1-12/+3
2019-05-07Update Log.phpSharad Soni1-1/+1
Removed \n as now we are adding PHP_EOL
2019-04-24Update Log_test.phpSharad Soni1-1/+1
Removed extra space, before and after concatenation.
2019-04-24Update Log.phpSharad Soni1-1/+1
Removed extra space.
2019-04-23Merge pull request #5735 from om-mahato/developInstructor, BCIT1-1/+1
Documentation on mobile devices issue filed
2019-04-23Merge pull request #5453 from popcorner/popcorner-tocInstructor, BCIT1-13/+16
[user guide] replace toggle() to fix the toc button
2019-04-23Update Log.phpSharad Soni1-1/+1
Changed to use PHP_EOL instead of '/r/n'
2019-04-23Update Log_test.phpSharad Soni1-1/+1
Changed to use PHP_EOL instead of `/r/n`
2019-04-23Merge pull request #5735 from om-mahato/developInstructor, BCIT1-1/+1
Documentation on mobile devices issue filed