php-src/ext/session
Nikita Popov 2194690625 Ensure session GC is not run during variation6.phpt
The implemented gc() handler simply deletes all sessions, including
the current one. This may cause a subsequent unlink() warning.
Avoid this by preventing GC from running.
2016-07-24 00:07:54 +02:00
..
tests Ensure session GC is not run during variation6.phpt 2016-07-24 00:07:54 +02: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 Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow) 2016-07-03 09:30:33 +08: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 Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mod_mm.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mod_user_class.c reset ext/session to the state of 7.0.2 2016-01-29 08:37:27 +01:00
mod_user.c reset ext/session to the state of 7.0.2 2016-01-29 08:37:27 +01:00
mod_user.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
package.xml Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
php_session.h Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
session.c Merge branch 'PHP-5.6' into PHP-7.0 2016-07-19 01:39:28 -07:00