630 Commits (3003cd2473fe2a12ba052d6304bd5846100fd1cc)

Author SHA1 Message Date
Ilia Alshanetsky 1784db8087 Fixed compiler warnings. 20 years ago
Michael Wallner 33dbaff1ed MFH: add note why replace is 0, so that I don't wonder again in 2 months 20 years ago
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Marcus Boerger aa0172a4da - MFH Fix bug #37510 session_regenerate_id changes session_id() even on failure 20 years ago
Ilia Alshanetsky 101d925baa Commit the actual fix 20 years ago
Ilia Alshanetsky 3022080d84 Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n). 20 years ago
Rasmus Lerdorf 6cc9f92d16 (Missing patch from the PHP 4 tree that got lost in the shuffle) 20 years ago
Frank M. Kromann 80cc4867e3 Export symbols that will allow building WDDX as shared object 20 years ago
Ilia Alshanetsky 3d80bd0cdf Added a check for special characters in the session name. 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
foobar b5017bd725 MFH: Improved the fix for #21306 a bit 21 years ago
foobar de6b4c0091 MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN) 21 years ago
Stanislav Malyshev bcb70109d2 fix crash on restarting static PHP having session modules loaded 21 years ago
foobar 9477097564 MFH: Nuked EOLs from error messages 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Dmitry Stogov 319cbe1c5a Fixed test file 21 years ago
foobar 73dd4043b3 Make sure files-save handler is used always 21 years ago
foobar 56c1b316da - Added session.hash_bits_per_character support. (3rd param) 21 years ago
foobar fd07bc5e6b nuke duplicate code 21 years ago
Antony Dovgal 29319a81b8 fix typo 21 years ago
foobar a20383ba06 - Unify the "configure --help" texts 21 years ago
Ilia Alshanetsky c24900dfa4 Added an optional remove old session parameter to session_regenerate_id(). 21 years ago
foobar 26d7b7fbc0 CS fix 21 years ago
Antony Dovgal a186549ec0 fix compile warning 21 years ago
Rasmus Lerdorf c1ef105535 Fixed bug 33072 - safemode/open_basedir check for runtime save_path change 21 years ago
Antony Dovgal 8f5ecf6da8 fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies) 21 years ago
foobar 626253940e - Added PHP_INSTALL_HEADERS() macro 21 years ago
foobar a119050ebb These tests require register_long_arrays=1 21 years ago
Antony Dovgal 76e07faf87 fix leak when register_long_arrays is off 21 years ago
foobar 3ca8ad73a4 - Missing $Id$ tags 21 years ago
foobar 7281cd8082 MFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.h 21 years ago
Antony Dovgal 5b78e4c025 hm.. 21 years ago
Antony Dovgal 94982058b6 fix bug #28324 (HTTP_SESSION_VARS appear when register_long_arrays is Off) 21 years ago
Stefan Esser 581265f4d1 Correctly initialize ZVAL 21 years ago
foobar 64e40c2271 - Make sure FD_CLOEXEC is always defined. 21 years ago
Antony Dovgal 37d3ea836e add skipif section 21 years ago
Antony Dovgal 68d73f8cf9 add test for bug #31454 21 years ago
Antony Dovgal d7072f8a9d efree(name) 21 years ago
Antony Dovgal c644b2a5a1 fix bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref) 21 years ago
Antony Dovgal ad76be844b CS changes (as suggested by Ilia) 22 years ago
Antony Dovgal e76824c91f fix segfault in session_module_name() when session.save_handler is empty 22 years ago
Dmitry Stogov a22fa4d109 Fixed crash in phpinfo() after graceful Apache restart. 22 years ago
Joe Orton 2685ca935f Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib 22 years ago
Andi Gutmans 11bcaedfc8 - Rename delete_global_variable() to zend_delete_global_variable() 22 years ago
Andi Gutmans db507dd153 - Commit the variable fetch optimization. 22 years ago
Anantha Kesari H Y 47e4f575c2 modified to 3rd argument of fcntl to FD_CLOEXEC 22 years ago
Anantha Kesari H Y 142e92bb70 NetWare specific stat structure access incorporated 22 years ago
Anantha Kesari H Y ccbeace1ff handled NetWare F_SETFD and stat differences 22 years ago
Antony Dovgal 0ea23249da fix error message 22 years ago