summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-24 13:43:47 +0100
commit2fd4198b78358cf2ba527296fafb5b1728e28ea8 (patch)
tree798098f25293908c7fae4e35e8761918460cdb3e /Makefile
parent930ab4880b65885322eb7ca4772b8cdb49a2b0ae (diff)
added tsrm parameter to all methods to make it compile on tsrm platforms
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c4823d8..021a26c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# will find sub-directories named TSRM, Zend, ext and main.
#
-PHP_DIR = /usr/include/php5
+PHP_DIR = /home/emiel/Downloads/php-5.3.24
#
@@ -27,7 +27,7 @@ PHP_DIR = /usr/include/php5
# You can see the command "whereis php"
#
-PHP_BIN = /usr/bin/php
+PHP_BIN = /home/emiel/Downloads/php-5.3.24/sapi/cli
#