| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed C++ comments | Mark L. Woodward | 2002-08-22 | 2 | -9/+9 |
* | - Fix more TSRM gotchas | Derick Rethans | 2002-06-28 | 1 | -9/+9 |
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -24/+24 |
* | Added persistent connections, and automattic reconnect on | Mark L. Woodward | 2002-06-04 | 2 | -36/+130 |
* | Chages for beta3 | Mark L. Woodward | 2002-04-15 | 2 | -20/+20 |
* | Added new features for msession beta 2 | Mark L. Woodward | 2002-04-08 | 3 | -4/+91 |
* | Fixed ZTS build | Yasuo Ohgaki | 2002-04-07 | 1 | -1/+1 |
* | PHP_SESSION_API not always defined. | Mark L. Woodward | 2002-04-01 | 1 | -2/+2 |
* | Fixed conditional compilation based on macros changed in | Mark L. Woodward | 2002-03-31 | 1 | -8/+10 |
* | Added support for session manager ID creation, works with patch submitted ear... | Mark L. Woodward | 2002-03-24 | 1 | -1/+38 |
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -12/+1 |
* | Fix compiler warnings and header file path. | Yasuo Ohgaki | 2002-03-01 | 1 | -3/+4 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -4/+4 |
* | Added one more tweak for 4.0.x compatibility. | Mark L. Woodward | 2002-02-11 | 1 | -4/+4 |
* | Backward compatibility to 4.0.6 does not have "HAVE_PHP_SESSION" define | Mark L. Woodward | 2002-02-08 | 1 | -6/+7 |
* | Sorry guys, PHP 4.0.6's ZEND_MODULE_API_NO is whacked, it has an extra | Mark L. Woodward | 2002-02-05 | 1 | -10/+19 |
* | removed the new-style parameter parser code for bc *and* readability | Hartmut Holzgraefe | 2002-02-05 | 1 | -150/+56 |
* | More 4.0.6 compatibility. | Mark L. Woodward | 2002-02-04 | 1 | -1/+11 |
* | Restored backward compatibility to PHP 4.0.6 | Mark L. Woodward | 2002-02-04 | 1 | -1/+5 |
* | Fix ZTS build | Yasuo Ohgaki | 2002-02-04 | 1 | -1/+3 |
* | Moved "ifdef HAVE_PHP_SESSION" oops! | Mark L. Woodward | 2001-12-26 | 1 | -1/+1 |
* | Major cleanup | Mark L. Woodward | 2001-12-23 | 1 | -399/+296 |
* | A php script which shows how to use msession with PHP sessions | Mark L. Woodward | 2001-12-23 | 1 | -0/+125 |
* | Added php.ini entry info. | Mark L. Woodward | 2001-12-23 | 1 | -0/+11 |
* | Renamed msession_getdata and msession_setdata to | Mark L. Woodward | 2001-12-23 | 3 | -9/+14 |
* | re-added prototype folding hooks | Hartmut Holzgraefe | 2001-12-22 | 1 | -0/+74 |
* | *now* it is backwards compatible ... | Hartmut Holzgraefe | 2001-12-22 | 1 | -1/+5 |
* | Toned down a comment that was written in the heat of the moment. | Mark L. Woodward | 2001-12-22 | 1 | -12/+8 |
* | Added msession_call | Mark L. Woodward | 2001-12-22 | 2 | -4/+38 |
* | reverted chages | Mark L. Woodward | 2001-12-22 | 1 | -391/+679 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 3 | -4/+4 |
* | - proto descriptions | Hartmut Holzgraefe | 2001-12-07 | 1 | -559/+448 |
* | added protos (but without description yet) | Hartmut Holzgraefe | 2001-12-06 | 1 | -0/+64 |
* | some cleanup of ext_skel stuff | Hartmut Holzgraefe | 2001-12-06 | 1 | -61/+18 |
* | whitespace/indent | Hartmut Holzgraefe | 2001-12-06 | 1 | -374/+384 |
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+3 |
* | Fixed bug: #13844 | foobar | 2001-10-27 | 1 | -4/+0 |
* | This file is generated. | foobar | 2001-10-13 | 1 | -7/+0 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
* | Allow msession to build without ext/session | Mark L. Woodward | 2001-10-11 | 3 | -5/+14 |
* | Removed PHOENIX_INCLUDE, I don't need it to compile and it seems like | Mark L. Woodward | 2001-10-01 | 1 | -1/+0 |
* | Allow the location of the Phoenix library to be specified on the configure | Jon Parise | 2001-09-30 | 1 | -6/+23 |
* | Doh! Return nothing when there is nothing back from a plugin | Mark L. Woodward | 2001-09-29 | 1 | -2/+8 |
* | Added msession_set_array and msession_plugin | Mark L. Woodward | 2001-09-28 | 3 | -15/+136 |
* | Added REQ_RANDSTR to support msession_randstr | Mark L. Woodward | 2001-09-25 | 1 | -0/+1 |
* | Changed config.m4 to a better default, updated README. | Mark L. Woodward | 2001-09-25 | 2 | -9/+8 |
* | Added msession_randstr, creates a random string from a single | Mark L. Woodward | 2001-09-25 | 2 | -0/+33 |
* | (Removed Makefile, added accidentally.) | Mark L. Woodward | 2001-09-20 | 3 | -23/+81 |
* | The extension should not be GPL. | Mark L. Woodward | 2001-09-19 | 1 | -21/+17 |
* | Added | Mark L. Woodward | 2001-09-19 | 10 | -0/+1098 |