【Windows装配httpd+mysql+phpphp显示源码】教程文章相关的互联网学习教程文章

VS.PHPwithVS2008inwindows7

神奇的windows7,居然装不上vs2008标准版,改装了团队版,嘿,行了。因为还有做php开发,接着装上vs.php,安装没有什么问题,可以运行php项目就不行了,提示Cannot Create Project,说什么打不开.phpproj,啊,神啊,接下来的日子用emedit搞了几天,不是说emedit不好,做项目的话,实在是不行,debug的没有也就算了,代码感知也没有,好惨啊。今天上vs.php官网载了2.7版的,还是不行。但是看到有人提出了,一试,对头,记下。 ...

InstallingLightTPDandPHPonWindows

转自:http://www.winstonyw.com/2008/05/28/installing-lighttpd-and-php-on-windows/ This blog is in need of a makeover, and so I am trying to keep the procrastination habit at bay, practice some GTD and get started on creating a new template for it. First of all, I need a local development environment for PHP on Windows, since I am a Windows user. Previously, I would have installed IIS on Window...

Windowsazure上运行PHP

Windows azure 发布好一段时间了,Fast CGI 的支持,使得Php也可以跑在上面。 [更多信息可以访问 http://phpazure.com/] 通过以下几步简单的配置,您的php就可以发布到云端了。 1. ServiceDefinition.csdef 2. Web.config 在 system.webServer 的 handlers 节点中添加如下代码 scriptProcessor="%RoleRoot%\approot\php\php-cgi.exe" resourceType="Uns...

windowsnginxphp配置

传说中nginx要比apache的负载均衡好的多,堪称神器。奈何,本人一直对新鲜事物不感冒。不过服务器上面有很多都是用nginx来做http服务器,今天偷闲了解一下。上网上搜了一下,大多数都是介绍linux下的nginx与php的配置。本人现在在windows下面想尝试一下,发现资料并不多,且并不是很准确。其间也遇到了很多问题,还好折腾了几次总算搞定了。下面说一下windows下面nginx和php的配置,不对的地方大家多担待。 准备资源: 原来我在...

在windows下配置php

1、下载zip版本的PHP(根据以上的知识点选择PHP的版本,比如你想在WINXP下搭建Apache2+php5+Mysql5的平台,那么应该选择的版本是 VC6 x86 Thread Safe)。   但是在PHP5.3.6之后,在windows环境下apache和iis同样就是用vc9版本了 2、下载好相应的扩展,修改好php.ini,添加模块映射3、环境变量里PATH加上PHP存放的目录。只要一个就够了,/bin和/ext不需要加。4、环境变量里定义一个PHPRC变量,内容为php.ini的存放路径。5、配置...

WindowsServer2003IIS6PHPConfigurations

第一步:相关软件准备(以下软件全部是截止到2006年7月7日的) PHP: 推荐PHP-4.4.0-Win32的ZIP解压版本 4.4.0版本下载:http://cn.php.com/get/php-4.4.0-Win32.zip/from/a/mirror 5.1.2版本下载:http://cn.php.com/get/php-5.1.2-Win32.zip/from/a/mirror 5.1.4版本下载:http://download.discuz.net/env/php-5.1.4-Win32.zip MySQL:配合PHP4推荐MySQL5.0.22的WIN系统安装版本 5.0.22版本下载:ht...

Windows2008R2用PHPManagerforIIS配置PHP(FastCGI)环境

由于微软已逐步开始重视PHP ON Windows的应用,相继推出了Microsoft Web Platform,PHP Manager等IIS平台工具,x86和x64系统均可使用,再也不用为在IIS上配置PHP而烦恼了,PHP Manager用途如下: *关联PHP和IIS *并列运行多个PHP版本在同一台服务器上,甚至在同一网站 *检查PHP运行时配置和环境(的phpinfo()函数的输出) *配置各种PHP设置 *启用或禁用PHP扩展 *远程管理php.ini PHP配置文件 所以一直想体验下PHP...

InstallIIS7.5PHP&FastCGIforPHPonWindows7

http://www.landpro.com.au/Windows_7_Install_IIS_7_&_PHP_&_FastCGI.php Install IIS 7.5 PHP & FastCGI for PHP on Windows 7 Why install IIS? Obviously you want to design web sites on your local computer and test them before uploading to your web server. Why install FastCGI and not ISAPI? Up until php version 5.3 most web developers using php installed ISAPI From php versio...

[php]phpfgetcsvwindows&&linux下兼容问题

今天有问题报过来说linux平台下 fgetcsv处理的有空数据产生 起初以为中php版本问题,其实和版本没有关系 在window下开发的同事都没有问题 而自己的本本和服务器上,和使用linux系统的同事 都出现空数据的问题 google一下 设置区域:简体中文,UTF-8编码 setlocale(LC_ALL, zh_CN.UTF-8);

windows下php环境配置篇

php还是那么的流行,如此多的开源程序让我这个从asp到asp.net的开发者不得不花点时间关注一下它,不算晚,代码也不复杂,但要在windows平台上让php程序运行起来确不那么容易。LAMP=linux+apache+mysql+php是流行的服务器配置,windows平台用来开发确很方便。 下面来讲一讲怎么来讲一个php程序在windows下跑起来。 一、下载 apache_2.0.55-win32-x86-no_ssl.msi http://www.apache.org/dyn/closer.cgi/httpd/binaries/win32/ my...

windows下php命令行参数

Microsoft Windows XP [版本 5.1.2600] (C) 版权所有 1985-2001 Microsoft Corp. C:\Documents and Settings\EVAN>cd c:\php5 C:\php5>php.exe cli.php uuu PHP Warning: file_get_contents(uuu): failed to open stream: No such file or dir ectory in C:\php5\cli.php on line 8 Warning: file_get_contents(uuu): failed to open stream: No such file or director y in C:\php5\cli.php on lin...

Windows下PHP的安装配置

Windows下PHP的安装配置 架设基于PHP的Web服务器,安装PHP是必须的。由于PHP的代码公开,所以其升级速度较快。安装PHP之前应从官方网站http://www.php.com/下载最新版本的PHP安装程序,下面以php-5.1.4-Win32.zip为例讲解PHP的配置方法。 视频录像:TM\01\lx\Windows下PHP的安装配置.swf 在Windows下实现PHP的安装配置的操作步骤如下: (1)成功下载到PHP的安装包后,首先应对其进行解压,如解压到C:\php5目录下,如图1.35所示...

Windows2008IIS7运行PHP程序

考虑过使用FASTCGI, 但是感觉安装起来挺麻烦的,所以还是用ISAPI的方式 1. 下载PHP,我用的是PHP 5.2 (5.2.13), VC6 x86 Thread Safe (2010-Feb-24 15:33:12), Zip 2. 文件解压缩到c:\PHP 3. 配置环境变量path,添加C:\php;C:\php\ext; 4.打开“ Internet 信息服务(IIS)管理器”,在“ Web 服务扩展”里,选择“添加一个新的 Web 服务扩展”,扩展名可填写“PHP ISAPI 扩展”,要求的文件选择:C:\php\php5isapi.dll,设...

HowtoinstallPHPISAPIonWindows2008IIS7x64<转载>

With the release of Windows Server 2008 and IIS 7, Microsoft has included PHP5 FASTCGI support. ISAPI is still faster in my opinion, and if used correctly, very stable. PHP uses a 32-bit DLL so it will not work with an x64 system. There are several ports of PHP to x64, but all have proved to be unstable. Below I will outline the steps to install PHP 32-bit on Windows 2008 x64 (and have it stable)....

windows域名+虚拟目录(php)

1.修改windows 域名C:\WINDOWS\system32\drivers\etc\hosts127.0.0.1 localhost 192.168.0.100 abc127.0.0.2 a 2.修改apache的虚拟目录C:\xampp\apache\conf\extra\httpd-vhosts.conf<VirtualHost *:80> ServerName tradesns DocumentRoot D:/tradesns <Directory D:/tradesns> Options FollowSymLinks IncludesNOEXEC Indexes DirectoryIndex index.html index.htm default.htm index.php default.php AllowOverr...

HTTPD - 相关标签