php-src/ext/session
Christopher Jones d85827fb7f Reduce compilation noise during normal compilation:
php-5.5/ext/session/session.c:836: warning: unused variable ‘struc’
    php-5.5/ext/session/session.c:836: warning: unused variable ‘num_key’
    php-5.5/ext/session/session.c:836: warning: unused variable ‘key_length’
    php-5.5/ext/session/session.c:836: warning: unused variable ‘key’
    php-5.5/ext/session/session.c:835: warning: unused variable ‘key_type’
    php-5.5/ext/session/session.c:834: warning: unused variable ‘_ht’
    php-5.5/ext/session/session.c:857: warning: unused variable ‘has_value’
    php-5.5/ext/session/session.c:856: warning: unused variable ‘namelen’
    php-5.5/ext/session/session.c:853: warning: unused variable ‘name’
    php-5.5/ext/session/session.c:852: warning: unused variable ‘p’

    php-5.5/ext/session/mod_user.c:191: warning: unused variable ‘ret’
2013-08-21 10:34:09 -07:00
..
tests Add php_serialize session.serialize_handler. This patch closes 2013-08-21 10:51:51 +09:00
config.m4 Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
config.w32 Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) 2011-09-13 22:28:15 +00:00
CREDITS
mod_files.bat MFH 2008-12-30 19:37:35 +00:00
mod_files.c Fixed Bug #65475 2013-08-21 08:11:59 +09:00
mod_files.h Strict session 2013-08-04 16:36:45 -07:00
mod_files.sh Fixed bug #49175: mod_files.sh does not support hash bits 2013-06-29 11:35:55 +09:00
mod_mm.c Fixed Bug #65475 2013-08-21 08:11:59 +09:00
mod_mm.h Happy New Year 2013-01-01 16:37:09 +08:00
mod_user_class.c Merge PR 109 - Add create_sid to session_set_save_handler and SessionHandler 2013-06-27 12:29:44 +01:00
mod_user.c Reduce compilation noise during normal compilation: 2013-08-21 10:34:09 -07:00
mod_user.h Merge PR 109 - Add create_sid to session_set_save_handler and SessionHandler 2013-06-27 12:29:44 +01: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 Strict session 2013-08-04 16:36:45 -07:00
session.c Reduce compilation noise during normal compilation: 2013-08-21 10:34:09 -07:00