Versiunile în comparație

Cheie

  • Această linie a fost adăugată.
  • Acest rând a fost eliminat.
  • Formatarea a fost modificată.

...

Code Block
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
;
; PHP's default setting for include_path is ".;/path/to/php/pear"
; https://php.net/include-path
include_path = ".:/php/includes:/Users/ck/my_php_library"


To reload php.ini, you should run like below - my PHP version is 8.2 based on above for your information

Code Block
brew services restart php@8.2