Questions tagged [wincache]
20 questions
0
votes
0 answers
Corrupted file on some instances on Azure with php
We're currently banging our heads against the wall with our Azure setup. It might be us who lack skills, but we cannot figure out how to run our instances more smoothly. We run PHP 5.6 w. wincache on Azure. We have multiple instances, which share…

Dennis
- 909
- 4
- 13
- 30
0
votes
0 answers
Caching entire table in PHP to be used by the entire web application?
I have a MySQL database where all the data contained is encrypted (2200 records, 30 columns) to protect student's personal data. When running reports, I create a duplicate blank table, query the encrypted table, decrypt each record and add to the…

Bill_VA
- 913
- 7
- 12
0
votes
1 answer
Wincache using with php
I'm using wincache to store the value persistent. I'm using the below code to store the value
$newhighlowarray = array();
//high low calculation
if(wincache_ucache_exists("Highlow")) {
$existhighlowarray =…

Vinoth Kumar
- 489
- 3
- 17
- 45
0
votes
1 answer
wincache session file size limit
I have implemented wincache with IIS in windows and enabled scache with maximum size of 85MB. But the problem now is after it hit 85MB, my PHP application has problem logging in. Is there a way to fix this?

pakito
- 387
- 2
- 3
- 17
0
votes
2 answers
IIS wincache failing
This is driving us all nuts.
We have an IIS web server running php using wincache.
In iis we have the document root and a second part of the website mapped using a virtual directory.
First, here is the error:
PHP Fatal error: session_start():…

Sean256
- 2,849
- 4
- 30
- 39