For some reason my "rlogin localhost" is very slow, eventhough telnet localhost is still instantly....
I found this issue on several machines...
I tried:
- Rlogin 127.0.0.1 to skip resolving....still very slow
- Ping 127.0.0.1 .... 0ms
- Even with resolving, this is done correctly...
Pfffttt.....
After two weeks, I find out that it is the expire causing it not to work :(
I use this one: $expire = time() + 365*24*3600;
When i replaced it with yours ($expire = strtotime ('2004-06-01 00:00:00'); ), it immediatly worked :)
Since i went from Apache1/php4.0.6 to apache2/php4.3.4, my SetCookie doesn't work anymore. Only the last call to SetCookie is processed.....
Ex:
SetCookie("LOGON",$set,$expire);
SetCookie("SECLOGON",$pas,$expire);
In this case, only SECLOGON is written.....
I've seen more...
I'm running apache 1.3.26 and PHP 4.22 on an hp-ux 11i.
While trying to install the oci extension, i get the following error:
PHP Warning: Invalid library (maybe not a PHP library) 'oci8.sl' in Unknown on line 0
Anyone know how to fix this ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.