From: Jeff on 22 Feb 2010 16:20 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
From: Jeff on 22 Feb 2010 16:47 Jeff <jeff_j_dunlap <at> 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.
From: Pierre Joye on 22 Feb 2010 19:41 hi, On Mon, Feb 22, 2010 at 10:47 PM, Jeff <jeff_j_dunlap(a)yahoo.com> wrote: > Jeff <jeff_j_dunlap <at> 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
|
Pages: 1 Prev: Comparing large arrays Next: Unable to load dynamic library php_ifx %1 |