php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52982
Patch php-trunk-session-status-bools revision 2011-07-26 18:53 UTC by arpad@php.net
Patch php-trunk-session-status revision 2011-07-26 18:52 UTC by arpad@php.net
Patch session.c.patch.txt revision 2010-10-04 07:05 UTC by php dot net at kenman dot net
revision 2010-10-04 02:46 UTC by php dot net at kenman dot net

Patch session.c.patch.txt for Session related Bug #52982

Patch version 2010-10-04 02:46 UTC

Return to Bug #52982 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions: 2010-10-04 07:05 UTC | 2010-10-04 02:46 UTC

Developer: php.net@kenman.net



  @@ -1733,6 +1733,17 @@
   }
   /* }}} */
   
 +/* {{{ proto bool session_is_active(void)
 +/* {{{ proto bool session_is_active(bool)
  +   Determine if a sesion is currently active. */
  +static PHP_FUNCTION(session_is_active)
  +{
  +	if (PS(session_status) != php_session_active) {
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 13:01:29 2024 UTC