Commit Graph

20 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
1a14b3e4d3 Remove vim modelines
These settings are no longer required as they are guaranteed through
other coding standard tools.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 09:43:21 -03:00
William Desportes
f58a86aa4d
Merge branch 'QA_4_9'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-27 23:51:32 +02:00
William Desportes
cc73250b43
Fix #14918 - Use hex for the session token
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-24 22:05:56 +02:00
William Desportes
010df8e4ec
Merge branch 'QA_4_9'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-22 12:16:36 +02:00
William Desportes
80a7f0a75c
Make the hmac secret a secret for the user
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-13 19:05:04 +02:00
Hugues Peccatte
79e71d3e65 And this one is removed in PHP 7.1
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-01-12 23:43:06 +01:00
Hugues Peccatte
8e2a982ce7 These configurations doesn't exist anymore since PHP 5.4.0
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-01-12 23:40:02 +01:00
Maurício Meneghini Fauth
4cee0cbc12 Adds space after not (!) and type cast
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2019-01-05 21:56:34 -02:00
Maurício Meneghini Fauth
9eba565bf4 Remove unnecessary HTML closing tags
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-12-19 00:12:54 -02:00
William Desportes
bcefdd79fa
phpstan level 2 - Fix phpdoc
Signed-off-by: William Desportes <williamdes@wdes.fr>
2018-11-25 13:57:55 +01:00
Maurício Meneghini Fauth
285e38e931 Fix some PSR-2 coding standard errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30 09:07:56 -03:00
Maurício Meneghini Fauth
b9c0463d96 Use short array syntax instead of long array syntax
Replaces array() with [].

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-30 01:42:21 -03:00
Maurício Meneghini Fauth
6cf8ee0831 Enable strict mode in some classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-15 01:03:57 -03:00
Maurício Meneghini Fauth
4c04093a35 Fix warning when session is active
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-01 23:17:16 -03:00
Maurício Meneghini Fauth
c65e9c330e Remove @ operator from ini_set()
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-01 22:36:35 -03:00
Maurício Meneghini Fauth
35eb2da38a Remove @ operator from function_exists
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-01 22:36:35 -03:00
Michal Čihař
b459838606 Unset all session entries on creating new session
Issue #13828

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-24 09:34:18 +01:00
Michal Čihař
3946dbdf0c Ensure Session::secure has empty session
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-23 15:45:24 +01:00
Michal Čihař
dc4747d478 Configure session.save_handler when SessionSavePath is set
When user configures the path he wants to use files handler regardless
what is currently set.

See also #8346

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-16 16:22:21 +02:00
Maurício Meneghini Fauth
bed21bc30c Move session.*.php to Session class
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-31 20:43:22 -03:00