Dotclear


Ignore:
Timestamp:
09/17/18 05:52:14 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Back to the old array() notation for build tools (they still may be used with old PHP versions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build-tools/setup.php

    r3874 r3877  
    1212$php_exec = $_SERVER['_']; 
    1313 
    14 $opts = [ 
    15     'http' => [] 
    16 ]; 
     14$opts = array( 
     15    'http' => array() 
     16); 
    1717if (getenv('http_proxy') !== false) { 
    1818    $opts['http']['proxy'] = 'tcp://' . getenv('http_proxy'); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map