xampp

Not able to install pThread on Windows Xampp

一曲冷凌霜 提交于 2019-12-03 07:31:26
Update: Looks like I am not doing anything wrong here. When I execute a thread example, it works fine. I am not sure, then why am I getting those errors when I start Apache. Any ideas? I am trying to install pThread on Xampp (Windows 7) as follows: My PHP version information: 5.4.7 VC9 x86 I have downloaded php_pthreads-0.0.45-5.4-ts-vc9-x86.zip Then I added pthreadVC2.dll to C:\xampp\php and php_pthreads.dll to C:\xampp\php\ext In php.ini, I have added extension=php_pthreads.dll Restarted Apache server and received following error: Any suggestions on why this is not working? I do not use

Xampp control panel is not showing

丶灬走出姿态 提交于 2019-12-03 06:36:01
My Xampp control panel is not showing in the desktop (Windows 10), but can only up the servers through the shortcut (minimized option in the task bar). As follows: I have close the application without stopping the servers, will that be the case of this matter? This may be too late, but I had the same issue for some time, I will share my workaround, it is not a permanent fix but it works, you have to use procexp from SysinternalsSuite https://docs.microsoft.com/en-us/sysinternals/downloads/ you launch procexp.exe, you search form xampp-control.exe and right click> window> Maximize. Ramazan

FTPClient Uploading File = SocketException: Connection reset

不想你离开。 提交于 2019-12-03 06:29:01
I'm trying to upload a simple txt file via FTP using XAMPP and FileZilla. I'm using the Apache Commons Net 3.0.1 Library . This is my code, very basic things: FTPClient client = new FTPClient(); InputStream in = new ByteArrayInputStream("IT WORKS! :D".getBytes()); try { client.connect("localhost"); client.login("user", "password"); client.enterLocalPassiveMode(); client.storeFile("textfile.txt", in); } finally { try { in.close(); client.logout(); client.disconnect(); } catch (Exception e) { } } But... storeFile() throws a java.net.SocketException: Exception in thread "main" java.net

Upgrading Xampp to run php 7

徘徊边缘 提交于 2019-12-03 05:21:27
问题 After Reading a couple of question on how to upgrade xampp to newer versions of php. I started upgrading mine to version 7 as I wanted to learn strict type hinting I downloaded php 7 from officialsite.I copied the content of this downloaded folder to php folder of xampp.but it is not working.I renamed php.ini-development to php.ini.Is there any better way to do this because it is not working. Please help. 回答1: I consider @camelCase good, but you can also consider trying this method. It may

Why does xdebug crash apache on every XAMPP install I've tried?

☆樱花仙子☆ 提交于 2019-12-03 05:19:43
问题 I've installed the Windows XAMPP package on three separate computers, 2 running Windows Vista 32 bit ( 1 Ultimate / 1 Home Premium ) and 1 running Windows Vista 64 Home Premium. After enabling xdebug in php.ini and restarting apache, viewing the default XAMPP localhost index causes apache to crash in the same way every time, reporting 'php_xdebug.dll' as the Fault Module Name. Here's the full report from the Windows Crash Reporter thing: Problem signature: Problem Event Name: APPCRASH

XAMPP 7.2.10-0 macOS Mojave - No button label are visible

拜拜、爱过 提交于 2019-12-03 04:25:32
问题 I installed the new version of XAMPP for Apple Mac OS, that is 7.2.10-0. When I open the manager-osx the label of button aren't visible. Below is a photo of my manager-osx. Can you help me? 回答1: at the moment please turn on the services from terminal using this command : sudo /Applications/XAMPP/xamppfiles/xampp start 回答2: The problem is with the button text not the functionality. You can still click on the buttons to function the features. You just need to know which button is meant for what

django, phpmyadmin and mysql?

房东的猫 提交于 2019-12-03 03:45:25
I would like to start using Django with MYSQL, instead of sqlite all the time, however my only experience using MSQL is through XAMPP, manipulating databases through phpmyadmin. I would really like to keep this gui interaction with mysql and not have to do everything through command line. Can you start and manage a MYSQL database using xampp/phpmyadmin, and then use django for the web development side only using Django'sn development server? Or do you have to always start new databases through command line, and if so how is it done, bearing in mind I only ever use mysql through xampp

xampp is not finding my home folder --Mac os x

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 03:42:44
I am trying to use XAMPP with NetBeans for PHP. When I move my files to the htdocs folder everything works fine. However when they are in the home folder XAMPP cannot find them. Below is the instruction from XAMPP I followed it but it's not working. **Where should I put my Websites?** You can put your Websites in /Applications/XAMPP/htdocs/ and access them via http://localhost/ Or you put your Websites in the Sites-Folder in your Home and access them via http://localhost/~leslie/. You can change your document root pretty easily by following these instructions: Locate the file called httpd.conf

Configure firewall to enable XAMPP working over LAN

梦想的初衷 提交于 2019-12-03 03:24:22
When I turn off the firewall, I can access my XAMPP website through other LAN computers. When I turn on firewall then I cannot connect to the machine anymore. Could someone tell me what's happening? my os is windows xp. thanks. Go to Control panel - > go to Windows Firewall -> then Advance Settings -> Click Inbound Rules right Click the inbound rules and select "New Rule..." select option port and click next select all local ports or your port number for apache server. and click next select option allow the connection and click next next Give name Allow All Local Port For Xampp Try This, I