diff options
-rw-r--r-- | php-latte.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-latte.spec b/php-latte.spec index 5c16c00..c5ecda9 100644 --- a/php-latte.spec +++ b/php-latte.spec @@ -108,6 +108,9 @@ rm 'tests/Latte/Helpers.optimizePhp().phpt' cat /etc/php.ini /etc/php.d/*ini >php.ini export LANG=fr_FR.utf8 +: For PHP 5.3.3 on RHEL-6 +sed -e 's/50303/99999/' -i tests/Latte/Object.phpt + : Generate autoloader mkdir vendor cat << 'EOF' | tee vendor/autoload.php |