summaryrefslogtreecommitdiff
path: root/ext/session/mod_user.c
Commit message (Expand)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-12/+12
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* Fold a bit more codeRasmus Lerdorf2001-06-061-0/+11
* - Pointed out by Andrei. zval_ptr_dtor() should be used instead of theAndi Gutmans2001-02-271-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair.Sascha Schumann2001-01-071-8/+4
* More instances of s/efree/FREE_ZVAL/Sascha Schumann2000-12-241-2/+2
* Not freeing the zval using FREE_ZVAL caused a segfault inSascha Schumann2000-12-241-2/+2
* Add session_write_close(). This is primarily intended to enableSascha Schumann2000-10-111-16/+8
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* More cosmetic thingsSascha Schumann2000-02-111-9/+9
* Fix namespace pollutionSascha Schumann2000-01-051-11/+11
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* don't call empty function namesSascha Schumann1999-09-171-3/+1
* add user-level callbacksSascha Schumann1999-09-171-0/+188