|
191 | 191 | ; Development Value: "GPCS"
|
192 | 192 | ; Production Value: "GPCS"
|
193 | 193 |
|
194 |
| -;windows.show_crt_warning |
195 |
| -; Default value: 0 |
196 |
| -; Development value: 0 |
197 |
| -; Production value: 0 |
198 |
| - |
199 | 194 | ;;;;;;;;;;;;;;;;;;;;
|
200 | 195 | ; php.ini Options ;
|
201 | 196 | ;;;;;;;;;;;;;;;;;;;;
|
@@ -642,6 +637,11 @@ html_errors = On
|
642 | 637 | ; Log errors to syslog (Event Log on NT, not valid in Windows 95).
|
643 | 638 | ;error_log = syslog
|
644 | 639 |
|
| 640 | +;windows.show_crt_warning |
| 641 | +; Default value: 0 |
| 642 | +; Development value: 0 |
| 643 | +; Production value: 0 |
| 644 | + |
645 | 645 | ;;;;;;;;;;;;;;;;;
|
646 | 646 | ; Data Handling ;
|
647 | 647 | ;;;;;;;;;;;;;;;;;
|
@@ -964,7 +964,7 @@ default_socket_timeout = 60
|
964 | 964 | ;extension=php_mysql.dll
|
965 | 965 | ;extension=php_mysqli.dll
|
966 | 966 | ;extension=php_oci8.dll ; Use with Oracle 10gR2 Instant Client
|
967 |
| -;extension=php_oci8_11g.dll ; Use with Oracle 11g Instant Client |
| 967 | +;extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client |
968 | 968 | ;extension=php_openssl.dll
|
969 | 969 | ;extension=php_pdo_firebird.dll
|
970 | 970 | ;extension=php_pdo_mssql.dll
|
@@ -1300,12 +1300,12 @@ mysqli.default_pw =
|
1300 | 1300 | mysqli.reconnect = Off
|
1301 | 1301 |
|
1302 | 1302 | [mysqlnd]
|
1303 |
| -; Enable / Disable collection of general statstics by mysqlnd which can be |
| 1303 | +; Enable / Disable collection of general statistics by mysqlnd which can be |
1304 | 1304 | ; used to tune and monitor MySQL operations.
|
1305 | 1305 | ; http://php.net/mysqlnd.collect_statistics
|
1306 | 1306 | mysqlnd.collect_statistics = On
|
1307 | 1307 |
|
1308 |
| -; Enable / Disable collection of memory usage statstics by mysqlnd which can be |
| 1308 | +; Enable / Disable collection of memory usage statistics by mysqlnd which can be |
1309 | 1309 | ; used to tune and monitor MySQL operations.
|
1310 | 1310 | ; http://php.net/mysqlnd.collect_memory_statistics
|
1311 | 1311 | mysqlnd.collect_memory_statistics = On
|
@@ -1372,7 +1372,7 @@ mysqlnd.collect_memory_statistics = On
|
1372 | 1372 | ; http://php.net/oci8.old-oci-close-semantics
|
1373 | 1373 | ;oci8.old_oci_close_semantics = Off
|
1374 | 1374 |
|
1375 |
| -[PostgresSQL] |
| 1375 | +[PostgreSQL] |
1376 | 1376 | ; Allow or prevent persistent links.
|
1377 | 1377 | ; http://php.net/pgsql.allow-persistent
|
1378 | 1378 | pgsql.allow_persistent = On
|
@@ -1604,7 +1604,6 @@ session.entropy_length = 0
|
1604 | 1604 | ; On windows, setting the entropy_length setting will activate the
|
1605 | 1605 | ; Windows random source (using the CryptoAPI)
|
1606 | 1606 | ;session.entropy_file = /dev/urandom
|
1607 |
| -session.entropy_file = |
1608 | 1607 |
|
1609 | 1608 | ; Set to {nocache,private,public,} to determine HTTP caching aspects
|
1610 | 1609 | ; or leave this empty to avoid sending anti-caching headers.
|
|
0 commit comments