Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-12-01 20:22:39 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-12-01 20:22:39 +0300
commit5ec176530f185ae55b44a634a9a76dd5ff820189 (patch)
tree0a51f89980fb7ad2b30058b52e70144a7e883941 /mkdeb-apache2.sh
parentd671169b32ca3f304529c033cc27c4f709ff79ba (diff)
Updated mkdeb to work with PHP 5.3
Diffstat (limited to 'mkdeb-apache2.sh')
-rwxr-xr-xmkdeb-apache2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdeb-apache2.sh b/mkdeb-apache2.sh
index f55803fe..fbc17e55 100755
--- a/mkdeb-apache2.sh
+++ b/mkdeb-apache2.sh
@@ -2,7 +2,7 @@
phpize
./configure CFLAGS="-O3"
make clean all
-DIR=`php-config5 --extension-dir | cut -c 2-`
+DIR=`php-config --extension-dir | cut -c 2-`
rm -rf debian