> I think you won't do nothing :
> http://news.php.net/article.php?group=php.cvs&article=27252
>
> Merci monsieur Open Source et Closed Minds :)
>
> didou
I've received that mail now.
Strange... Why can't I access livedocs?
Nuno
Nuno Lopes wrote:
you didn't improve nothing, you've broke it :)
print_r(explode(' ', "en fr ja"));
Array
(
[0] => en
[1] =>
[2] => fr
[3] =>
[4] =>
[5] =>
[6] =>
[7] =>
[8] => ja
)
so if I do ./configure --with-languages="en fr ja" the explode call
> you didn't improve nothing, you've broke it :)
>
> print_r(explode(' ', "en fr ja"));
> Array
> (
> [0] => en
> [1] =>
> [2] => fr
> [3] =>
> [4] =>
> [5] =>
> [6] =>
> [7] =>
> [8] => ja
> )
>
>
> so if I do ./configure --with-languages="en
Nuno Lopes wrote:
nlopess Tue May 4 10:57:42 2004 EDT
Modified files:
/livedocs error.php
Log:
redirect the user automatically if there is just one language on the server
improve performance in splitting languages
you didn't improve nothing, you've broke it :)
print_r