php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67581 IIS 8.0 - PHP 5.4 - APC problem
Submitted: 2014-07-07 08:21 UTC Modified: 2014-07-30 16:13 UTC
From: alexandrenaulet at yahoo dot fr Assigned: ab (profile)
Status: Closed Package: APC (PECL)
PHP Version: 5.4.30 OS: Windows Server 2012
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alexandrenaulet at yahoo dot fr
New email:
PHP Version: OS:

 

 [2014-07-07 08:21 UTC] alexandrenaulet at yahoo dot fr
Description:
------------
I have a bug in all pages when Iset apc.enabled to 1. When I launch a script (<?php echo 'test';?>) only, i have this apc error :

[07-Jul-2014 10:06:13 Europe/Paris] PHP Notice:  Unknown: 1. h-&gt;opened_path=[C:\inetpub\wwwroot\ftp2\index.php]  h-&gt;filename=[C:\inetpub\wwwroot\ftp2\index.php]
 in Unknown on line 0
[07-Jul-2014 10:06:13 Europe/Paris] PHP Notice:  Unknown: File is too big C:\inetpub\wwwroot\ftp2\index.php (1404720373 - 43) - bailing
 in Unknown on line 0

But, apc.max_file_size is 2048M.
I don't find help in forums.

Actual result:
--------------
[07-Jul-2014 10:06:13 Europe/Paris] PHP Notice:  Unknown: 1. h-&gt;opened_path=[C:\inetpub\wwwroot\ftp2\index.php]  h-&gt;filename=[C:\inetpub\wwwroot\ftp2\index.php]
 in Unknown on line 0
[07-Jul-2014 10:06:13 Europe/Paris] PHP Notice:  Unknown: File is too big C:\inetpub\wwwroot\ftp2\index.php (1404720373 - 43) - bailing
 in Unknown on line 0

Patches

nopatch (last revision 2014-07-07 08:24 UTC by alexandrenaulet at yahoo dot fr)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-07-30 06:29 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2014-07-30 06:29 UTC] ab@php.net
You have a build with apc debug enabled, what you see are the debug messages. Disable apc debug for the build. Or, you can get a build from pecl.
 [2014-07-30 06:36 UTC] alexandrenaulet at yahoo dot fr
I tried with APC debug disabled, but the script don't run. I saw that APC does not work with FastCGI
 [2014-07-30 16:13 UTC] ab@php.net
Well, don't work with FCGI is probably overstated, but makes less sense especially with IIS. As the cache couldn't be shared between the different FCGI instances. For IIS opcache or wincache were probably a better choice, whereby APC would make sense with Apache.
 [2014-07-31 07:08 UTC] alexandrenaulet at yahoo dot fr
OK, I'll see how these two technologies work. Thanks !
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 12:01:32 2024 UTC