Hi List!
I've modified the "common.lib.php3" library in order to "guess"
what should be the value of "$cfgPmaAbsoluteUri" in case the user
didn't complete it.
But I'm not sure it's a so nice stuff, since it depends on some
variables send by the server! Then if the server is not well
configured or do not fit CGI/1.1 specifications we may face "bugs"
that would be harder to find because it's easier to see
that "$cfgPmaAbsoluteUri" is empty than it was "automagically" set
with a wrong value.
That's why I require both you testings (with different servers)
and your opinions about this stuff.
Thanks in advance,
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi Joshua!
Thanks for you're patch :) I've just commited it to the CVS tree.
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
> No warning if empty?
Nope, since Olivier wants to be able to keep it empty ;)
>I must say it works pretty fine here with an empty
>$cfgPmaAbsoluteUri:
>where are there problemes? With the "Location: " header
>with some browsers?
Yep, since the fitting RFC stated that the "Location" header
MUST have a absolute URI as setting. Moreover you may now face
problem with the "cookie" authentication mode: since we can't
really rely on servers' environment variables, phpMyAdmin is now
using the $cfgPmaAbsoluteUri value to define the pathname used
with the "setcookie" function.
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi List!
OK... Then according to my thoughts and to your comments, I
returned to the previous system where an empty "$cfgPmaAbsoluteUri"
stays... empty.
Thanks,
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
I'm unable to download PHPMyAdmin currently.
It attempts to connect to:
http://prdownloads.sourceforge.net/
Which doesn't seem to respond. Do you have a mirror I can try?
-----------------------------------
Scott Baker - Webster Internet
Network Engineer
503.266.8253
>but this would be difficult to do reliably, especially with big
>databases and time-limit constraints on safe-mode servers.
Yep, that's why I'm not sure this feature is a so nice idea!
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi Marc & List!
OK to delete features #514581 and #503478. I'll check the other ones
tomorrow.
And what about #517560?
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi Luc!
I'm currently working on your patch: I'm aplying our coding standards to it.
Could you please complete the attached library (see the "?" inside).
Just two notes :
- could you please add an e-mail addess near the author name?
- at the beginning of "PMA_kanji_str_conv" you put a "global" statement
for "$internal_enc" but this variable isn't used inside the function!
Thanks for the patch :)
Loïc