Michal Čihař
94c2f864ae
[core] Remove config data from session as it brings chicken-egg problem.
...
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Herman van Rink
b55c48b8d8
Added unittest for PMA_ifSetOr()
2009-10-16 08:10:26 +00:00
Michal Čihař
ebeb0c319f
Adding @package, first part.
2008-11-24 10:32:56 +00:00
Marc Delisle
4db43ab450
bug #2064649 Missing question mark
2008-08-21 16:45:14 +00:00
Marc Delisle
e77938bb20
BLOBstreaming support (Google Summer of Code 2008, Raj Kissu Rajandran) -- work in progress
2008-08-20 17:04:37 +00:00
Marc Delisle
1bd7ec70e2
bug #2046883 [core] Notices about deprecated dl() (so stop using it)
2008-08-16 14:06:27 +00:00
Sebastian Mendel
021d4b78a0
use http_build_query();
...
add some doc;
2008-07-09 05:53:17 +00:00
Marc Delisle
bf3b1def54
explain the reason for this script
2008-07-08 19:15:27 +00:00
Michal Čihař
7fb6bc2370
There is no en-iso-8859-1 anymore, so do not attempt to use it.
2008-07-08 15:55:35 +00:00
Marc Delisle
544831fda7
patch #2007196 , Typos in comments, thanks to knittl - knittl
2008-07-01 19:21:28 +00:00
Sebastian Mendel
bccd6fea65
cleanup
2007-10-17 14:07:58 +00:00
Marc Delisle
a554042b5e
bug #1728590 Detected failing session_start fails
2007-06-03 23:30:40 +00:00
Sebastian Mendel
ef312fc70b
PMA_isValid(): added ability to check $var against array of valid values
2007-05-09 13:03:59 +00:00
Sebastian Mendel
2454f1feff
typo in fix for bug #1671813
2007-03-26 06:32:56 +00:00
Sebastian Mendel
dd5d1163b1
typo (i really should have written this phpunit test before as suggested ...)
2007-03-21 16:35:11 +00:00
Sebastian Mendel
d0f53268c6
added explanation/notice about unset variable behavior
2007-03-21 14:17:20 +00:00
Sebastian Mendel
6b47ec1252
PMA_isValid(): typo
2007-03-21 13:26:55 +00:00
Sebastian Mendel
71075dac88
PMA_isValid(): added 'identical' as $type option
2007-03-21 11:36:40 +00:00
Sebastian Mendel
47201daf61
PMA_isValid(): typo, todo and changed default from 'scalar' to 'length'
2007-03-21 09:22:23 +00:00
Sebastian Mendel
ccbd760b11
[core] added PMA_isValid() and PMA_ifSetOr() for variable handling
2007-03-21 08:56:42 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00