Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - WS + sync with PHP_5_3 (thanks Ilia & Co.) | Jani Taskinen | 2009-05-18 | 1 | -30/+25 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fix bug #32330 (session_destroy, "Failed to initialize storage module", ↵ | Gwynne Raskind | 2008-03-07 | 1 | -13/+19 |
| | | | | custom session handler) | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Unicode Updates | Sara Golemon | 2007-01-05 | 1 | -6/+22 |
| | |||||
* | Cleanup ext/session so that I can do a unicode update without going insane. | Sara Golemon | 2007-01-04 | 1 | -17/+13 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Merge in session API changes (carry around tsrm context) | Sascha Schumann | 2002-03-06 | 1 | -8/+7 |
| | | | | | | Now PHP_SESSION_API is defined to the date of the last change, so that externa source-code can handle changes more gracefully. | ||||
* | Weep out all recent commits of Yasuo. | Sascha Schumann | 2002-03-06 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | I don't have time right now to leave in the good ones and remove only the bad ones. There are some semantical changes which I reject, because they aim at fixing a bug which is at a completely other location. Then SID does not gefined anymore properly. (This broken patch has not been sent to me at all.) Also, there were *so* many whitespace changes which already make these commits bogus. | ||||
* | More TSRM work | Yasuo Ohgaki | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_D | Yasuo Ohgaki | 2002-03-06 | 1 | -7/+6 |
| | | | | | # Need a little more work for backword compatibility | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -12/+12 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Fold a bit more code | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+11 |
| | |||||
* | - Pointed out by Andrei. zval_ptr_dtor() should be used instead of the | Andi Gutmans | 2001-02-27 | 1 | -1/+1 |
| | | | | | zval_del_ref() function which should be nuked. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair. | Sascha Schumann | 2001-01-07 | 1 | -8/+4 |
| | | | | | Submitted by: Andi Gutmans | ||||
* | More instances of s/efree/FREE_ZVAL/ | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | |||||
* | Not freeing the zval using FREE_ZVAL caused a segfault in | Sascha Schumann | 2000-12-24 | 1 | -2/+2 |
| | | | | | shutdown_memory_manager. | ||||
* | Add session_write_close(). This is primarily intended to enable | Sascha Schumann | 2000-10-11 | 1 | -16/+8 |
| | | | | | | | | | script writers to release the lock associated with the session lock before the request finishes. You can pass arrays now to session_set_save_handler(), so that the handlers can be located in an object for better abstraction. | ||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | More cosmetic things | Sascha Schumann | 2000-02-11 | 1 | -9/+9 |
| | |||||
* | Fix namespace pollution | Sascha Schumann | 2000-01-05 | 1 | -11/+11 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | don't call empty function names | Sascha Schumann | 1999-09-17 | 1 | -3/+1 |
| | |||||
* | add user-level callbacks | Sascha Schumann | 1999-09-17 | 1 | -0/+188 |