Laufzeit-Konfiguration
Das Verhalten dieser Funktionen wird durch Einstellungen in der php.ini beeinflusst.
| Name | Standard | Veränderbar | Changelog | 
|---|---|---|---|
| igbinary.compact_strings | 1 | PHP_INI_ALL | 
| Name | Standard | Veränderbar | Changelog | 
|---|---|---|---|
| session.save_handler | "files" | PHP_INI_ALL | 
Hier eine kurze Erklärung der Konfigurationsoptionen:
- 
    
igbinary.compact_stringsbool - 
    
Enable or disable compacting of duplicate strings. The default is On.
 - 
    
session.save_handlerstring - 
    
Igbinary is used as session handler by setting this value to
igbinary. 
                    
                    
                    
                    
                    
          