wampserver

Why is mysqlserver.lib file very large? Is this file neccessary in wamp stack?

守給你的承諾、 提交于 2019-12-04 00:00:57
Recently I created my development server using php7.0.1, mysql5.7 and apache 2.4.20. After I successfully got it running, I checked the file size of my server and found that it is almost 2 GB. So I digged further and found that mysqlserver.lib file inside mysql/lib folder is around 976 MB. So my problem is how can I make my server file size smaller? Is this mysqlserver.lib safe to delete? I don't see mysqlserver.lib in the wamp2.5 version of mysql. Any suggestion for making file size in mysql community edition smaller is welcome. The lib folder is there for you to compile MYSQL yourself if you

PHP表达式_3_5_数据类型转换_类型自动转换

南楼画角 提交于 2019-12-03 21:06:24
以下为书上例程 PHP类型转换分为类 型自动转换 和 类型强制转换 。 1.布尔型数据参与算数运算时,TRUE被转换为整数1,FALSE被转换为整数0;NULL参与算术运算时,被转换为整数0。 1 <?php 2 $a = TRUE; 3 $b = FALSE; 4 $c = NULL; 5 $d = $a + 1; 6 $e = $b + 1; 7 $f = $c + 1; 8 9 var_dump($d); //int 2 10 echo "<br/>"; 11 var_dump($e); //int 1 12 echo "<br/>"; 13 var_dump($f); //int 1 14 echo "<br/>"; 15 ?> 输出: 1 D:\wampServer\www\Apache服务器主目录\practise\例程.php:8:int 2 2 3 D:\wampServer\www\Apache服务器主目录\practise\例程.php:10:int 1 4 5 D:\wampServer\www\Apache服务器主目录\practise\例程.php:12:int 1 2.浮点数与整数进行算术运算时,将整数转换为浮点数后,再进行算术运算。 程序: 1 <?php 2 $a = TRUE; 3 $b = FALSE; 4 $c = $a + 1.0; 5 $d

Changing the root directory in WAMP

。_饼干妹妹 提交于 2019-12-03 19:17:07
问题 I'm looking to change the root directory to point the directory to the following location: C:\Documents and Settings\User\My Documents[documents]\wamp I know that I have to change the apache http.conf file in the following lines DocumentRoot "c:/Documents and Settings/User/My Documents/[documents]/" However, it seems that the square brackets besides [documents] are causing the Forbidden Error to be displayed: Forbidden You don't have permission to access /login/ on this server. Is there any

安装wampserver时经常报 找不到vcruntime140.dll 找不到MSVCR110.dll ,在安装wampserver之前需要安装的环境

一笑奈何 提交于 2019-12-03 17:31:36
最近发现安装wampserver时经常报 找不到vcruntime140.dll 找不到MSVCR110.dll 等等问题 解决方法,需要安装环境 共需要2个文件 1.点这个链接,自动下载的那东西无效,需要手动下载安装 https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=40784 2.点这个链接,下载安装,完成后重启 https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145 3.重启后,重新安装wampserver,已安装需要卸载后重新安装wampserver 来源: https://www.cnblogs.com/iStu/p/11805000.html

PHP: No php.ini file

和自甴很熟 提交于 2019-12-03 17:04:54
问题 I just started to learn PHP and in order to do that I installed wampserver on my windows 8.1. When I try to launch, it works properly but I have two problems: 1) I have an error in my localhost page: *** ERROR *** The PHP configuration loaded file is: - should be: C:/wamp64/bin/apache/apache2.4.17/bin/php.ini or c:/wamp64/bin/php/php5.6.16/phpforapache.ini I tried to find the php.ini file but it doesn't exist. In my phpinfo() it is (none) in front of Loaded Configuration file. 2) The other

WampServer Apache httpd.exe application was unable to start correctly (0xc0000142) after Windows 10 Creators Update (1703))

冷暖自知 提交于 2019-12-03 16:08:48
问题 The Windows 10 Creators update seems to have hosed Apache's httpd service, which now errors when I first start the WampServer. The official form confirms this suspicion. WampServer version 3.0.6. However, none of the suggested solutions on the forum worked, as of the time of this post. Thus, I've opened this question so that us community members can work to find a solution here. Note that downgrading Windows is not a viable solution here. 回答1: Update: looks like the 3.0.8 patch resolves the

Wampserver 403 on named virtual hosts outside of /www

风格不统一 提交于 2019-12-03 12:13:37
问题 Wampserver tells me accessed denied when I try making a virtual host outside of the c:/wamp/www/ directory. I can make one fine within that directory. Even making a symbolic link to the folder works, but I would rather not have to use symbolic links. Why doesn't it work? Here is the code I use at the end of httpd.conf NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "c:/wamp/www" ServerName localhost ServerAlias localhost </VirtualHost> <VirtualHost *:80> ServerName local.cascade

Integration of postgreSQL on WAMP

有些话、适合烂在心里 提交于 2019-12-03 10:27:38
问题 I have just installed the postgreSQL on windows 7. I am trying to integrate postgreSQL with WAMP server. For this i have done the following changes in httpd.conf and php.ini file 1 LoadModule c:/path to libpq.dll in httpd.conf and then 2 extension=php_mod_pgsql.dll , extension=php_pgsql.dll -- enable(reemove ;) in php.ini If I do the above changes the localhost does not work. If I do the second changes the localhost work but does not load the libpq.dll . I checked the pgsql by php script by

Wampserver64位官网下载以及安装配置

时光毁灭记忆、已成空白 提交于 2019-12-03 09:26:07
WampServer就是Windows Apache Mysql PHP集成安装环境,即在window下的apache、php和mysql 的 服务器软件 。 1、进入Wampserver 官网 网址:https://sourceforge.net/projects/wampserver/ 2、点击Download,进行下载 3、直接双击下载的安装包进行,安装后在浏览器打开localhost,出现如下图所示界面即为安装成功并且正常运行 4、选择语言 点击右下角出现的WAMPServer图标右键,选择语言,选择chinese 5、自定义网站根目录 (1)在D盘下面新建Demo文件夹,在其下面新建test.php (2)打开安装目录下配置文件httpd.conf文件,使用快捷键Ctrl+F,在输入框中输入documentroot,回车搜索,将路径改为“d:/Demo”,保存并关闭,重新启动服务器 (3)将www目录改为Demo目录 a.进入wamp根目录,找到wampmanager.ini文件和wampmanager.tpl文件 b.打开ini文件,使用快捷键Ctrl+F,在输入框输入menu.left,回车进行搜索,进行图示修改,进行保存 c.打开tpl文件,使用快捷键Ctrl+F,在输入框输入menu.left,回车进行搜索,进行图示修改并保存 6、WAMPServer多站点配置

WAMPServer not working properly on Windows 10, “could not perform service action”

匿名 (未验证) 提交于 2019-12-03 08:48:34
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Recently I have upgraded from windows 7 64 to windows 10 64. Before that I've had WAMPServer running like a charm, but now it doesn't work. Whenever I launch it I get the server offline. Clicking on the "put online" results only in getting the "could not perform service action" error pop up. I have already tried reinstalling Visual C++ Redistributable for Visual Studio 2012 Update 4, renaming the localhost and listen from 80 to 8080, turning off skype, none of these worked. Does anybody know of a different solution to fixing this error? 回答1: