php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57548 php_apc.dll can't work !!!
Submitted: 2007-02-26 04:50 UTC Modified: 2009-09-24 22:33 UTC
From: rockyjl at gmail dot com Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.2.1 OS: win2003+IIS6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rockyjl at gmail dot com
New email:
PHP Version: OS:

 

 [2007-02-26 04:50 UTC] rockyjl at gmail dot com
Description:
------------
I have download this extension :
http://pecl4win.php.net/download.php/ext/5_2/5.2.1/php_apc.dll

And puts the dll in php/ext/

I add in my php.ini :

extension=php_apc.dll

and

apc.rfc1867 = on

or

[APC]
apc.cache_by_default = On
apc.enable_cli = Off
apc.enabled = On
apc.file_update_protection = 2
apc.filters =
apc.ttl = 0
apc.user_ttl = 0
apc.gc_ttl = 3600
apc.include_once_override = Off
apc.max_file_size = 1M
apc.mmap_file_mask =
apc.num_files_hint = 1000
apc.optimization = 0
apc.report_autofilter = Off
apc.shm_segments = 1
apc.shm_size = 30
apc.slam_defense = 0
apc.stat = On
apc.user_entries_hint = 100
apc.write_lock = On
apc.rfc1867 = Off

restart iis6, all PHP file can't work !!



Reproduce code:
---------------
http://pecl4win.php.net/download.php/ext/5_2/5.2.1/php_apc.dll

extension=php_apc.dll

apc.rfc1867 = on
or
[APC]
apc.cache_by_default = On
apc.enable_cli = Off
apc.enabled = On
apc.file_update_protection = 2
apc.filters =
apc.ttl = 0
apc.user_ttl = 0
apc.gc_ttl = 3600
apc.include_once_override = Off
apc.max_file_size = 1M
apc.mmap_file_mask =
apc.num_files_hint = 1000
apc.optimization = 0
apc.report_autofilter = Off
apc.shm_segments = 1
apc.shm_size = 30
apc.slam_defense = 0
apc.stat = On
apc.user_entries_hint = 100
apc.write_lock = On
apc.rfc1867 = Off

Expected result:
----------------
Works.

Actual result:
--------------
all PHP file can't work !!

res://D:\WINDOWS\system32\shdoclc.dll/navcancl.htm#http://localhost/phpinfo.php

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-26 04:54 UTC] pierre dot php at gmail dot com
not a website bug.
 [2007-09-20 06:55 UTC] thepcnerd at gmail dot com
Reproduced under WinXP SP2 using PHP 5.2.3, maybe issue between PHP ver. and dll ver?
 [2009-06-12 21:24 UTC] kalle@php.net
so Apache crashes when you try to access the file, since you would come to the navcancel IE page, or did you just press STOP after a while of loading?
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 13:01:27 2025 UTC