Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DSLAN in XAMPP installieren?
#10
(28.02.2010, 15:35)burbot Wrote: Such einfach in der php.ini nach eAccelerator und entferne dann die Kommentarzeichen davor!

Code Wrote:;zend_extension = "C:\xampp\php\ext\php_eaccelerator.dll"

...

[eAccelerator]
; The amount of shared memory (in megabytes) that eAccelerator will use.
; "0" means OS default. Default value is "0".
eaccelerator.shm_size = "0"

; The directory that is used for disk cache. eAccelerator stores precompiled
; code, session data, content and user entries here. The same data can be
; stored in shared memory also (for more quick access). Default value is
; "/tmp/eaccelerator".
eaccelerator.cache_dir = "C:\xampp\tmp"

; Enables or disables eAccelerator. Should be "1" for enabling or
; "0" for disabling. Default value is "1".
eaccelerator.enable = "1"

; Enables or disables debug logging. Setting this to 1 will print information
; to the log file about the cach hits of a file.
eaccelerator.debug = 0

; Set the log file for eaccelerator. When this option isn't set then the data
; will be logged to stderr
;eaccelerator.log_file = "C:\xampp\apache\logs\eaccelerator.log"

; Enables or disables PHP file modification checking. Should be "1"
; for enabling or "0" for disabling. You should set it to "1" if you want
; to recompile PHP files after modification. Default value is "1".
eaccelerator.check_mtime = "1"

; Determine which PHP files must be cached. You may specify the number of
; patterns (for example "*.php *.phtml") which specifies to cache or
; not to cache. If pattern starts with the character "!", it means to ignore
; files which are matched by the following pattern. Default value is "" that
; means - all PHP scripts will be cached.
eaccelerator.filter = ""

; Disables putting large values into shared memory by "eaccelerator_put()"
; function.
; It indicates the largest allowed size in bytes (10240, 10K, 1M). The "0"
; disables the limit. Default value is "0".
eaccelerator.shm_max = "0"

; When eAccelerator fails to get shared memory for new script it removes
; all scripts which were not accessed at last "shm_ttl" seconds from shared
; memory. Default value is "0" that means - don't remove any files from
; shared memory.
eaccelerator.shm_ttl = "0"

; When eAccelerator fails to get shared memory for new script it tryes to
; remove old script if the previous try was made more then "shm_prune_period"
; seconds ago. Default value is "0" that means - don't try to remove any
; files from shared memory.
eaccelerator.shm_prune_period = "0"

; Enables or disables caching of compiled scripts on disk. It has no effect
; on session data and content caching.
; Default value is "0" that means - use disk and shared memory for caching.
eaccelerator.shm_only = "0"


So sieht es in meiner php.ini aus, was muss da jetzt entfernt werden, da das Wort ja nun mehrfach dran kommt.
Reply


Messages In This Thread
DSLAN in XAMPP installieren? - by Anteraner - 28.02.2010, 15:24
RE: DSLAN in XAMPP installieren? - by burbot - 28.02.2010, 15:35
RE: DSLAN in XAMPP installieren? - by Anteraner - 28.02.2010, 16:25
RE: DSLAN in XAMPP installieren? - by burbot - 28.02.2010, 16:43
RE: DSLAN in XAMPP installieren? - by burbot - 01.03.2010, 13:53
RE: DSLAN in XAMPP installieren? - by burbot - 01.03.2010, 17:47
RE: DSLAN in XAMPP installieren? - by burbot - 03.03.2010, 07:33



Users browsing this thread: 1 Guest(s)