Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit ceccaa9

Browse files
committed
🔨 not supporting old PHP 5.4 version
Signed-off-by: otengkwame <[email protected]>
1 parent 098a853 commit ceccaa9

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Codeigniter3 Framework Composer Package
22
Composer Package for the "system" folder of the Codeigniter3 framework changed into the structure below.
33

4+
Modified to work with Sylynder/Webby. Use with care if you are not working with Webby.
5+
46
## Folder Structure
57

68
```

framework/libraries/Session/Session_driver.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -112,26 +112,6 @@ public function __construct(&$params)
112112

113113
// ------------------------------------------------------------------------
114114

115-
/**
116-
* PHP 5.x validate ID
117-
*
118-
* Enforces session.use_strict_mode
119-
*
120-
* @return void
121-
*/
122-
public function php5_validate_id()
123-
{
124-
if (isset($_COOKIE[$this->_config['cookie_name']]) && !$this->validateSessionId($_COOKIE[$this->_config['cookie_name']])) {
125-
unset($_COOKIE[$this->_config['cookie_name']]);
126-
}
127-
}
128-
129-
protected function validateSessionId($argument)
130-
{
131-
}
132-
133-
// ------------------------------------------------------------------------
134-
135115
/**
136116
* Cookie destroy
137117
*

0 commit comments

Comments
 (0)