Skip to content

Commit

Permalink
Merge pull request #18 from shish/create-pull-request/regenerate-files
Browse files Browse the repository at this point in the history
Automatically regenerate the files
  • Loading branch information
shish authored Oct 8, 2024
2 parents 6035086 + 2e8be3c commit 9e0b360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generated/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ function session_module_name(?string $module = null): string
*
* If a new session name is
* supplied, session_name modifies the HTTP cookie
* (and output content when session.transid is
* enabled). Once the HTTP cookie is
* sent, session_name raises error.
* (and outputs the content when session.use_trans_sid is
* enabled). Once the HTTP cookie has been
* sent, calling session_name raises an E_WARNING.
* session_name must be called
* before session_start for the session to work
* properly.
Expand Down

0 comments on commit 9e0b360

Please sign in to comment.