Thijs Kinkhorst
|
3531e21d4d
Implement sqextractGlobalVar with sqgetGlobalVar
|
před 22 roky |
Erin Schnabel
|
6e38ee4a74
Thanks shiruken! needed single quotes around switch constants
|
před 22 roky |
Erin Schnabel
|
39496fd3bc
added constants to fetch COOKIE and SERVER values
|
před 22 roky |
Erin Schnabel
|
3b6e061082
Added new function:
|
před 22 roky |
Thijs Kinkhorst
|
75de52f258
Getting ready for 1.4.0 RC1
|
před 22 roky |
Thijs Kinkhorst
|
f0fc6b10b3
Session naming in devel.
|
před 22 roky |
Erin Schnabel
|
415b302b6f
Wanted to add the SquirrelMail versioning functions we'd talked about before
|
před 22 roky |
jangliss
|
b94ac6f063
Lets see if we can get this cookie thing right this time.
|
před 22 roky |
jangliss
|
f6ac49ac49
And again... need to destroy cookies as they are created
|
před 22 roky |
jangliss
|
facbf3f2cc
Sync'ing global.php with stable to fix multi-session merges, and also
|
před 22 roky |
Thijs Kinkhorst
|
30e1a532a7
Fix by Martin Schulze of Debian. Please note, this is not a solution to the
|
před 22 roky |
jangliss
|
caede20756
Session fix ported from stable, should fix DMN plugin, and prev/next links
|
před 22 roky |
tassium
|
108d7b4616
Force magic_quotes_runtime to be off, since SquirrelMail breaks badly if it's on.
|
před 22 roky |
Thijs Kinkhorst
|
df76ef5549
Fix check_php_version for versions that contain a patchlevel.
|
před 23 roky |
Thijs Kinkhorst
|
a9ca110033
Fix warnings in sqstripslashes when $array is empty
|
před 23 roky |
Thijs Kinkhorst
|
2133a45cd7
Introduce a new function: check_php_version(4,1,2) which reports if this install
|
před 23 roky |
Thijs Kinkhorst
|
2d3d604a6b
You must start a session to be able to destroy it.
|
před 23 roky |
jmunro
|
9ab3d97bd7
This should fix the extra quoting when using magic_quotes_gpc. No need to do this in validate, lets do it in global.
|
před 23 roky |
jmunro
|
16542833cd
Since changing to rg=0 we make extensive use of $_SESSION and $HTTP_SESSION_VARS. Because of this session_register, session_unregister, and session_is_registered should NOT be used (see the PHP manual at php.net). They are buggy over different PHP versions anyway. Now when changing a session var using the custom 'sq' version of these functions (all located in global.php) the superglobal array is accessed directly. This fixes the problem with corrupted objects in the session. Tested with 4.1.2 rg=0 and 1.
|
před 23 roky |
stekkel
|
3f0a79989b
merge from stable: sqsession_destroy
|
před 23 roky |
Thijs Kinkhorst
|
32711b7f1e
Start some register_globals = off fixes:
|
před 23 roky |
stekkel
|
170eab711d
start of using SM-stable methods for handling global vars
|
před 23 roky |