Browse Source

MFB: fix proto

migration/unlabaled-1.3.2
foobar 23 years ago
parent
commit
bfe9e39673
  1. 2
      ext/session/session.c

2
ext/session/session.c

@ -1369,7 +1369,7 @@ PHP_FUNCTION(session_id)
}
/* }}} */
/* {{{ proto string session_regenerate_id()
/* {{{ proto bool session_regenerate_id()
Update the current session id with a newly generated one. */
PHP_FUNCTION(session_regenerate_id)
{

Loading…
Cancel
Save