problem with variable include_path in php.ini file from xampp

0

I installed XAMPP on my machine, which has Windows 10, but when I try to use the Zend FrameWork I can not change the path environment variable, I put bin and library in the file D: \ xampp \ php, I opened the cmd to put the php -version and zf show version sentences. The first one gave me that version 7.2.5 has been installed but the second one gives me an error and I have already modified the include_path variable in the php.ini file from D: \ xampp \ php but there is my main question because the file says like this:

; UNIX: "/path1:/path2"
include_path=D:\xampp\php\PEAR
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"

And I have seen in tutorial and pages that the sentence D: \ xampp \ php \ PEAR must appear below instead of the other one. Someone can clarify this and tell me what happens to see if I can lift the zend framework by the way I'm using an old version 1.11.11-minimal

    
asked by yadelis 01.06.2018 в 19:11
source

0 answers