summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Collapse)AuthorFilesLines
2023-01-29feat(PHP8.2): Fix dynamic properties deprecation warningsFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2023-01-29Merge remote-tracking branch 'upstream/develop' into devFlorian Pritz27-3441/+561
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-07-24fixes #6149László Bóra2-3/+3
remove deprecated variable variables / string interpolation in variable names
2022-06-26Fixes #6141George Petculescu1-1/+1
2022-04-10Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz42-64/+248
2022-03-03[ci skip] Merge pull request #6107 from ducng99/patch-1Andrey Andreev1-1/+1
Fix SessionUpdateTimestampHandlerInterface name
2022-03-03Fix SessionUpdateTimestampHandlerInterface nameThomas Nguyen1-1/+1
2022-03-03Merge branch '3.1-stable' into developAndrey Andreev37-42/+223
2022-03-02[ci skip] Update copyright noticesAndrey Andreev36-49/+80
2022-02-22[ci skip] SessionUpdateTimestampHandlerInterfaceAndrey Andreev10-11/+164
2022-02-21[ci skip] Merge pull request #6102 from maxiwheat/developAndrey Andreev1-1/+1
Fix method _is_conn() in Ftp library
2022-02-17Fix method _is_conn() in Ftp library, was returning incorrect result for ↵Philippe Meunier1-1/+1
valid connection making it impossible to use FTP
2022-02-13[ci skip] Merge pull request #6100 from svennd/developAndrey Andreev1-2/+2
profiler.php PHP 8.1 deprecation notice
2022-02-13[ci skip] Merge pull request #6100 from svennd/developAndrey Andreev1-2/+2
profiler.php PHP 8.1 deprecation notice
2022-02-12feedback from narfbgSvennd1-2/+2
2022-02-11required spaces around castSvennd1-2/+2
2022-02-11Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-02-11[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespacesAndrey Andreev2-2/+2
Minor indentation & whitespace corrections
2022-02-11whitespacesToto Prayogo3-3/+2
2022-02-10Update Profiler.phpSvennd1-2/+2
fix it with string casting instead, based on feedback of jamieburchell :) thanks !
2022-02-09Update Profiler.phpSvennd1-1/+1
check for null value on $val
2022-02-04Fix passing NULL to setcookie value parameterJamie Burchell1-1/+1
Fixes Passing null to parameter #2 ($value) of type string is deprecated
2022-01-15Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-01-15[ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0Andrey Andreev1-1/+1
2022-01-09Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz18-69/+374
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-01-08[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3Andrey Andreev1-1/+1
2022-01-08[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3Andrey Andreev1-1/+1
2022-01-08[ci skip] Actually use the Session wrapper (ref #6078)Andrey Andreev1-7/+7
2022-01-08[ci skip] Actually use the Session wrapper (ref #6078)Andrey Andreev1-7/+7
2022-01-08[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)Andrey Andreev1-1/+1
2022-01-08[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)Andrey Andreev1-1/+1
2022-01-07Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-01-07[ci skip] Fix #6083Andrey Andreev1-1/+1
2022-01-05Finally drop CI_EncryptAndrey Andreev1-521/+0
2022-01-05Drop more deprecated functionalityAndrey Andreev1-5/+0
2022-01-05Drop some previously deprecated functionalityAndrey Andreev1-8/+0
2022-01-05Fix #5562Andrey Andreev1-16/+12
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev2-21/+86
2022-01-05Add SameSite cookie support to Session libraryAndrey Andreev2-21/+86
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev17-29/+284
2022-01-05Fix some minor PHP 8.1 deprecation warningsAndrey Andreev3-7/+7
2022-01-05Close #6021: Suppress possible E_DEPRECATION notices about ↵Andrey Andreev4-4/+4
mbstring.func_overload
2022-01-05PHP 8.1 compatibility for sessions (ref #6078)Andrey Andreev10-33/+273
2021-12-20Remove usage of deprecated strftime(), gmstrftime()Andrey Andreev1-1/+1
2021-12-20ftp_connect() returns an FTP\Connection object instead of resource in PHP 8.1Andrey Andreev1-1/+1
2021-12-20finfo_open() returns an finfo object instead of resource in PHP 8.1Andrey Andreev1-1/+1
2021-03-24Merge pull request #6028 from vibbow/patch-1George Petculescu1-1/+1
Update Session.php
2021-03-10Update Session.phpvibbow1-1/+1
Fix PHPDoc
2021-02-21PHP8: Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz34-69/+89
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2021-02-04Merge branch '3.1-stable' into developAndrey Andreev2-2/+2