Questions tagged [uwamp]

UwAmp is a Wamp Server with Apache MySQL PHP and SQLite

Window LAMP server.

  • Without installation : UwAmp is available as a Zip archive, just unpack it and you can run the wamp server. UwAmp doesn't install files in the system to keep it clean.
  • Easy interface : UwAmp is provided with a management interface that lets you start or stop the server with one click.
  • Multi PHP Version : Change PHP version in one click to test compatibility and download new PHP version directly from php.net repository.
  • CPU Monitoring : Real time Apache and MySQL process CPU monitoring.
  • U3 Mode : Can be run from a USB stick.

http://www.uwamp.com/fr/

61 questions
5
votes
2 answers

uwamp apache error - Failed to kill process

I have UwAmp 3.1.0, sometimes the Apache has trouble to close properly regardless the PHP version installed. Logs file are telling me [Thu Mar 03 12:50:58.385893 2016] [mpm_winnt:crit] [pid 544:tid 236] AH02538: Child: Parent process exited…
Infrid
  • 723
  • 5
  • 12
  • 28
3
votes
2 answers

Adding PHP v8.0 to UwAmp 3.1.0

I've successfully added PHP v8.0 to my stable of PHP versions runnning under UwAmp 3.1.0. Since PHP v8.0 changes the name of the apache php module to simply 'phpmodule' wiithout the major version number, the httpd_uwamp.conf file must be updated…
user2030404
  • 86
  • 1
  • 4
3
votes
2 answers

How to enable curl in php 7.3+ in uwamp server

I'm running Uwamp server under windows7 and it works perfectly with php versions from 5.5 to 7.0.3 and with curl enabled. When I switch to php 7.2, 7.3 or latest 7.4.3 uwamp server still working - but without curl. php_curl.dll file is enabled…
Joee
  • 73
  • 1
  • 5
3
votes
3 answers

UwAmp restart crashes Chrome pages

Whenever UwAmp restarts itself (for example, when I modify php.ini or switch to a different version of php) it often crashes whatever Chrome pages I have opened, whether they are pages that I'm testing on UwAmp or something completely unrelated like…
ironcito
  • 807
  • 6
  • 11
2
votes
0 answers

Curl Module not loading on UWAMP and Windows 10?

So I'm trying to install vanilla forums with Uwamp, PHP 7.2.7 and apparently al the extensions enabled, still the installer prompts that Curl isn't enabled. It's ok in php.ini and the dll is in the proper folder, What might be happening? Restarting…
Iagovar
  • 53
  • 1
  • 6
2
votes
4 answers

How to upgrade php version in uWamp

Trying to initiate local Wordpress i got the message : Votre serveur utilise la version 5.6.18 de PHP mais WordPress 5.2 nécessite au moins la version 5.6.20. How can I solve the problem Thanks and Regards
Godaille
  • 21
  • 1
  • 2
2
votes
0 answers

how to make curl work in uwamp newer php version

Curl works perfectly with the two default php versions in uwamp (3.1.0) for windows 10. But when you install a newer version from the uwamp depot (for example php-7.2.7) something is wrong: Uwamp report curl as installed but it isn't working (try…
Fxp
  • 115
  • 8
2
votes
1 answer

uwamp use 1-2% cpu while doing nothing in the system tray

With mysql and php 7.1.x running, no trafic on the server, uwamp.exe uses 2-3% CPU on an A8-7600 just sitting in the system tray. I would guess it's a bug?
2
votes
1 answer

How to change uwamp apache version

I would like to use Apache 2.2.31 because that's what my live site on bluehost is running. How do I specify this version in uwamp? I'm running uwamp on Win 10.
Sam Stamport
  • 157
  • 1
  • 10
2
votes
2 answers

Apache don't start in Uwamp 3.1 under

Apache does not want to start, while mySql OK. I am running Uwawp 3.1 since a few weeks. No change in configuration. My PC is under Windows 10. This is a new problem, maybe just after a big update of windows 10. No message to understand where it…
Joachim de Bernis
  • 101
  • 1
  • 2
  • 7
2
votes
1 answer

PHP Imagick UwAmp installation not working

I've been browsing net few days, however I haven't find the solution to my problem yet. So here I am, asking my first stackoverflow question ever: I need to install imagick to my UwAmp local server. My current imagemagick version:…
porkbrain
  • 720
  • 5
  • 16
2
votes
1 answer

.htaccess file configuration for Windows localhost

how substitute content from "work1/public" subdirectories when you enter aaa.aaa/work1 ? I tested RewriteEngine on RewriteRule (.*) /work1/public/ But it only works when you are asking for…
Z55
  • 85
  • 5
1
vote
2 answers

how can I edit PHP INI file if I am using UWAMP

I found that PHP INI is located in C:\UwAmp\bin\apache\php.ini If I edit this file, and restart apache server, the file is restored automatically to the last version any ideas? I am using UWAMP thank you
werever
  • 11
  • 1
1
vote
1 answer

Warning in .\libraries\plugin_interface.lib.php#532

I've the 3.1.0. of uWAMP - Php version 7.2.7 mysql 5.7.11 When I want export my Data bsae with PhpAdmin ,I've this error Warning in .\libraries\plugin_interface.lib.php#532 How to resolve this error . Thanks for you help. Exuse me for my…
MARLENE
  • 11
  • 2
1
vote
2 answers

PHP Startup: Unable to load dynamic library 'php_curl.dll'

For a project I need die php_curl.dll Module. I activated the model at all php.ini files. But I get a PHP Warning, that the modul is unable to load. By check of the error.log file, is see this information: PHP Warning: PHP Startup: Unable to load…
stillday
  • 93
  • 2
  • 10
1
2 3 4 5