Sfoglia il codice sorgente

fixed copy/paste error

variable `phpng_version` was used here instead of `php_version`
tags/v0.34.0
tsia 7 anni fa
parent
commit
913efbb0df
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      php/map.jinja

+ 2
- 2
php/map.jinja Vedi File

@@ -52,7 +52,7 @@
'suhosin5_repo': 'https://github.com/sektioneins/suhosin',
'suhosin7_ext': 'suhosin7.so',
'suhosin7_repo': 'https://github.com/sektioneins/suhosin7',
'sybase_pkg': 'php' + phpng_version + '-sybase',
'sybase_pkg': 'php' + php_version + '-sybase',
'temp_dir': '/tmp',
'xml_pkg': 'php' + php_version + '-xml',
'zip_pkg': 'php' + php_version + '-zip',
@@ -105,7 +105,7 @@
'suhosin5_repo': 'https://github.com/sektioneins/suhosin',
'suhosin7_ext': 'suhosin7.so',
'suhosin7_repo': 'https://github.com/sektioneins/suhosin7',
'sybase_pkg': 'php' + phpng_version + '-sybase',
'sybase_pkg': 'php' + php_version + '-sybase',
'temp_dir': '/tmp',
'xml_pkg': 'php' + php_version + '-xml',
'zip_pkg': 'php' + php_version + '-zip',

Loading…
Annulla
Salva