预览加载中,请您耐心等待几秒...
1/5
2/5
3/5
4/5
5/5

在线预览结束,喜欢就下载吧,查找使用更方便

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

如何在MacOXX下面安装php如何在MacOXX下面安装phpMacOSXinstallsThissectioncontainsnotesandhintsspecifictoinstallingPHPonMacOSX.UsingPackagesThereareafewpre-packagedandpre-compiledversionsofPHPforMacOSX.Thiscangreatlyassistinsettingupastandardconfiguration,butifyouneedtohaveadifferentsetoffeatures(suchasasecureserver,oradifferentdatabasedriver),youmayneedtobuildPHPand/oryourwebserveryourself.Ifyouareunfamiliarwithbuildingandcompilingyourownsoftware,it'sworthinvestigatingwhetherornotsomebodyhasalreadybuiltapackagedversionofPHPwiththefeaturesyouneed.LightyearDesignoffersapre-builtversionofPHPforOSX,asdoesTenonIntersystems.CompilingforOSXserverTherearetwoslightlydifferentversionsofMacOSX,clientandserver.ThefollowingisforOSXServer.Example2-3.MacOSXserverinstall1.GetthelatestdistributionsofApacheandPHP2.Untarthem,andruntheconfigureprogramonApachelikeso../configure--exec-prefix=/usr--localstatedir=/var--mandir=/usr/share/man--libexecdir=/System/Library/Apache/Modules--iconsdir=/System/Library/Apache/Icons--includedir=/System/Library/Frameworks/Apache.framework/Versions/1.3/Headers--enable-shared=max--enable-module=most--target=apache4.Youmayalsowanttoaddthisline:setenvOPTIM=-O2Ifyouwantthecompilertodosomeoptimization.5.Next,gotothephp4sourcedirectoryandconfigureit../configure--prefix=/usr--sysconfdir=/etc--localstatedir=/var--mandir=/usr/share/man--with-xml--with-apache=/src/apache_1.3.12Ifyouhaveanyotheraddiitons(MySQL,GD,etc.),besuretoaddthemhere.Forthe--with-apachestring,putinthepathtoyourapachesourcedirectory,forexample"/src/apache_1.3.12".6.make7.makeinstallThiswilladdadirectorytoyourApachesourcedirectoryundersrc/modules/php4.8.Now,reconfigureApachetobuildinPHP4../configure--exec-prefix=/usr--localstatedir=/var--mandir=/usr/share/man--libexecdir=/System/Library/Apache/Modules--iconsdir=/System/Library/Apache/Icons--includedir=/System/Library/Frameworks/Apache.framework/Versions/1.3/Headers--enable-shared=max--enable-module=most--target=apache--activate-module=src/modules