Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Moved msession to PECL. | Derick Rethans | 2006-01-31 | 9 | -2521/+0 |
| | |||||
* | MSession now works with the new MCache server | Mark L. Woodward | 2006-01-30 | 7 | -709/+1371 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 3 | -9/+9 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 3 | -3/+3 |
| | |||||
* | Get rid of more useless RINIT/RSHUTDOWN calls | Rasmus Lerdorf | 2005-02-07 | 2 | -21/+3 |
| | |||||
* | Another instance where alloca() is not needed. | Ilia Alshanetsky | 2004-06-30 | 1 | -2/+8 |
| | |||||
* | C++ comments. | Ilia Alshanetsky | 2004-04-29 | 1 | -4/+4 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 2 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 3 | -9/+9 |
| | |||||
* | Fixing functionicalls with variable number of parameters... | Stefan Esser | 2003-03-06 | 1 | -21/+21 |
| | |||||
* | Fix for GCC 3 | Mark L. Woodward | 2003-02-12 | 1 | -0/+2 |
| | |||||
* | Restore php_error -> php_error_docref patch. | Ilia Alshanetsky | 2003-01-20 | 1 | -36/+24 |
| | |||||
* | Updated for Msession 1.2. | Mark L. Woodward | 2003-01-20 | 4 | -148/+202 |
| | | | | | Includes new APIs | ||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 1 | -24/+24 |
| | | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | 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 |
| | | | | | lost connections. Requires Phoenix 1.0 | ||||
* | 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 |
| | | | | | ext/session/php_session.h which changed. | ||||
* | Added support for session manager ID creation, works with patch submitted ↵ | Mark L. Woodward | 2002-03-24 | 1 | -1/+38 |
| | | | | earlier | ||||
* | 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 |
| | | | | | | 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" define | Mark L. Woodward | 2002-02-08 | 1 | -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 extra | Mark L. Woodward | 2002-02-05 | 1 | -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* readability | Hartmut Holzgraefe | 2002-02-05 | 1 | -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. 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 |
| | | | | | msession_get_data and msession_set_data respectively. | ||||
* | 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 |
| | | | | | | | | Restored zend_get_parameters_ex Put back ansi brackets Added author note. Added msession_call | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 3 | -4/+4 |
| | |||||
* | - proto descriptions | Hartmut Holzgraefe | 2001-12-07 | 1 | -559/+448 |
| | | | | | | | - changed to new parameter parser api - changed to K&R style - various cleanups | ||||
* | added protos (but without description yet) | Hartmut Holzgraefe | 2001-12-06 | 1 | -0/+64 |
| |