fixed copy/paste error
variable `phpng_version` was used here instead of `php_version`
This commit is contained in:
parent
131cd4f084
commit
913efbb0df
@ -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…
Reference in New Issue
Block a user