|
9 | 9 | ; PHP attempts to find and load this configuration from a number of locations.
|
10 | 10 | ; The following is a summary of its search order:
|
11 | 11 | ; 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 |
14 | 14 | ; 4. Current working directory (except CLI)
|
15 | 15 | ; 5. The web server's directory (for SAPI modules), or directory of PHP
|
16 | 16 | ; (otherwise in Windows)
|
@@ -447,7 +447,7 @@ memory_limit = 128M
|
447 | 447 | ; development and early testing.
|
448 | 448 | ;
|
449 | 449 | ; 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 |
451 | 451 | ; E_ERROR - fatal run-time errors
|
452 | 452 | ; E_RECOVERABLE_ERROR - almost fatal run-time errors
|
453 | 453 | ; E_WARNING - run-time warnings (non-fatal errors)
|
@@ -908,8 +908,8 @@ default_socket_timeout = 60
|
908 | 908 | ;
|
909 | 909 | ; Notes for Windows environments :
|
910 | 910 | ;
|
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. |
913 | 913 | ; Be sure to appropriately set the extension_dir directive.
|
914 | 914 | ;
|
915 | 915 | ;extension=bz2
|
|
0 commit comments