Hi Alex,
Just tested on Windows 2003 Server. This works fine here with PHP 4.4.4 & APC 3.0.11. Make sure it's not some caching issue (browser?, web server ?).
Here are my apc settings right now: apc.enabled = 1 apc.shm_segments = 1 apc.shm_size = 96 apc.optimization = 0 apc.num_files_hint = 1024 apc.ttl = 7200 apc.user_ttl = 7200 apc.gc_ttl = 3600 apc.cache_by_default = On apc.filters = apc.mmap_file_mask = apc.slam_defense = 0 apc.file_update_protection = 2 apc.enable_cli = 0 ;apc.stat = 0 apc.max_file_size = 2M
Hi Alex, Just tested on
Hi Alex,
Just tested on Windows 2003 Server. This works fine here with PHP 4.4.4 & APC 3.0.11.
Make sure it's not some caching issue (browser?, web server ?).
Here are my apc settings right now:
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 96
apc.optimization = 0
apc.num_files_hint = 1024
apc.ttl = 7200
apc.user_ttl = 7200
apc.gc_ttl = 3600
apc.cache_by_default = On
apc.filters =
apc.mmap_file_mask =
apc.slam_defense = 0
apc.file_update_protection = 2
apc.enable_cli = 0
;apc.stat = 0
apc.max_file_size = 2M