[PHP-WIN] 304 Not Modified

2001-09-05 Thread Ouster
I'm making a sort of cache system. I fell to this problem: I leave a cookie with the timestamp of the last access, and when the user reconnect, I compare the timestamp of the last change with the timestamp sent me with the cookie. Then I leave a new cookie. So: if($last_modified <= $last_access)

[PHP-WIN] mcrypt()

2001-10-03 Thread Ouster
Does Mcrypt exist for Windows? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] PHP 4.0.6 + Apache 1.3.22 + WinNT 4

2001-11-12 Thread Ouster
Do I need all the lines that load .c files? Is it not enough to load only .so files? I receive an error, after I wrote LoadModule php4, because there is a ClearModuleList instruction that (I think) removes what I loaded. Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] Objects and case

2001-10-08 Thread Ouster
I've created an object named "ProfiloPC", and stored its definition in an included file. When I serialize this object I can see its name is "profilopc". I need to use this object in a session, but I receive an error message where PHP says that I've tried to use a method of the class"profilopc". Of

[PHP-WIN] Re: Cannot find php.ini file

2001-10-08 Thread Ouster
I think you have to put it in \winnt. "Todd Cary" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I use php4iaspi.dll with IIS 5 running under Win 2K, all if fine, > but when I switch to php.ini, php cannot find the php.ini file that is > in /winnt