]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Updates working on crash
authorBrian Fertig <bfertig@gmail.com>
Tue, 12 Sep 2006 03:18:39 +0000 (03:18 +0000)
committerBrian Fertig <bfertig@gmail.com>
Tue, 12 Sep 2006 03:18:39 +0000 (03:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2651 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_php/Makefile
src/mod/languages/mod_php/php.ini

index 5b145f69d741992629192db6f07287b93328fe8c..58332718b4f2853382cf126093747e56bfcb0fa5 100644 (file)
@@ -37,8 +37,9 @@ clean:
        rm -fr *.$(DYNAMIC_LIB_EXTEN) *.o *~
 
 install:
-       mkdir -p $(MDIR)
-       cp -f php_$(PHPMOD).$(DYNAMIC_LIB_EXTEN) $(MDIR)
+       #mkdir -p $(MDIR)
+       #cp -f php_$(PHPMOD).$(DYNAMIC_LIB_EXTEN) $(MDIR)
+       cp -f php_$(PHPMOD).$(DYNAMIC_LIB_EXTEN) $(PREFIX)/lib/php/extensions
        cp -f $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(PREFIX)/mod
        cp -f $(PHPMOD).php $(PREFIX)/lib/php
        cp -f classFreeswitch.php $(PREFIX)/lib/php
index 198bde1d133ccf74f97c798191edfcfb466d9604..2f4615b261ba9ec364d4eb5d018ba739449f48dd 100644 (file)
@@ -526,7 +526,7 @@ doc_root =
 user_dir =
 
 ; Directory in which the loadable extensions (modules) reside.
-extension_dir = "./"
+extension_dir = "../lib/php/extensions/"
 
 ; Whether or not to enable the dl() function.  The dl() function does NOT work
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically