Browse Source

Typo.

PHP-4.0.5
Andrei Zmievski 27 years ago
parent
commit
e9abf023b4
  1. 2
      ext/session/session.c

2
ext/session/session.c

@ -655,7 +655,7 @@ static void _php_session_start(PSLS_D)
track_vars = INI_BOOL("track_vars");
if (!register_globals && !track_vars) {
php_error(E_ERROR, "The sessions module will not work, if you have disabled track_vars and register_globals. Enable at least one of them.");
php_error(E_ERROR, "The session module will not work, if you have disabled track_vars and register_globals. Enable at least one of them.");
return;
}

Loading…
Cancel
Save