About 846,000 results
Open links in new tab
  1. PHP - ArchWiki

    Installation Install the php package. Due to application software that cannot use the latest PHP version, you may install php-legacy alongside. That package provides the oldest still actively …

  2. PHP 7 RC3: How to install missing MySQL PDO - Stack Overflow

    Sep 23, 2015 · Had the same issue, resolved by actually enabling the extension in the php.ini with the right file name. It was listed as php_pdo_mysql.so but the module name in …

  3. Install PHP extensions in Arch Linux - Pleets

    May 30, 2023 · In Arch Linux it is relatively easy to install PHP extensions. The first thing you should consider is the name of the extension you are going to install, for example intl. The …

  4. [SOLVED] PHP7 PDO mysql driver not loaded ... - Arch Linux

    Mar 4, 2013 · Hey watnuss, i just set up a test-vm with a basic apache-php7-mysql-installation and after configuring it there was nothing special about getting PDO to work… Could you …

  5. Apache, PHP, MariaDB and PhpMyAdmin on Archlinux · GitHub

    Sep 18, 2025 · Guide to install a LAMP system on on your archlinux system and serve php-based database applications. LAMP stands for a Linux system with Apache (webserver), MariaDB …

  6. Arch Linux - php-legacy 8.2.29-2 (x86_64)

    Nov 10, 2025 · Comprehensive details about the php-legacy package for Arch Linux, including version information and source files.

  7. Connecting PHP to MySQL using PDO - Linux Bash

    Learn how to secure and efficiently connect PHP to MySQL using PDO on Linux with this guide. Covering installation, database setup, and querying, this resource provides step-by-step …

  8. php-pdo_mysql-8.2.13-1.mga9.aarch64.rpm Mageia 9 Download

    Aug 2, 2013 · PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x, 4.x and 5.x databases. PDO_MYSQL will take …

  9. [SOLVED]Some PHP Problems about mysqli and pdo ... - Arch Linux

    Nov 4, 2023 · In phpinfo it shows that there is no PDO support / driver. I cannot use PDO connection on localhost. I cannot debug in VSC. I activated extension mysqli and everything …

  10. [SOLVED] php81-mysql missing / Newbie Corner / Arch Linux

    Mar 20, 2022 · My mistake, and apologies for the noise, it was simply a case of me not uncommenting the pdo_mysql and mysqli extensions in /etc/php/php.ini. I'm setting up my …

  11. FS#77244 - [php-legacy] pdo_mysql

    Jan 24, 2023 · I would say the severity should be sort of high for this, considering the number of people who use mysql/mariadb with php who will expect the mysql driver to be built in as it is …

  12. php74 unable to load mysqli and pdo_mysql / AUR ... - Arch Linux

    Sep 11, 2024 · PDO Driver for MySQL => enabled hi I just installed php74 from aur repository and install some extensions I needed and setup the apache cofig but when I run the PHP the …

  13. Arch Linux / Packaging / Packages / php-legacy · GitLab

    A general-purpose scripting language that is especially suited to web development packages: php-legacy php-legacy-cgi php-legacy-apache php-legacy-fpm php-legacy-embed php-legacy …

  14. [Solved] Installing PHP PDO / Programming ... - Arch Linux Forums

    Jan 5, 2012 · I'e made a few PHP scripts which I run from the command line. Only, some of these scripts use PDO, which, for some reason, doesn't get installed in Arch Linux when I install php …

  15. php-legacy (1) — Arch manual pages

    Using parameter -r you can directly execute PHP code simply as you would do inside a .php file when using the eval () function. It is also possible to process the standard input line by line …

  16. php8.1-pdo_mysql-8.1.33-alt1.aarch64.rpm ALT Linux P11 …

    PHP PDO extension provides a uniform data access interface, supporting advanced features such as prepared statements and bound parameters. This package contains a MySQL driver for PDO.