Explorar el Código

fixed copy/paste error

variable `phpng_version` was used here instead of `php_version`
tags/v0.34.0
tsia hace 7 años
padre
commit
913efbb0df
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      php/map.jinja

+ 2
- 2
php/map.jinja Ver fichero

@@ -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',

Cargando…
Cancelar
Guardar