summaryrefslogtreecommitdiff
path: root/ext/msession
Commit message (Collapse)AuthorAgeFilesLines
* - Fix more TSRM gotchasDerick Rethans2002-06-281-9/+9
|
* Unify error messagesDerick Rethans2002-06-261-24/+24
|
* Added persistent connections, and automattic reconnect onMark L. Woodward2002-06-042-36/+130
| | | | | lost connections. Requires Phoenix 1.0
* Chages for beta3Mark L. Woodward2002-04-152-20/+20
|
* Added new features for msession beta 2Mark L. Woodward2002-04-083-4/+91
|
* 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
| | | | | ext/session/php_session.h which changed.
* Added support for session manager ID creation, works with patch submitted ↵Mark L. Woodward2002-03-241-1/+38
| | | | earlier
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-12/+1
|
* Fix compiler warnings and header file path.Yasuo Ohgaki2002-03-011-3/+4
|
* Maintain headers.Sebastian Bergmann2002-02-281-4/+4
|
* Added one more tweak for 4.0.x compatibility.Mark L. Woodward2002-02-111-4/+4
| | | | | | Used "#warning" to inform users of a hard dependency. (If #warning is unaccptable, let me know!)
* Backward compatibility to 4.0.6 does not have "HAVE_PHP_SESSION" defineMark L. Woodward2002-02-081-6/+7
| | | | | Renamed PHP_4_x_API to PHP_4_x
* Sorry guys, PHP 4.0.6's ZEND_MODULE_API_NO is whacked, it has an extraMark L. Woodward2002-02-051-10/+19
| | | | | | | zero, thus ZEND_MODULE_API_NO >= xxxx, will not work for about 18000 years. Added better checking, and cleaned up some of the #ifdef you seem to love so much.
* removed the new-style parameter parser code for bc *and* readabilityHartmut Holzgraefe2002-02-051-150/+56
| | | | | | reasons, changed the remaining #ifdefs to check the api version directly instead of using the not really related OLD_ZEND_PARAM macro
* 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
|
* A php script which shows how to use msession with PHP sessionsMark L. Woodward2001-12-231-0/+125
|
* Added php.ini entry info.Mark L. Woodward2001-12-231-0/+11
|
* Renamed msession_getdata and msession_setdata toMark L. Woodward2001-12-233-9/+14
| | | | | msession_get_data and msession_set_data respectively.
* 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
|
* Added msession_callMark L. Woodward2001-12-222-4/+38
|
* reverted chagesMark L. Woodward2001-12-221-391/+679
| | | | | | | | Restored zend_get_parameters_ex Put back ansi brackets Added author note. Added msession_call
* Update headers.Sebastian Bergmann2001-12-113-4/+4
|
* - proto descriptionsHartmut Holzgraefe2001-12-071-559/+448
| | | | | | | - changed to new parameter parser api - changed to K&R style - various cleanups
* 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
|
* Unified the configure messages.foobar2001-11-301-0/+3
|
* Fixed bug: #13844foobar2001-10-271-4/+0
|
* This file is generated.foobar2001-10-131-7/+0
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Allow msession to build without ext/sessionMark L. Woodward2001-10-113-5/+14
|
* Removed PHOENIX_INCLUDE, I don't need it to compile and it seems likeMark L. Woodward2001-10-011-1/+0
| | | | | | it causes a conflict with ext/mhash. (Phoenix has a file called mhash.h and that is being found when mhash is being built.)
* Allow the location of the Phoenix library to be specified on the configureJon Parise2001-09-301-6/+23
| | | | | commandline.
* 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-283-15/+136
|
* Added REQ_RANDSTR to support msession_randstrMark L. Woodward2001-09-251-0/+1
|
* Changed config.m4 to a better default, updated README.Mark L. Woodward2001-09-252-9/+8
|
* Added msession_randstr, creates a random string from a singleMark L. Woodward2001-09-252-0/+33
| | | | | source.
* (Removed Makefile, added accidentally.)Mark L. Woodward2001-09-203-23/+81
| | | | | Eliminated mod_msession in ext/session, and moved that code into msesion.c
* The extension should not be GPL.Mark L. Woodward2001-09-191-21/+17
|
* AddedMark L. Woodward2001-09-1910-0/+1098