summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php
Commit message (Collapse)AuthorAgeFilesLines
* phpmyadmin: add new recipePaul Eggleton2012-10-092-0/+72
| | | | | | | | Add new recipe for phpMyAdmin 3.5.2.2, borrowing the apache.conf file from Debian (with the addition of "Require all granted" to enable access). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: fix default php.ini & add PACKAGECONFIGPaul Eggleton2012-10-092-18/+18
| | | | | | | | | * Add "mysql" PACKAGECONFIG option * Add "pgsql" PACKAGECONFIG option (untested) * Use the correct template php.ini filename so that we actually get some content in the default file Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* xdebug: add new recipePaul Eggleton2012-10-031-0/+34
| | | | | | Add new recipe for the Xdebug PHP debugger/profiler. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: add from OE-Classic, update to 5.3.14 and fixPaul Eggleton2012-10-035-0/+182
* Use working SRC_URI * Fix to use correct headers and apxs script for cross-compiling * Enable threading * Install headers and scripts for building extension modules * Use proper variables instead of /etc, /usr/lib etc. * Fix rpath QA issues * Add LIC_FILES_CHKSUM * Put apache config file into SRC_URI instead of referring to it using FILESDIR Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>