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>2010-02-15 19:42:24 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2010-02-15 19:42:24 +0300
commit27c94aa404d4fe77d536d12e5bb579e8148a86fd (patch)
treed1f661cf5b260bf637257bb2947a19b947aca2f9 /mkdeb-apache2.sh
parentc6a58a9e4743a01677b57fb1be3126057cd0a92a (diff)
Change sorted sets to use doubles, added ZINCRBY, added tests.
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 fbc17e55..424c53b6 100755
--- a/mkdeb-apache2.sh
+++ b/mkdeb-apache2.sh
@@ -1,6 +1,6 @@
#!/bin/sh
phpize
-./configure CFLAGS="-O3"
+./configure CFLAGS="-O3"
make clean all
DIR=`php-config --extension-dir | cut -c 2-`