Antony Dovgal
ac378c3b78
MFH: fix compile warning
2005-05-22 12:57:45 +00:00
Rasmus Lerdorf
3526bcf9cf
MFH Fixed bug 33072 - safemode/open_basedir check for runtime save_path
...
change
2005-05-21 18:54:57 +00:00
Antony Dovgal
00b89e2d34
MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading session cookies)
2005-05-20 10:28:16 +00:00
Antony Dovgal
cb49e8b1ce
MFH: fix leak when register_long_arrays is off
2005-03-24 00:17:53 +00:00
Anantha Kesari H Y
b5937e49d8
NetWare specific stat structure changes
2005-03-14 11:01:00 +00:00
Anantha Kesari H Y
49afbfac4a
NetWare stat structure difference has been handled
2005-03-10 11:41:00 +00:00
foobar
15531b60fc
MFH: missing $Id$ tags
2005-02-13 17:54:31 +00:00
Antony Dovgal
6f475c1ce6
MFH: bug #28324
2005-02-10 19:40:53 +00:00
Stefan Esser
cb9873f4a4
MFH
2005-01-21 16:04:25 +00:00
foobar
706ba12284
MFH: - Use FD_CLOEXEC with fcntl() and make sure it is always defined
2005-01-18 15:45:51 +00:00
Antony Dovgal
3c786b4a52
add skipif section
2005-01-09 18:20:34 +00:00
SVN Migration
18fd322943
This commit was manufactured by cvs2svn to create branch 'PHP_5_0'.
2005-01-09 18:15:51 +00:00
Antony Dovgal
7f223f76c6
MFH: fix bug #31454
2005-01-09 17:58:16 +00:00
foobar
c99464da72
Revert. This is always 1.
2005-01-06 01:59:52 +00:00
Anantha Kesari H Y
1955451412
passing FD_CLOEXEC would be a standard way to pass argument to fcntl's last argument than 1
2005-01-05 11:09:12 +00:00
Antony Dovgal
2cdc86e8b4
CS changes
2004-12-09 17:16:33 +00:00
Antony Dovgal
cab8f40c2e
MFH: fix segfault in session_module_name() when session.save_handler is empty
2004-12-09 14:17:34 +00:00
Dmitry Stogov
0d6c158620
Fixed crash in phpinfo() after graceful Apache restart.
2004-12-07 18:01:56 +00:00
Antony Dovgal
fb5c9e76fc
fix error message
2004-09-30 14:20:22 +00:00
Antony Dovgal
d5f88b12c0
MFH: fix segfaults and bug #30282 and suppress compile warnings
2004-09-30 12:37:35 +00:00
Ilia Alshanetsky
ea138b85ab
MFH: Fixed bug #29925 (Added a check to prevent illegal characters in
...
session key).
2004-09-02 02:44:12 +00:00
Andi Gutmans
e5cfb1d05c
- Better stability during premature shutdown of request startup
2004-07-10 07:46:17 +00:00
Ilia Alshanetsky
690ca62dd3
Do not use alloca() where it can be abused through user input.
2004-06-30 01:12:06 +00:00
Ilia Alshanetsky
df71910d0e
Better skip condition check for session tests.
2004-05-27 20:53:26 +00:00
Marcus Boerger
29cfd6d24f
- Remove unused blocks
2004-05-19 08:56:50 +00:00
Ilia Alshanetsky
f7f966f96f
Skip session tests if session.save_path is not writable.
2004-05-13 12:53:47 +00:00
Sara Golemon
96132bf4fe
if statement logic would never eval to false.
2004-05-08 05:58:18 +00:00
Ilia Alshanetsky
dda0dd4825
Fixed test failure if session.use_trans_sid is enabled.
2004-04-15 13:37:50 +00:00
Ilia Alshanetsky
793140873b
Another setting leak in session code (bug #27963 ).
2004-04-13 18:18:22 +00:00
Ilia Alshanetsky
254c8d6ce9
Fixed bug #27963 (Session lifetime setting may leak between requests).
2004-04-13 00:39:05 +00:00
Wez Furlong
32be6f268b
Fix for Bug #26757 : session.save_path defaults to bogus value on win32
...
Merge from branch with one main difference: the default save_path is
set to the empty string on all platforms, whereas the code in the
branch only does so for win32.
2004-03-29 21:44:07 +00:00
Hartmut Holzgraefe
cc0894b788
more visa to sibira ;)
2004-03-24 18:43:23 +00:00
Moriyoshi Koizumi
75f83f7bb4
- Fix segfaults on deserialisation of referenced variables.
...
# ALLOC_INIT_ZVAL() initialises the type field to IS_NULL, while
# MAKE_STD_ZVAL() doesn't. This caused a kind of random crash
# when zval_ptr_dtor() was applied on an intact zval created by
# the latter method.
#
# Please check relevant bugs again. There should be some that
# have already been marked as bogus.
2004-02-29 00:26:36 +00:00
foobar
ac92c47b84
Fix bug #26005 (Random "cannot change the session ini settings" errors)
2004-02-24 08:47:35 +00:00
foobar
4441da2754
Improve error messages
2004-02-19 01:54:21 +00:00
Zeev Suraski
7c710a9f9b
Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.
...
Note: You should not be using ZVAL_DELREF() in day to day usage. Instead,
you should use zval_ptr_dtor(). Use ZVAL_DELREF() only if you're
messing with the refcount directly and know what you're doing.
Note #2 : For clarity, if you want to initialize a new zval with a refcount
of 0, it's best to do that directly, instead of using ZVAL_DELREF
after allocating the zval...
2004-02-15 12:58:19 +00:00
Ilia Alshanetsky
0fc2bb9d49
Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may
...
result in data loss).
2004-02-11 17:00:48 +00:00
Stanislav Malyshev
8487383ede
fix test - remove warning
2004-02-05 09:03:37 +00:00
foobar
6a1d0114a7
Silence some compile warnings
2004-01-23 03:28:59 +00:00
Wez Furlong
6ac364048b
export tsrm id for session globals.
2004-01-09 15:30:07 +00:00
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Marcus Boerger
45277ec5d7
Preserve casing
2003-12-22 23:17:17 +00:00
Dmitry Stogov
fca9c0c669
Incorrect test file was fixed. (Use pattern insted of absolute filename)
2003-12-16 11:19:20 +00:00
Ilia Alshanetsky
5264d34578
Update test to reflect new functionality.
2003-12-14 23:27:32 +00:00
Ilia Alshanetsky
d3639b1aa7
Fixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled from
...
inside the script).
2003-12-14 23:24:50 +00:00
Derick Rethans
71f9227cc5
- Fixed bug #26548 (Malformed HTTP dates in headers).
2003-12-07 14:29:43 +00:00
Wez Furlong
98f1021dd8
Make these tests work under win32
2003-12-05 13:42:04 +00:00
Wez Furlong
05b9b20ed8
Add new (optional!) win32 build infrastructure.
...
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00
Wez Furlong
30b631d9f6
Export this so that shared session modules can use it under win32.
2003-12-02 23:14:31 +00:00