You may also be able to use the Flash Player Plug-in. For testing, the Adobe Flash Player's mm. These values are used in building the path to the SDK. So if you saved the playerglobal. Note: Since this value builds the path be sure to use the full value, Note: If you are using a new version of the Flash Player that is not yet mentioned in the version of the Flex SDK you are working with you may get the message: Error: configuration variable 'swf-version' value contains unknown token 'playerglobal.
You can obtain a binary package from third-party web sites: You can install Apache as a Windows NT service as follows from the command prompt at the Apache bin subdirectory: httpd. Download either the bit version httpd Check if your Windows is bit, you should always try to install bit version of software. To find the OS version, you can use the msinfo Note that there are several ways to configure Apache and PHP, but this is possibly the quickest method. There are a number of versions of PHP available.
This default configuration provides a development setup which reports all PHP errors and warnings. There are several lines you may need to change in a text editor use search to find the current value. First, enable any required extensions. This will depend on the libraries you want to use, but the following extensions should be suitable for most applications:. Select the Advanced tab, and click the Environment Variables button.
Scroll down the System variables list and click Path followed by the Edit button. Note that older editions of Windows have a single text box where each path is separated by a semi-colon ;.
Add the following lines to the bottom of the file to set PHP as an Apache module change the file locations if necessary :. Once downloaded, just extract the Apache24 folder to the root of your hard drive, so that you have a path like C:Apache24bin. If you get an error saying that it can't bind to port 80, check if another application uses that port - also Skype is known to use ports 80 and by default; uncheck 'Use port 80 and as alternatives for incoming connections' in its advanced connection settings, restart Skype to apply the changes, and then you should be able to start Apache without issues.
A warning like Could not reliably determine the server's fully qualified domain name can be ignored for now. If you got a warning about not being able to determine the system's fully qualified domain name, fix it by editing C:Apache24confhttpd.
Finally, if you want to run the server automatically when the system starts even if nobody logs in , you'll need to run it as a service - in a new elevated as an administrator command prompt, type :. If you're setting this up for development purposes you want to make sure that no one except you can access it, your firewall should already take care of that but let's add another layer of security to it by telling Apache to accept requests from the local machine only.
Open Apache's configuration file C:Apache24confhttpd. At the end if it, there should be a line Require all granted , this means that anyone can access this server. Let's make that Require local which only allows access from the local machine.
Also, you can tell Apache to only bind to the loopback interface, that way even if both your firewall and the access control directives mentioned above fail, the server still won't be open to the whole internet.
For this, locate the Listen directive by default it's set to 80 and change it to the following :. The first line is self explanatory, the second one is the first one's IPv6 equivalent, the brackets are used in the IPv6 notation to separate the address and the port. Save the file, if you're already running the server then restart it in order to take our changes into account, and now only localhost has access, everyone else will get a Forbidden.
Download the latest PHP binaries from the official PHP for Windows download page, choose the thread-safe version that matches your Apache installation's bit-version x86 for Bit, x64 for Bit. The version I used is this : PHP 5. The latest version when this answer was last updated: PHP 7.
0コメント