summaryrefslogtreecommitdiff
path: root/ext/session
Commit message (Expand)AuthorAgeFilesLines
* Use MAKE_STD_ZVAL/FREE_ZVAL to handle zval memory allocation.Sascha Schumann2001-01-071-4/+4
* Add a new test and refine the fourth testSascha Schumann2001-01-072-2/+158
* Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair.Sascha Schumann2001-01-072-10/+5
* Add session_set_save_handler testSascha Schumann2000-12-241-0/+85
* More instances of s/efree/FREE_ZVAL/Sascha Schumann2000-12-242-3/+3
* Not freeing the zval using FREE_ZVAL caused a segfault inSascha Schumann2000-12-241-2/+2
* Also call some member functions of the deserialized objectsSascha Schumann2000-12-241-3/+6
* Add session object deserialization testSascha Schumann2000-12-241-0/+33
* Add two regression tests for the session moduleSascha Schumann2000-12-242-0/+37
* (PHP session_unset) Return early, if no session was started.Sascha Schumann2000-12-221-0/+3
* Heads up people!Zeev Suraski2000-12-221-10/+4
* No need for GCC extensions in non-debugging mode.Sascha Schumann2000-12-211-1/+1
* Whitespace fix and initialize ret properlySascha Schumann2000-11-221-9/+9
* Move "replace value" logic to ZendStanislav Malyshev2000-11-201-13/+3
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Fix #3261 - variables declared as "global" in function do not get the rightStanislav Malyshev2000-11-191-5/+26
* Add some additional checksSascha Schumann2000-11-031-4/+17
* Fix implementation of hash algorithmSascha Schumann2000-11-031-1/+1
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-021-1/+1
* Add support for serializing references.Stanislav Malyshev2000-10-301-4/+20
* Initial steps to move the INI mechanism to the Zend engineZeev Suraski2000-10-291-7/+7
* Allow to send secure cookiesStanislav Malyshev2000-10-282-4/+20
* Add session_adapt_url().Sascha Schumann2000-10-262-7/+14
* session_unset() now cleans up $HTTP_SESSION_VARS as well.Andrei Zmievski2000-10-261-0/+3
* Fixed a bug in session.c. If the user calls session_module_name with aAlexander Feldman2000-10-231-7/+11
* Fixed crash (bus error) in readdir() and session cleanup when compiledfoobar2000-10-181-1/+1
* fix indentationSascha Schumann2000-10-171-1/+1
* fixes bug 7055 & 7235Daniel Beulshausen2000-10-161-6/+14
* Add session_write_close(). This is primarily intended to enableSascha Schumann2000-10-114-30/+34
* Return SUCCESS from write handler, if vallen is 0.Sascha Schumann2000-09-291-3/+5
* Clean up STR_CAT macro (it is still ugly)Sascha Schumann2000-09-271-8/+3
* Remove superflucious variableSascha Schumann2000-09-261-3/+1
* Deactivate E_NOTICE message on gcSascha Schumann2000-09-201-0/+2
* s/url_scanner.h/url_scanner_ex.h/Sascha Schumann2000-09-201-1/+1
* Make the new url scanner the default.Sascha Schumann2000-09-201-1/+1
* Kill warningSascha Schumann2000-09-191-2/+0
* *** empty log message ***Sascha Schumann2000-09-191-3/+1
* Libc5-readdir_r workaroundSascha Schumann2000-09-111-1/+1
* Convert some more "complex" expressions manually to Z_* macros.Sascha Schumann2000-09-061-7/+7
* Rename symbols whose first character was an underscore.Sascha Schumann2000-09-063-49/+49
* Convert to Z_* macrosSascha Schumann2000-09-061-47/+47
* Why make it more complex than necessary?Sascha Schumann2000-09-061-58/+13
* Now it should not crash, though still leaksStanislav Malyshev2000-09-051-1/+8
* This fix wasn't quite right and is no longer necessary after the recent php_i...Zeev Suraski2000-09-051-1/+1
* - Fix leakZeev Suraski2000-09-051-3/+3
* Fix crashStanislav Malyshev2000-09-052-2/+1
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-38/+7
* Try to fix session INI variables handlingStanislav Malyshev2000-09-051-21/+38
* Extend HTTP headers for private-caching and add a new PHP functionSascha Schumann2000-09-012-5/+33
* s/PATH_MAX/MAXPATHLEN/Sascha Schumann2000-09-011-1/+1