[PHP]
; NOTE in Mageia this file only contains the paths set at compile time.
; All other settings can be found in /etc/php.d/01_[section].ini for basic settings.
; Advanced or module settings have a higher number in /etc/php.d

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; PHP's default setting for include_path is ".;/path/to/php/pear"
; https://php.net/include-path
include_path = ".:/usr/lib/php/:/usr/share/pear/:/usr/share/php/"

; Directory in which the loadable extensions (modules) reside.
; https://php.net/extension-dir
extension_dir = "/usr/lib/php/extensions"

; Local Variables:
; tab-width: 4
; End:
