質問編集履歴
1
php.iniの;を削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
```php
|
25
25
|
#php.ini
|
26
26
|
; UNIX: "/path1:/path2"
|
27
|
-
|
27
|
+
include_path=C:\xampp\php\PEAR
|
28
28
|
;
|
29
29
|
; Windows: "\path1;\path2"
|
30
30
|
;include_path = ".;c:\php\includes"
|