summaryrefslogtreecommitdiff
path: root/ext/msession/msession.c
Commit message (Expand)AuthorAgeFilesLines
* Chages for beta3Mark L. Woodward2002-04-151-19/+19
* Added new features for msession beta 2Mark L. Woodward2002-04-081-1/+74
* Fixed ZTS buildYasuo Ohgaki2002-04-071-1/+1
* PHP_SESSION_API not always defined.Mark L. Woodward2002-04-011-2/+2
* Fixed conditional compilation based on macros changed inMark L. Woodward2002-03-311-8/+10
* Added support for session manager ID creation, works with patch submitted ear...Mark L. Woodward2002-03-241-1/+38
* Fix compiler warnings and header file path.Yasuo Ohgaki2002-03-011-3/+4
* Added one more tweak for 4.0.x compatibility.Mark L. Woodward2002-02-111-4/+4
* Backward compatibility to 4.0.6 does not have "HAVE_PHP_SESSION" defineMark L. Woodward2002-02-081-6/+7
* Sorry guys, PHP 4.0.6's ZEND_MODULE_API_NO is whacked, it has an extraMark L. Woodward2002-02-051-10/+19
* removed the new-style parameter parser code for bc *and* readabilityHartmut Holzgraefe2002-02-051-150/+56
* More 4.0.6 compatibility.Mark L. Woodward2002-02-041-1/+11
* Restored backward compatibility to PHP 4.0.6Mark L. Woodward2002-02-041-1/+5
* Fix ZTS buildYasuo Ohgaki2002-02-041-1/+3
* Moved "ifdef HAVE_PHP_SESSION" oops!Mark L. Woodward2001-12-261-1/+1
* Major cleanupMark L. Woodward2001-12-231-399/+296
* Renamed msession_getdata and msession_setdata toMark L. Woodward2001-12-231-7/+7
* re-added prototype folding hooksHartmut Holzgraefe2001-12-221-0/+74
* *now* it is backwards compatible ...Hartmut Holzgraefe2001-12-221-1/+5
* Toned down a comment that was written in the heat of the moment.Mark L. Woodward2001-12-221-12/+8
* reverted chagesMark L. Woodward2001-12-221-391/+679
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* - proto descriptionsHartmut Holzgraefe2001-12-071-559/+448
* added protos (but without description yet)Hartmut Holzgraefe2001-12-061-0/+64
* some cleanup of ext_skel stuffHartmut Holzgraefe2001-12-061-61/+18
* whitespace/indentHartmut Holzgraefe2001-12-061-374/+384
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Allow msession to build without ext/sessionMark L. Woodward2001-10-111-0/+8
* Doh! Return nothing when there is nothing back from a pluginMark L. Woodward2001-09-291-2/+8
* Added msession_set_array and msession_pluginMark L. Woodward2001-09-281-13/+133
* Added msession_randstr, creates a random string from a singleMark L. Woodward2001-09-251-0/+32
* (Removed Makefile, added accidentally.)Mark L. Woodward2001-09-201-5/+79
* AddedMark L. Woodward2001-09-191-0/+802