Php Download Mac
2021年10月25日Download here: http://gg.gg/wb79t
-->
*Php 7.3 Download Mac
*Free Imac Software Downloads
*Mac Php Version
*Mac Upgrade Php
Download PHP for Mac - A well-known general-purpose scripting language that is fast, flexible and reliable, and which you can use for developing web applications. Download the latest version of PHP for Mac for free. Read 22 user reviews and compare with similar apps on MacUpdate. Work with PHP via your Mac OS X’s integrated Apache server. PHP is a popular, free (gpl) program also available for Windows, belonging to the category Development. Since the program was added to our catalog in 2005, it has already achieved 12,898 downloads, and last week it gained 8 downloads.
The following instructions assume a clean environment and show how to install PHP 8.0, the Microsoft ODBC driver, the Apache web server, and the Microsoft Drivers for PHP for SQL Server on Ubuntu, Red Hat, Debian, Suse, Alpine, and macOS. These instructions advise installing the drivers using PECL, but you can also download the prebuilt binaries from the Microsoft Drivers for PHP for SQL Server GitHub project page and install them following the instructions in Loading the Microsoft Drivers for PHP for SQL Server. For an explanation of extension loading and why we do not add the extensions to php.ini, see the section on loading the drivers.
The following instructions install PHP 8.0 by default using pecl install, if the PHP 8.0 packages are available. You may need to run pecl channel-update pecl.php.net first. Some supported Linux distros default to PHP 7.1 or earlier, which is not supported for the latest version of the PHP drivers for SQL Server. See the notes at the beginning of each section to install PHP 7.4 or 7.3 instead.
Also included are instructions for installing the PHP FastCGI Process Manager, PHP-FPM, on Ubuntu. PHP-FPM is needed if you’re using the nginx web server instead of Apache.
While these instructions contain commands to install both SQLSRV and PDO_SQLSRV drivers, the drivers can be installed and function independently. Users comfortable with customizing their configuration can adjust these instructions to be specific to SQLSRV or PDO_SQLSRV. Both drivers have the same dependencies except where noted below.Installing on Ubuntu
Ubuntu versions 16.04, 18.04, and 20.04 are supported.
Note
To install PHP 7.4 or 7.3, replace 8.0 with 7.4 or 7.3 in the following commands.Step 1. Install PHP (Ubuntu)Step 2. Install prerequisites (Ubuntu)
Install the ODBC driver for Ubuntu by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Ubuntu)
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv.Step 4. Install Apache and configure driver loading (Ubuntu)Step 5. Restart Apache and test the sample script (Ubuntu)
To test your installation, see Testing your installation at the end of this document.Installing on Ubuntu with PHP-FPM
Ubuntu versions 16.04, 18.04, and 20.04 are supported.
Note
To install PHP 7.4 or 7.3, replace 8.0 with 7.4 or 7.3 in the following commands.Step 1. Install PHP (Ubuntu with PHP-FPM)
Verify the status of the PHP-FPM service by running:Step 2. Install prerequisites (Ubuntu with PHP-FPM)
Install the ODBC driver for Ubuntu by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Ubuntu with PHP-FPM)
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv.
Verify that sqlsrv.ini and pdo_sqlsrv.ini are located in /etc/php/8.0/fpm/conf.d/:
Restart the PHP-FPM service:Step 4. Install and configure nginx (Ubuntu with PHP-FPM)
To configure nginx, you must edit the /etc/nginx/sites-available/default file. Add index.php to the list below the section that says # Add index.php to the list if you are using PHP:
Next, uncomment, and modify the section following # pass PHP scripts to FastCGI server as follows:Step 5. Restart nginx and test the sample script (Ubuntu with PHP-FPM)
To test your installation, see Testing your installation at the end of this document.Installing on Red Hat
Red Hat versions 7 and 8 are supported.Step 1. Install PHP (Red Hat)
To install PHP on Red Hat 7, run the following commands:
Note
To install PHP 7.4 or 7.3, replace remi-php80 with remi-php74 or remi-php73 respectively in the following commands.
To install PHP on Red Hat 8, run the following commands:
Note
To install PHP 7.4 or 7.3, replace remi-8.0 with remi-7.4 or remi-7.3 respectively in the following commands.Step 2. Install prerequisites (Red Hat)
Install the ODBC driver for Red Hat 7 or 8 by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Red Hat)
You can alternatively install from the Remi repo:Step 4. Install Apache (Red Hat)
SELinux is installed by default and runs in Enforcing mode. To allow Apache to connect to databases through SELinux, run the following command:Step 5. Restart Apache and test the sample script (Red Hat)
To test your installation, see Testing your installation at the end of this document.Installing on Debian
Debian versions 9 and 10 are supported.
Note
To install PHP 7.4 or 7.3, replace 8.0 in the following commands with 7.4 or 7.3.Step 1. Install PHP (Debian)Step 2. Install prerequisites (Debian)
Install the ODBC driver for Debian by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.
You may also need to generate the correct locale to get PHP output to display correctly in a browser. For example, for the en_US UTF-8 locale, run the following commands:
You may need to add /usr/sbin to your $PATH, as the locale-gen executable is located there.Step 3. Install the PHP drivers for Microsoft SQL Server (Debian)
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv. As with locale-gen, phpenmod is located in /usr/sbin so you may need to add this directory to your $PATH.Step 4. Install Apache and configure driver loading (Debian)Step 5. Restart Apache and test the sample script (Debian)
To test your installation, see Testing your installation at the end of this document.Installing on Suse
Suse Enterprise Linux versions 12 and 15 are supported.
Note
In the following instructions, replace <SuseVersion> with your version of Suse. If you are using Suse Enterprise Linux 15, it will be SLE_15_SP1 or SLE_15_SP2. For Suse 12, use SLE_12_SP4 (or above if applicable). Not all versions of PHP are available for all versions of Suse Linux. Refer to http://download.opensuse.org/repositories/devel:/languages:/php to see which versions of Suse have the default version of PHP available, or check http://download.opensuse.org/repositories/devel:/languages:/php:/ to see which other versions of PHP are available for which versions of Suse.Php 7.3 Download Mac
Note
Packages for PHP 7.4 or above are not available for Suse 12 and Package for PHP 8.0 is not yet available for Suse 15.To install PHP 7.3, replace the repository URL below with the following URL:https://download.opensuse.org/repositories/devel:/languages:/php:/php73/<SuseVersion>/devel:languages:php:php73.repo.Step 1. Install PHP (Suse)Step 2. Install prerequisites (Suse)
Install the ODBC driver for Suse by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Suse)
Note
If you get an error message saying Connection to ’pecl.php.net:443’ failed: Unable to find the socket transport ’ssl’, edit the pecl script at /usr/bin/pecl and remove the -n switch in the last line. This switch prevents PECL from loading ini files when PHP is called, which prevents the OpenSSL extension from loading.Step 4. Install Apache and configure driver loading (Suse)Step 5. Restart Apache and test the sample script (Suse)
To test your installation, see Testing your installation at the end of this document.Installing on Alpine
Alpine versions 3.11 and 3.12 are supported.
Note
The default version of PHP is 7.3. PHP 7.4 or above may be available from testing or edge repositories for Alpine. You can instead compile PHP from source.Step 1. Install PHP (Alpine)
PHP packages for Alpine can be found in the edge/community repository. Check Enable Community Repository on their WIKI page. Add the following line to /etc/apk/repositories, replacing <mirror> with the URL of an Alpine repository mirror:
Then run:Step 2. Install prerequisites (Alpine)
Install the ODBC driver for Alpine by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the unixodbc-dev package (sudo apk add unixodbc-dev). It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Alpine)Step 4. Install Apache and configure driver loading (Alpine)Step 5. Restart Apache and test the sample script (Alpine)
To test your installation, see Testing your installation at the end of this document.Installing on macOS
MacOS versions 10.14 (Mojave), 10.15 (Catalina), and 11.0 (Big Sur) are supported.
If you do not already have it, install brew as follows:
Note
To install PHP 7.4 or 7.3, replace php@8.0 with php@7.4 or php@7.3 respectively in the following commands.Step 1. Install PHP (macOS)
PHP should now be in your path. Run php -v to verify that you are running the correct version of PHP. If PHP is not in your path or it is not the correct version, run the following commands:Step 2. Install prerequisites (macOS)
Install the ODBC driver for macOS by following the instructions on the Install the Microsoft ODBC driver for SQL Server (macOS).
In addition, you may need to install the GNU make tools:Step 3. Install the PHP drivers for Microsoft SQL Server (macOS)Step 4. Install Apache and configure driver loading (macOS)
To find the Apache configuration file, httpd.conf, for your Apache installation, run:
The following commands append the required configuration to httpd.conf. Be sure to substitute the path returned by the preceding command in place of /usr/local/etc/httpd/httpd.conf:Step 5. Restart Apache and test the sample script (macOS)
To test your installation, see Testing your installation at the end of this document.Testing Your Installation
To test this sample script, create a file called testsql.php in your system’s document root. This path is /var/www/html/ on Ubuntu, Debian, and Red Hat, /srv/www/htdocs on SUSE, /var/www/localhost/htdocs on Alpine, or /usr/local/var/www on macOS. Copy the following script to it, replacing the server, database, username, and password as appropriate.SQLSRV examplePDO_SQLSRV example
Point your browser to https://localhost/testsql.php (https://localhost:8080/testsql.php on macOS). You should now be able to connect to your SQL Server/Azure SQL database. If you don’t see a success message showing SQL version information, you can do some basic troubleshooting by running the script from the command line:
If running from the command line is successful but nothing shows in your browser, check the Apache log files. For more help, see Support resources for places to go.See Also
So finally I have decided to learn PHP and I use Mac for my personal usage, so the first step was to install Apache, PHP and MySql on my Mac OS X. My Mac OS is Mountain Lion (10.8), so for earlier versions you might need to make some changes in the steps provided below. MAMP is a great free tool for running Apache, MySQL, and PHP on the Mac OS X platform. If I wasn”t a Mac Terminal command line user, or if I didn”t need to use the CakePHP cake bake command, the MAMP installation might have been flawless. However, since I did need to work from the Mac command line, I ran into the problems noted above.
I downloaded a HTML5 and Javascript demo. When I attempted to browse to it, I encountered the infamous “XMLHttpRequest cannot load file:///” error. The latest Chrome (and other modern browsers) won’t allow cross domain (a.k.a. cross origin) communication, which would occur when a page from one website domain attempts to read data from another domain. The demo Javascript code was attempting to read a text file in the same file location using GET, but the local “file:///” protocol was not recognized as a proper website domain and Chrome assumed it was a cross domain security violation.
The only certain solution to the above problem is to run a local web server to host the demo code. I have a previous post on setting up Apache on Mac OS X (Install Apache, PHP, MySQL, and phpMyAdmin on Mac OS X 10.6 Snow Leopard) which looks to be helpful, but it was outdated. I have adjusted the instructions for Mac OS X 10.10 Yosemite below.
The MAMP package includes the Apache web server, PHP engine, and MySQL database. Mac OS X 10.5 and later include the MySQL database and Apache server with PHP support. While it certainly is possible to configure the built-in database and server with the IDE, MAMP’s all-in-one bundle provides a convenient and easily configurable solution. This tutorial will go through the process of getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new mac OS Catalina. This tutorial sets up the AMP stack in more of a traditional way using the loaded Apache and PHP and downloading MySQL and phpMyAdmin. MySQL is a popular Open Source relational database management system (RDBMS) commonly used in web applications due to its speed, flexibility and reliability. MySQL employs SQL, or Structured Query Language, for accessing and processing data contained in databases.
Configure PHP and Start Apache HTTP Server
Mac OS X 10.10 Yosemite continues to ship with PHP and Apache installed. (The Apache HTTP server is stopped by default.) You can check their versions by opening the Terminal app and running these commands:
Before we start the Apache HTTP Server, enable PHP support by editing the Apache config file (“sudo nano /etc/apache2/httpd.conf”) and uncommenting this line (by removing the initial pound # character):#LoadModule php5_module libexec/apache2/libphp5.so
The “Web Sharing” option was removed from the “System Preferences” dialog so we have to use the command line to start the Apache server. You can start, stop, or restart using the following commands:# Start, stop, or restart Apache HTTP Serversudoapachectl startsudoapachectl stopsudoapachectl restart# Check to see if Apache HTTP Server is runningps-e|grep httpd
Note: The “apachectl start/restart” command will configure Apache to start on bootup. (Internally, “apachectl start” calls “launchctl load” and “apachectl stop” calls “launchctl unload”.)
Start the Apache HTTP Server. Browse to http://localhost/ and you should see the “It Works!” message.
Create a test PHP file under the Apache document root directory, “sudo nano /Library/WebServer/Documents/phpinfo.php”, with the following content:
Make sure the setup file is downloaded into your download folder before running the Crosstie, so that Crossover recognises the file and launches the setup automatically.Use this to install the GOG game into CrossoverMake sure is installed before downloading/running the CrossTie. Or useGame Description:Thief™ II: The Metal Age gives you a chance to revisit the dark streets of the City, now changed by the Order of Mechanists, a new cult which has embraced many of the followers of the fallen religion of the Hammerites. Equipped with a new set of tools, including flash mines and scouting orbs, Garrett has to keep himself alive and unveil the secret behind Truart’s actions. You automatically get when creating an account 14 free GOG games (+ some dlc’s) added to your account so you have nothing to loose, only to receive! In a world of steam robots and cameras Garrett will have to face a new opponent – Sheriff Gorman Truart, a lawman determined to rid the City of all criminals, starting with master-thief Garrett. Thief force.<?php// Show all information about PHP phpinfo();?>
Browse to http://localhost/phpinfo.php and you should see the PHP configuration information. Free Imac Software Downloads
If you have problems, check the Apache error log file at “/var/log/apache2/error_log” directory.
You can change the Apache document root to point to a different directory by editing “/etc/apache2/httpd.conf” and modifying the values for these two declarations:DocumentRoot “/Library/WebServer/Documents”<Directory “/Library/WebServer/Documents”>Download Apache Php Mysql For Mac
Restart the Apache HTTP Server for the change to take effect. Make sure that your new document root directory and its contents have read permission set for others (for example, “chmod 755” for directories and “chmod 644” for files).
Tons of awesome winter wallpapers for Mac to download for free. You can also upload and share your favorite winter wallpapers for Mac. HD wallpapers and background images.
Install and Start MySQL Server
Download the free MySQL Community Server distribution; I selected the “Mac OS X 10.10 (x86, 64-bit), DMG Archive” package. You don’t need to login or sign up; just select the “No thanks, just start my download” link at the bottom. Open the downloaded “mysql-5.7.11-osx10.10-x86_64.dmg” disk image file and run the “mysql-5.7.11-osx10.9-x86_64.pkg” package inside to install MySQL Server. (Strangely, even though I downloaded the 10.10 version, the names of the disk image and package files refer to the 10.9 version.)
Note: When the installation completes, you will see a dialog containing the temporary password for the MySQL root user. Please make a copy of it because you will need it below. If you forget to do so, you can follow the MySQL website’s How to Reset the Root Password page to reset the root password.
The MySQL Server will be installed under the “/usr/local/mysql-5.7.11-osx10.9-x86_64” directory. In addition, a symbolic link to that directory is created as “/usr/local/mysql”.
You can start the MySQL Server and configure whether it will run on bootup under “System Preferences, MySQL”. Alternatively, you can start and stop the MySQL Server from the command line:# Start or stop
https://diarynote.indered.space
-->
*Php 7.3 Download Mac
*Free Imac Software Downloads
*Mac Php Version
*Mac Upgrade Php
Download PHP for Mac - A well-known general-purpose scripting language that is fast, flexible and reliable, and which you can use for developing web applications. Download the latest version of PHP for Mac for free. Read 22 user reviews and compare with similar apps on MacUpdate. Work with PHP via your Mac OS X’s integrated Apache server. PHP is a popular, free (gpl) program also available for Windows, belonging to the category Development. Since the program was added to our catalog in 2005, it has already achieved 12,898 downloads, and last week it gained 8 downloads.
The following instructions assume a clean environment and show how to install PHP 8.0, the Microsoft ODBC driver, the Apache web server, and the Microsoft Drivers for PHP for SQL Server on Ubuntu, Red Hat, Debian, Suse, Alpine, and macOS. These instructions advise installing the drivers using PECL, but you can also download the prebuilt binaries from the Microsoft Drivers for PHP for SQL Server GitHub project page and install them following the instructions in Loading the Microsoft Drivers for PHP for SQL Server. For an explanation of extension loading and why we do not add the extensions to php.ini, see the section on loading the drivers.
The following instructions install PHP 8.0 by default using pecl install, if the PHP 8.0 packages are available. You may need to run pecl channel-update pecl.php.net first. Some supported Linux distros default to PHP 7.1 or earlier, which is not supported for the latest version of the PHP drivers for SQL Server. See the notes at the beginning of each section to install PHP 7.4 or 7.3 instead.
Also included are instructions for installing the PHP FastCGI Process Manager, PHP-FPM, on Ubuntu. PHP-FPM is needed if you’re using the nginx web server instead of Apache.
While these instructions contain commands to install both SQLSRV and PDO_SQLSRV drivers, the drivers can be installed and function independently. Users comfortable with customizing their configuration can adjust these instructions to be specific to SQLSRV or PDO_SQLSRV. Both drivers have the same dependencies except where noted below.Installing on Ubuntu
Ubuntu versions 16.04, 18.04, and 20.04 are supported.
Note
To install PHP 7.4 or 7.3, replace 8.0 with 7.4 or 7.3 in the following commands.Step 1. Install PHP (Ubuntu)Step 2. Install prerequisites (Ubuntu)
Install the ODBC driver for Ubuntu by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Ubuntu)
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv.Step 4. Install Apache and configure driver loading (Ubuntu)Step 5. Restart Apache and test the sample script (Ubuntu)
To test your installation, see Testing your installation at the end of this document.Installing on Ubuntu with PHP-FPM
Ubuntu versions 16.04, 18.04, and 20.04 are supported.
Note
To install PHP 7.4 or 7.3, replace 8.0 with 7.4 or 7.3 in the following commands.Step 1. Install PHP (Ubuntu with PHP-FPM)
Verify the status of the PHP-FPM service by running:Step 2. Install prerequisites (Ubuntu with PHP-FPM)
Install the ODBC driver for Ubuntu by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Ubuntu with PHP-FPM)
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv.
Verify that sqlsrv.ini and pdo_sqlsrv.ini are located in /etc/php/8.0/fpm/conf.d/:
Restart the PHP-FPM service:Step 4. Install and configure nginx (Ubuntu with PHP-FPM)
To configure nginx, you must edit the /etc/nginx/sites-available/default file. Add index.php to the list below the section that says # Add index.php to the list if you are using PHP:
Next, uncomment, and modify the section following # pass PHP scripts to FastCGI server as follows:Step 5. Restart nginx and test the sample script (Ubuntu with PHP-FPM)
To test your installation, see Testing your installation at the end of this document.Installing on Red Hat
Red Hat versions 7 and 8 are supported.Step 1. Install PHP (Red Hat)
To install PHP on Red Hat 7, run the following commands:
Note
To install PHP 7.4 or 7.3, replace remi-php80 with remi-php74 or remi-php73 respectively in the following commands.
To install PHP on Red Hat 8, run the following commands:
Note
To install PHP 7.4 or 7.3, replace remi-8.0 with remi-7.4 or remi-7.3 respectively in the following commands.Step 2. Install prerequisites (Red Hat)
Install the ODBC driver for Red Hat 7 or 8 by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Red Hat)
You can alternatively install from the Remi repo:Step 4. Install Apache (Red Hat)
SELinux is installed by default and runs in Enforcing mode. To allow Apache to connect to databases through SELinux, run the following command:Step 5. Restart Apache and test the sample script (Red Hat)
To test your installation, see Testing your installation at the end of this document.Installing on Debian
Debian versions 9 and 10 are supported.
Note
To install PHP 7.4 or 7.3, replace 8.0 in the following commands with 7.4 or 7.3.Step 1. Install PHP (Debian)Step 2. Install prerequisites (Debian)
Install the ODBC driver for Debian by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.
You may also need to generate the correct locale to get PHP output to display correctly in a browser. For example, for the en_US UTF-8 locale, run the following commands:
You may need to add /usr/sbin to your $PATH, as the locale-gen executable is located there.Step 3. Install the PHP drivers for Microsoft SQL Server (Debian)
If there is only one PHP version in the system, then the last step can be simplified to phpenmod sqlsrv pdo_sqlsrv. As with locale-gen, phpenmod is located in /usr/sbin so you may need to add this directory to your $PATH.Step 4. Install Apache and configure driver loading (Debian)Step 5. Restart Apache and test the sample script (Debian)
To test your installation, see Testing your installation at the end of this document.Installing on Suse
Suse Enterprise Linux versions 12 and 15 are supported.
Note
In the following instructions, replace <SuseVersion> with your version of Suse. If you are using Suse Enterprise Linux 15, it will be SLE_15_SP1 or SLE_15_SP2. For Suse 12, use SLE_12_SP4 (or above if applicable). Not all versions of PHP are available for all versions of Suse Linux. Refer to http://download.opensuse.org/repositories/devel:/languages:/php to see which versions of Suse have the default version of PHP available, or check http://download.opensuse.org/repositories/devel:/languages:/php:/ to see which other versions of PHP are available for which versions of Suse.Php 7.3 Download Mac
Note
Packages for PHP 7.4 or above are not available for Suse 12 and Package for PHP 8.0 is not yet available for Suse 15.To install PHP 7.3, replace the repository URL below with the following URL:https://download.opensuse.org/repositories/devel:/languages:/php:/php73/<SuseVersion>/devel:languages:php:php73.repo.Step 1. Install PHP (Suse)Step 2. Install prerequisites (Suse)
Install the ODBC driver for Suse by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the optional unixodbc-dev package. It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Suse)
Note
If you get an error message saying Connection to ’pecl.php.net:443’ failed: Unable to find the socket transport ’ssl’, edit the pecl script at /usr/bin/pecl and remove the -n switch in the last line. This switch prevents PECL from loading ini files when PHP is called, which prevents the OpenSSL extension from loading.Step 4. Install Apache and configure driver loading (Suse)Step 5. Restart Apache and test the sample script (Suse)
To test your installation, see Testing your installation at the end of this document.Installing on Alpine
Alpine versions 3.11 and 3.12 are supported.
Note
The default version of PHP is 7.3. PHP 7.4 or above may be available from testing or edge repositories for Alpine. You can instead compile PHP from source.Step 1. Install PHP (Alpine)
PHP packages for Alpine can be found in the edge/community repository. Check Enable Community Repository on their WIKI page. Add the following line to /etc/apk/repositories, replacing <mirror> with the URL of an Alpine repository mirror:
Then run:Step 2. Install prerequisites (Alpine)
Install the ODBC driver for Alpine by following the instructions on the Install the Microsoft ODBC driver for SQL Server (Linux). Make sure to also install the unixodbc-dev package (sudo apk add unixodbc-dev). It’s used by the pecl command to install the PHP drivers.Step 3. Install the PHP drivers for Microsoft SQL Server (Alpine)Step 4. Install Apache and configure driver loading (Alpine)Step 5. Restart Apache and test the sample script (Alpine)
To test your installation, see Testing your installation at the end of this document.Installing on macOS
MacOS versions 10.14 (Mojave), 10.15 (Catalina), and 11.0 (Big Sur) are supported.
If you do not already have it, install brew as follows:
Note
To install PHP 7.4 or 7.3, replace php@8.0 with php@7.4 or php@7.3 respectively in the following commands.Step 1. Install PHP (macOS)
PHP should now be in your path. Run php -v to verify that you are running the correct version of PHP. If PHP is not in your path or it is not the correct version, run the following commands:Step 2. Install prerequisites (macOS)
Install the ODBC driver for macOS by following the instructions on the Install the Microsoft ODBC driver for SQL Server (macOS).
In addition, you may need to install the GNU make tools:Step 3. Install the PHP drivers for Microsoft SQL Server (macOS)Step 4. Install Apache and configure driver loading (macOS)
To find the Apache configuration file, httpd.conf, for your Apache installation, run:
The following commands append the required configuration to httpd.conf. Be sure to substitute the path returned by the preceding command in place of /usr/local/etc/httpd/httpd.conf:Step 5. Restart Apache and test the sample script (macOS)
To test your installation, see Testing your installation at the end of this document.Testing Your Installation
To test this sample script, create a file called testsql.php in your system’s document root. This path is /var/www/html/ on Ubuntu, Debian, and Red Hat, /srv/www/htdocs on SUSE, /var/www/localhost/htdocs on Alpine, or /usr/local/var/www on macOS. Copy the following script to it, replacing the server, database, username, and password as appropriate.SQLSRV examplePDO_SQLSRV example
Point your browser to https://localhost/testsql.php (https://localhost:8080/testsql.php on macOS). You should now be able to connect to your SQL Server/Azure SQL database. If you don’t see a success message showing SQL version information, you can do some basic troubleshooting by running the script from the command line:
If running from the command line is successful but nothing shows in your browser, check the Apache log files. For more help, see Support resources for places to go.See Also
So finally I have decided to learn PHP and I use Mac for my personal usage, so the first step was to install Apache, PHP and MySql on my Mac OS X. My Mac OS is Mountain Lion (10.8), so for earlier versions you might need to make some changes in the steps provided below. MAMP is a great free tool for running Apache, MySQL, and PHP on the Mac OS X platform. If I wasn”t a Mac Terminal command line user, or if I didn”t need to use the CakePHP cake bake command, the MAMP installation might have been flawless. However, since I did need to work from the Mac command line, I ran into the problems noted above.
I downloaded a HTML5 and Javascript demo. When I attempted to browse to it, I encountered the infamous “XMLHttpRequest cannot load file:///” error. The latest Chrome (and other modern browsers) won’t allow cross domain (a.k.a. cross origin) communication, which would occur when a page from one website domain attempts to read data from another domain. The demo Javascript code was attempting to read a text file in the same file location using GET, but the local “file:///” protocol was not recognized as a proper website domain and Chrome assumed it was a cross domain security violation.
The only certain solution to the above problem is to run a local web server to host the demo code. I have a previous post on setting up Apache on Mac OS X (Install Apache, PHP, MySQL, and phpMyAdmin on Mac OS X 10.6 Snow Leopard) which looks to be helpful, but it was outdated. I have adjusted the instructions for Mac OS X 10.10 Yosemite below.
The MAMP package includes the Apache web server, PHP engine, and MySQL database. Mac OS X 10.5 and later include the MySQL database and Apache server with PHP support. While it certainly is possible to configure the built-in database and server with the IDE, MAMP’s all-in-one bundle provides a convenient and easily configurable solution. This tutorial will go through the process of getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the new mac OS Catalina. This tutorial sets up the AMP stack in more of a traditional way using the loaded Apache and PHP and downloading MySQL and phpMyAdmin. MySQL is a popular Open Source relational database management system (RDBMS) commonly used in web applications due to its speed, flexibility and reliability. MySQL employs SQL, or Structured Query Language, for accessing and processing data contained in databases.
Configure PHP and Start Apache HTTP Server
Mac OS X 10.10 Yosemite continues to ship with PHP and Apache installed. (The Apache HTTP server is stopped by default.) You can check their versions by opening the Terminal app and running these commands:
Before we start the Apache HTTP Server, enable PHP support by editing the Apache config file (“sudo nano /etc/apache2/httpd.conf”) and uncommenting this line (by removing the initial pound # character):#LoadModule php5_module libexec/apache2/libphp5.so
The “Web Sharing” option was removed from the “System Preferences” dialog so we have to use the command line to start the Apache server. You can start, stop, or restart using the following commands:# Start, stop, or restart Apache HTTP Serversudoapachectl startsudoapachectl stopsudoapachectl restart# Check to see if Apache HTTP Server is runningps-e|grep httpd
Note: The “apachectl start/restart” command will configure Apache to start on bootup. (Internally, “apachectl start” calls “launchctl load” and “apachectl stop” calls “launchctl unload”.)
Start the Apache HTTP Server. Browse to http://localhost/ and you should see the “It Works!” message.
Create a test PHP file under the Apache document root directory, “sudo nano /Library/WebServer/Documents/phpinfo.php”, with the following content:
Make sure the setup file is downloaded into your download folder before running the Crosstie, so that Crossover recognises the file and launches the setup automatically.Use this to install the GOG game into CrossoverMake sure is installed before downloading/running the CrossTie. Or useGame Description:Thief™ II: The Metal Age gives you a chance to revisit the dark streets of the City, now changed by the Order of Mechanists, a new cult which has embraced many of the followers of the fallen religion of the Hammerites. Equipped with a new set of tools, including flash mines and scouting orbs, Garrett has to keep himself alive and unveil the secret behind Truart’s actions. You automatically get when creating an account 14 free GOG games (+ some dlc’s) added to your account so you have nothing to loose, only to receive! In a world of steam robots and cameras Garrett will have to face a new opponent – Sheriff Gorman Truart, a lawman determined to rid the City of all criminals, starting with master-thief Garrett. Thief force.<?php// Show all information about PHP phpinfo();?>
Browse to http://localhost/phpinfo.php and you should see the PHP configuration information. Free Imac Software Downloads
If you have problems, check the Apache error log file at “/var/log/apache2/error_log” directory.
You can change the Apache document root to point to a different directory by editing “/etc/apache2/httpd.conf” and modifying the values for these two declarations:DocumentRoot “/Library/WebServer/Documents”<Directory “/Library/WebServer/Documents”>Download Apache Php Mysql For Mac
Restart the Apache HTTP Server for the change to take effect. Make sure that your new document root directory and its contents have read permission set for others (for example, “chmod 755” for directories and “chmod 644” for files).
Tons of awesome winter wallpapers for Mac to download for free. You can also upload and share your favorite winter wallpapers for Mac. HD wallpapers and background images.
Install and Start MySQL Server
Download the free MySQL Community Server distribution; I selected the “Mac OS X 10.10 (x86, 64-bit), DMG Archive” package. You don’t need to login or sign up; just select the “No thanks, just start my download” link at the bottom. Open the downloaded “mysql-5.7.11-osx10.10-x86_64.dmg” disk image file and run the “mysql-5.7.11-osx10.9-x86_64.pkg” package inside to install MySQL Server. (Strangely, even though I downloaded the 10.10 version, the names of the disk image and package files refer to the 10.9 version.)
Note: When the installation completes, you will see a dialog containing the temporary password for the MySQL root user. Please make a copy of it because you will need it below. If you forget to do so, you can follow the MySQL website’s How to Reset the Root Password page to reset the root password.
The MySQL Server will be installed under the “/usr/local/mysql-5.7.11-osx10.9-x86_64” directory. In addition, a symbolic link to that directory is created as “/usr/local/mysql”.
You can start the MySQL Server and configure whether it will run on bootup under “System Preferences, MySQL”. Alternatively, you can start and stop the MySQL Server from the command line:# Start or stop
https://diarynote.indered.space
コメント