mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
* set default xml-rpc cache ttl to 1 hour
This commit is contained in:
parent
ca4a0cdb8a
commit
c4ddda3e23
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ if (isset($_ENV['PHP_PEAR_UMASK'])) {
|
|||
if (isset($_ENV['PHP_PEAR_CACHE_TTL'])) {
|
||||
define('PEAR_CONFIG_DEFAULT_CACHE_TTL', $_ENV['PHP_PEAR_CACHE_TTL']);
|
||||
} else {
|
||||
define('PEAR_CONFIG_DEFAULT_CACHE_TTL', 0);
|
||||
define('PEAR_CONFIG_DEFAULT_CACHE_TTL', 3600);
|
||||
}
|
||||
|
||||
// Default for sig_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue