Changeset 1177 for pmb4.2/trunk
- Timestamp:
- Apr 11, 2016, 4:57:21 PM (5 years ago)
- Location:
- pmb4.2/trunk/fuentes
- Files:
-
- 4 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/debian/changelog
r1166 r1177 1 pmb (4.2.6+lliurex4) xenial; urgency=medium 2 3 * Fix phpini config to php7 4 * Fix yaz to php7 5 6 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Mon, 11 Apr 2016 16:56:49 +0200 7 1 8 pmb (4.2.6+lliurex3) xenial; urgency=medium 2 9 -
pmb4.2/trunk/fuentes/pmb/lliurex/utilidades/phpiniconf.sh
r880 r1177 1 1 #!/bin/bash 2 2 3 php_file="/etc/php 5/apache2/php.ini"3 php_file="/etc/php7/apache2/php.ini" 4 4 5 5
Note: See TracChangeset
for help on using the changeset viewer.