php-src/ext/session
Yasuo Ohgaki df845a9155 Merge branch 'PHP-7.1'
* PHP-7.1:
  Simply return FALSE from session_gc(). Error could be annoying because internal save handlers may return -1 when GC cannot be performed for reasons
2016-10-18 06:54:10 +09:00
..
tests Add save handler explanations for documentation purpose 2016-10-18 06:20:03 +09:00
config.m4 fix arg order, CFLAGS is the fifth arg in m4 2014-10-17 16:03:40 +02:00
config.w32 ext/iconv, ext/json and ext/session use static tsrmls pointer 2014-10-17 14:16:40 +02:00
CREDITS
mod_files.bat
mod_files.c Merge branch 'PHP-7.0' into PHP-7.1 2016-09-16 23:50:00 +02:00
mod_files.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mod_files.sh fix typo 2016-06-03 17:18:14 +02:00
mod_mm.c Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"" 2016-09-01 10:12:26 +09:00
mod_mm.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mod_user.c Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"" 2016-09-01 10:12:26 +09:00
mod_user.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mod_user_class.c Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"" 2016-09-01 10:12:26 +09:00
package.xml
php_session.h Revert "Revert "Implement RFC Add session_gc() https://wiki.php.net/rfc/session-gc"" 2016-09-01 10:12:26 +09:00
session.c Simply return FALSE from session_gc(). Error could be annoying because internal save handlers may return -1 when GC cannot be performed for reasons 2016-10-18 06:53:13 +09:00