Skip to content

Commit 8c0cdd1

Browse files
committedAug 5, 2022
[ci skip] Remove outdated info from php.ini templates
There is no more need to tell users about PHP 5, or even PHP 4. Closes phpGH-9256.
1 parent ce62779 commit 8c0cdd1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎php.ini-development

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
; PHP attempts to find and load this configuration from a number of locations.
1010
; The following is a summary of its search order:
1111
; 1. SAPI module specific location.
12-
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
13-
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
12+
; 2. The PHPRC environment variable.
13+
; 3. A number of predefined registry keys on Windows
1414
; 4. Current working directory (except CLI)
1515
; 5. The web server's directory (for SAPI modules), or directory of PHP
1616
; (otherwise in Windows)
@@ -447,7 +447,7 @@ memory_limit = 128M
447447
; development and early testing.
448448
;
449449
; Error Level Constants:
450-
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
450+
; E_ALL - All errors and warnings
451451
; E_ERROR - fatal run-time errors
452452
; E_RECOVERABLE_ERROR - almost fatal run-time errors
453453
; E_WARNING - run-time warnings (non-fatal errors)
@@ -908,8 +908,8 @@ default_socket_timeout = 60
908908
;
909909
; Notes for Windows environments :
910910
;
911-
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
912-
; extension folders as well as the separate PECL DLL download (PHP 5+).
911+
; - Many DLL files are located in the ext/
912+
; extension folders as well as the separate PECL DLL download.
913913
; Be sure to appropriately set the extension_dir directive.
914914
;
915915
;extension=bz2

‎php.ini-production

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
; PHP attempts to find and load this configuration from a number of locations.
1010
; The following is a summary of its search order:
1111
; 1. SAPI module specific location.
12-
; 2. The PHPRC environment variable. (As of PHP 5.2.0)
13-
; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
12+
; 2. The PHPRC environment variable.
13+
; 3. A number of predefined registry keys on Windows
1414
; 4. Current working directory (except CLI)
1515
; 5. The web server's directory (for SAPI modules), or directory of PHP
1616
; (otherwise in Windows)
@@ -449,7 +449,7 @@ memory_limit = 128M
449449
; development and early testing.
450450
;
451451
; Error Level Constants:
452-
; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
452+
; E_ALL - All errors and warnings
453453
; E_ERROR - fatal run-time errors
454454
; E_RECOVERABLE_ERROR - almost fatal run-time errors
455455
; E_WARNING - run-time warnings (non-fatal errors)
@@ -910,8 +910,8 @@ default_socket_timeout = 60
910910
;
911911
; Notes for Windows environments :
912912
;
913-
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
914-
; extension folders as well as the separate PECL DLL download (PHP 5+).
913+
; - Many DLL files are located in the ext/
914+
; extension folders as well as the separate PECL DLL download.
915915
; Be sure to appropriately set the extension_dir directive.
916916
;
917917
;extension=bz2

0 commit comments

Comments
 (0)
Please sign in to comment.