You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #42753 Cast ini_get to an integer to match expected type (natewiebe13)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
Cast ini_get to an integer to match expected type
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | n/a
| License | MIT
| Doc PR | n/a
The lifetime value is expected to be an integer, but this is set as a string when using the ini value from `session.cookie_lifetime`. This makes `getLifetime()` return a string instead of an int as the ``@return`` states.
Commits
-------
c56470d Cast ini_get to an integer to match expected type
0 commit comments