php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50561 Big issue when using APC
Submitted: 2009-12-23 15:41 UTC Modified: 2009-12-23 15:52 UTC
From: sebastien dot geoffroy-1 at laposte dot net Assigned:
Status: Wont fix Package: Dynamic loading
PHP Version: 6SVN-2009-12-23 (SVN) OS: Windows 2000
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-12-23 15:41 UTC] sebastien dot geoffroy-1 at laposte dot net
Description:
------------
Hi,

My platform:
- Apache 2.0.55
- PHP: 4.4.1
- apc 3.0.19
- OS Windows 2000 SP4

I can't upgrade one of them because of application's prerequesite.
I took apc binary here :http://downloads.php.net/pierre/ and I choosed this one: php_apc-3.0.19-5.2-Win32-VC6-x86.zip (containing php_apc.dll Version 5.2.9.9).

I try to turn on APC cache on my system. 
Into php.ini file I added:
extension = php_apc.dll 
[APC]
apc.enabled = 1

When starting apache I get on error log file:
PHP Warning:  Unknown(): Unable to load dynamic library './php_apc.dll' - Le module sp\xe9cifi\xe9 est introuvable.\r\n in Unknown on line 0

I tried to add this into httpd conf file:
LoadModule apc_module "c:/program files/php/sapi/php_apc.dll"

But same similar thing:
[Wed Dec 23 16:14:30 2009] [notice] Apache/2.0.55 (Win32) PHP/4.4.1 mod_ssl/2.0.55 OpenSSL/0.9.8 configured -- resuming normal operations
[Wed Dec 23 16:14:30 2009] [notice] Server built: Oct  9 2005 19:16:56
[Wed Dec 23 16:14:30 2009] [notice] Parent: Created child process 956
Syntax error on line 107 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/PHP/sapi/php_apc.dll into server: Le module sp\xe9cifi\xe9 est introuvable.  
[Wed Dec 23 16:14:30 2009] [crit] master_main: create child process failed. Exiting.
[Wed Dec 23 16:14:30 2009] [notice] Parent: Forcing termination of child process 2342432

What I did wrong? I would really apreciate your help on this problem. 

Regards.
Sebastien





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-12-23 15:52 UTC] johannes@php.net
We are sorry, but we can not support PHP 4 related problems anymore.
Momentum is gathering for PHP 6, and we think supporting PHP 4 will
lead to a waste of resources which we want to put into getting PHP 6
ready.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC