Updates working on crash

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2651 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian Fertig 2006-09-12 03:18:39 +00:00
parent 10e3b22f8a
commit 941d97f8a2
2 changed files with 4 additions and 3 deletions

View 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

View 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