wampserver

Install FFMPEG on WAMP

三世轮回 提交于 2019-12-08 11:48:46
问题 I've probably spent over 12 hours trying to install FFMPEG on WAMP. I'm aware that other people have had this question answered on this site, however it does not work for my setup. I have tried the below: Download ffmpeg_new Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext Copy files from common to the windows/system32 folder Add extension=php_ffmpeg.dll to php.ini file Restarted all services (Apache, PHP...) My current setup is PHP 5.2.1, Apache 2.0.63. I have a

PHP startup: Unable to load dynamic library php_ssh2

妖精的绣舞 提交于 2019-12-08 10:03:00
问题 I am trying to install php_ssh2 extension on wamp. I do the following things: copy libssh2.dll to C:\Windows\SysWOW64 register the dll file: Regsvr32 libssh2.dll copy php_ssh2.dll to C:\wamp\bin\php\php5.5.12\ext add extension line in php.ini i got the message: Hope if someone will know to help ! Thanks in advance 回答1: libssh2 is a PITA. I'd just use phpseclib's libssh2-compatibility-layer: https://github.com/phpseclib/libssh2-compatibility-layer Example: <?php include('phpseclib.php'); $ssh

Backup mySQL databases from localhost running on Wamp server

萝らか妹 提交于 2019-12-08 08:59:39
问题 For a while now I've been trying to automate the backup of some databases I've got running in my localhost. I have a couple of personal apps running on my PC and I would like to back their db's continuously so as not to lose any of that info (because it's not online, so there's always the issue with my PC breaking down or a virus wiping everything out, etc.) So I've been looking for a way to do this for some time now. I've continuously hit walls due to the fact that this is a local virtual

Access wamp server files via PC name insted of local IP address -Android application

徘徊边缘 提交于 2019-12-08 07:32:46
问题 In my Android application, I wanna be able to access the wamp server files via the PC name (hostname) not PC local IP address, Is it that possible? cause the user need to change the local IP address in Android app. each time needs to update or get data from MySQL database which annoying thing! // url to get all items list private static String url_all_items="http://Local IP Address/android_connect/test.php"; But what I need to be able to send PC name not local IP address as: // URL to get all

PHP header location - not displaying error?

≯℡__Kan透↙ 提交于 2019-12-08 06:02:11
问题 When I echo something before header("LOCATION: page.php"); - I expect to show an error but it didnt, it just redirect to that page. What gone wrong? Example: <?php error_reporting(E_ALL); ini_set('display_errors', '1'); echo "Hello"; header("LOCATION: page.php"); ?> In the php.ini output_buffering = off error_reporting = E_ALL display_errors = on I am using Wamp, PHP 5.3.0 回答1: var_dump(ini_get('output_buffering')); and what about this one var_dump(ob_get_status(1)); ? 来源: https:/

apache can't start in wamp server

假如想象 提交于 2019-12-08 00:41:01
问题 localhost not work and IIS server stop apache error log look like this [Thu Jan 05 14:55:20 2012] [notice] Apache/2.2.21 (Win32) PHP/5.3.8 configured -- resuming normal operations [Thu Jan 05 14:55:20 2012] [notice] Server built: Sep 10 2011 11:34:11 [Thu Jan 05 14:55:20 2012] [notice] Parent: Created child process 3152 [Thu Jan 05 14:55:20 2012] [notice] Child 3152: Child process is running [Thu Jan 05 14:55:20 2012] [crit] (OS 10022)An invalid argument was supplied. : Child 3152: setup

Can't access apache web apps locally using IP or PC Name

老子叫甜甜 提交于 2019-12-07 21:18:34
问题 I installed Wamp Server on Windows 8. I then installed a php web application. I can access it by going http:// localhost/webapp or http:// localhost/phpmyadmin I want to be able to access this web app from different computers on the same network. The problem is when I try to visit my web app via this http:// 192.168.133.221/webapp (which is my local ip address) or http:// mypc/webapp (which is my PC's name) - I get the following error 403 Forbidden You don't have permission to access

How to repair wamp server without re-installing?

对着背影说爱祢 提交于 2019-12-07 20:06:50
问题 After making changes in php.ini by uncommenting extension=php_openssl.dll My Windows-8 system got shutdown due to power failure and later i use to get this error when i try to start wamp server Later visiting some link i added the below code to wampmanager.ini file as it was empty Now the first error got fixed and now throwing this error mentioned below: Later i also installed visual c++ 2008 to fix this error but unsuccessful. I have many important databases which i have not taken back up

WampServer中Apache使用FastCGI模式跑PHP5.3nts版

北城以北 提交于 2019-12-07 17:41:54
要用到一套使用了 Zend Guard 加密PHP系统,且运行环境是 PHP5.3,所以需要使用 Zend Guard Loader 扩展。 Zend Guard Loader 扩展 Win 版只支持运行在 PHP5.3 以上的 nts 版上,但 Window 版的 Apache 貌似已经不支持nts版的PHP了,蛋疼。 我用的是WampServer集成环境,于是就想到了把 Apache 换成 FastCGI 模式来跑 PHP5.3 nts 版,这样就可以使用Zend Guard Loader 扩展了。 1、下载 PHP5.3.28 ,解压到 F:/php5.3.28nts ,配置好 php.ini,也顺便把 Zend Guard Loader 扩展配置好。 2、下载 mod_fcgid-2.3.6-win32-x86.zip 解压 manual、modules 目录中的文件到 f:\wamp\bin\apache\apache2.2.22 对应目录里去。 3、打开 Apache 配置文件 F:\wamp\bin\apache\apache2.2.22\conf\httpd.conf ,用#号注释掉 LoadModule php5_module "F:/wamp/bin/php/php5.3.13/php5apache2_2.dll" ,并在下面一行加入 : LoadModule

Can't access WAMP site from the web with IP

可紊 提交于 2019-12-07 15:42:50
问题 I'm running the latest version of wampserver with apache 2.4.2 and php 5.4.3. on Windows 2008. I'm running two ip's, one for iis and one for apache. I did that by adding Listen 123.456.78.999:80 Listen 80 in httpd.conf. I also switched 'require local' to 'require all granted' in the of both 'ServerName localhost:80' and 'DocumentRoot "c:/wamp/www/"'. When entering the ip in the local browser, I get access. But when I enter it from the web/external browser, the browser cant find the server and