Questions tagged [wincache]

20 questions
14
votes
2 answers

Wincachegrind gives an error

When I tried to use wincachegrind and get the cachegrind file, it returns Cannot find call target. cachegrind.out line number:68 Anybody knows how to solve this? UPDATE, here is the screen shot of the error: Click this link
Da Heel
  • 141
  • 1
  • 5
12
votes
1 answer

PHP Crash WinCache IIS 7.5

PHP 5.6 IIS 7.5 WINCACHE 1.3.6.3 Sometimes one website on my server crash and in event viewer I see that error: Faulting application name: php-cgi.exe, version: 5.6.0.0, time stamp: 0x53fe294e Faulting module name: php_wincache.dll, version:…
user3488573
  • 123
  • 6
5
votes
1 answer

Activate both, WinCache and OpCache for php 5.6 to improve performance?

We're running a typo3-website on Windows Server using IIS 8.5 and php 5.6.15 via FastCGI. To improve performance and reduce db-load, we enabled the WinCache-Extension, because of it's UserCache capabilities. WinCache's OpCache is disabled, since it…
mjStallinger
  • 192
  • 2
  • 15
3
votes
2 answers

Web Platform Installer: Windows Cache Extension 2.0 for PHP 7.4 failed to install

If you try and install PHP 7.4 via Microsoft Web Platform Installer on Windows Server 2012, it installs the core PHP component but fails to install winCache and PHP manager. I was able to install the PHP manager via a separate MSI. However, i cannot…
Notaras
  • 611
  • 1
  • 14
  • 44
2
votes
1 answer

WordPress multisite on Windows IIS (8.5.96) server crash - PHP 5.6 wincache.dll 1.3.7.0

I'm running a WordPress multisite(4.5.3) on Windows IIS (8.5.96). Every now and then the server crashes with a Wincache error. I have updated both PHP and Wincache components on the server. Because at the moment I have to observe the server…
laweb
  • 31
  • 4
2
votes
0 answers

PHP 5.5 Azure - Cannot redeclare function previously declared in ... (same place)

We host a php application on Azure, it runs on php 5.5 and uses the wincache extension provided by Azure. We have a couple of random failures to load (no error just blank output) per week in the application normally fixed by a restart. Today we had…
Gavin
  • 2,153
  • 2
  • 25
  • 35
2
votes
1 answer

Laravel + Wincache on MS Azure: Not storing values

I am running a PHP application on azure and am experiencing some strange behaviour: This snippet runns in a Console command: public function fire(Illuminate\Contracts\Cache\Repository $cache) { $cache->forever('someKey', 'someValue'); …
marstato
  • 363
  • 2
  • 12
2
votes
1 answer

Wincache extension has no impact on IIS 7.5

On my IIS 7.5 webserver I am running PHP 5.6 together with the wincache extension (1.3.6.1) for caching the opcode of my PHP scripts. This is supposed to reduce CPU load on the server, because the PHP scripts don't have to be recompiled every time a…
Eva Baentsch
  • 113
  • 1
  • 7
2
votes
1 answer

How does one build WINCACHE .DLL from source files?

I downloaded WINCACHE-1.3.7.4.tgz from the PECL download page. Unpacking it i find many a C orientated source file. Compiling from source in Linux i have some experience in BUT none at all in Windows (i am running Windows 7). The instructions on…
David 'the bald ginger'
  • 1,296
  • 3
  • 20
  • 38
1
vote
0 answers

Wincache log in Azure

How can I see the wincache log in my Azure web app running PHP 7.x? I can see that there is one but not how to view it. For instance if wincache_ucache_set returns an error I want to know why, all it does is return FALSE.
Rob Sedgwick
  • 4,342
  • 6
  • 50
  • 87
1
vote
0 answers

How to install php_wincache extension for php 7.1 on Windows?

I've followed all instructions from this tutorial wincache installition but at the end I've got an error: Unable to load dynamic library 'C:\dev\7.1\php\ext\php_wincache.dll' What can be the problem? php_wincache.dll exists in the needed folder,…
1
vote
0 answers

Using Wincache with Zend Framework 1.12.x

I'm trying to check if wincache is working properly in my zend framework 1.12 project and don't really get output by the wincache.php skript. I'm on Windows 8 and Run IIS8 with PHP 5.3 and Wincache. phpinfo() shows wincache 1.3.4 is installed…
spankmaster79
  • 21,555
  • 10
  • 42
  • 73
0
votes
0 answers

How can I get FastCGI to work properly and still monitor PHP errors?

I encounter a FastCGI problem when setting the PHP parameter 'track_errors' to 'On' in my Windows 11 Pro development environment. It is not just a Deprecation Warning in the PHP-generated log-file, but it leads to a FastCGI crash of certain…
Sthop
  • 1
  • 1
0
votes
1 answer

Azure - "PHP Warning: session_start(): Cannot find save handler 'wincache'" after already being loaded

I've got a webjob running on my Azure app service that starts off with the session_start(); command. At first - I was getting this error: PHP Warning: session_start(): Cannot find save handler 'wincache' - session startup failed in …
LatentDenis
  • 2,839
  • 12
  • 48
  • 99
0
votes
1 answer

Cannot find save handler wincache - in Azure PHP

I hosted a web app on Azure using CakePHP 2.X on windows platform. I use the wincache session handler (session.save_handler = wincache). Today I have had a problem. My PHP scripts which create sessions to login to my dashboard didn't work(keeps…
1
2