Skip to content

Commit 4a18958

Browse files
authored
Laravel 12 php.ini
1 parent 97f1a75 commit 4a18958

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/xampp/php/php.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[PHP]
22

3-
;;;;;;;;;;;;;;;;;;;
4-
; About php.ini ;
5-
;;;;;;;;;;;;;;;;;;;
3+
;;;;;;;;;;;;;;;;;;;;;;
4+
; Laravel 12 php.ini ;
5+
;;;;;;;;;;;;;;;;;;;;;;
66
; PHP's initialization file, generally called php.ini, is responsible for
77
; configuring many of the aspects of PHP's behavior.
88

@@ -2023,3 +2023,4 @@ mssql.min_error_severity=10
20232023
mssql.min_message_severity=10
20242024
mssql.compatability_mode=Off
20252025
mssql.secure_connection=Off
2026+

0 commit comments

Comments
 (0)