Unable to load php_apc.dllon IIS6
am 22.02.2010 22:20:16 von jeff_j_dunlap
I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6 webserver
running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode).
Please advise,
Thank you
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Unable to load php_apc.dllon IIS6
am 22.02.2010 22:47:32 von jeff_j_dunlap
Jeff yahoo.com> writes:
>
> I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6
webserver
> running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode).
>
> Please advise,
>
> Thank you
>
Please note that I tried each of the dlls located here:
http://downloads.php.net/pierre/
And of course, I included this in the 'Windows Extension' section:
extension=php_apc.dll
and at the bottom tried different setting such as:
[APC]
apc.cache_by_default = On
apc.enable_cli = Off
apc.enabled = On
apc.file_update_protection = 2
apc.filters =
apc.gc_ttl = 3600
apc.include_once_override = Off
apc.max_file_size = 1M
apc.num_files_hint = 1000
apc.optimization = Off
apc.report_autofilter = Off
apc.shm_segments = 1
apc.shm_size = 30
apc.slam_defense = 0
apc.stat = On
apc.ttl = 0
apc.user_entries_hint = 100
apc.user_ttl = 0
apc.write_lock = On
The problem though is that the dll does not load.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: Unable to load php_apc.dll on IIS6
am 23.02.2010 01:41:23 von Pierre Joye
hi,
On Mon, Feb 22, 2010 at 10:47 PM, Jeff wrote:
> Jeff yahoo.com> writes:
>
>>
>> I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6
> webserver
>> running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode).
Please update to a decent PHP 5.2 version and it will work. 5.2.5
won't work with any of the binaries we provide and it is also strongly
recommended to update.
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php