summaryrefslogtreecommitdiffstats
path: root/package/php/Config.ext
Commit message (Collapse)AuthorAgeFilesLines
* php: fix build breakageGustavo Zacarias2011-11-261-0/+1
| | | | | | | | The zip extension requires zlib, so select it. [Peter: Only select zlib, not php zlib extension] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: libgmp was renamed to gmpGustavo Zacarias2010-12-271-1/+1
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: add process control supportThomas Rudin2010-11-241-0/+5
| | | | | | | Closes #2791 Signed-off-by: Thomas Rudin <thomas@rudin.li> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: filter plugin depends on pcrePeter Korsgaard2010-07-221-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* php: pdo mysql extension needs C++ support in toolchainPeter Korsgaard2010-07-211-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: gettext needs WCHAR supportPeter Korsgaard2010-05-251-0/+4
| | | | | | | | gettext needs WCHAR support in the toolchain, and as libglib2 depends on gettext and lots of stuff depends on libglib2, quite a lot of packages needs to have their dependencies adjusted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Make all package using gettext rely on BR2_NEEDS_GETTEXTThomas Petazzoni2010-05-201-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* php: convert to Makefile.autotools.in and other improvementsPeter Korsgaard2009-03-041-18/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #5, #77, #141 and #143. * Migrate php package to Makefile.autotools.in * Make PCRE regex an option (previously forced on) * Add calendar option from bug #77 * Add external sqlite3 option from bug #141 New option BR2_PACKAGE_PHP_PDO_SQLITE_EXTERNAL * Add alternate php.ini configuration option from bug #5 Named BR2_PACKAGE_PHP_CONFIG and defaults to shipped config. In most scenarios the shipped config isn't good enough, it has a high memory limit for embedded for example. * Changed some options from depends to select Namely openssl, libxml2, zlib, gettext, gmp. * Disabled some 'y' defaults to make things lighter by default Namely libxml2, sqlite, pdo and pdo_sqlite. * Made some of the extensions help text more verbose
* php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard2009-02-251-17/+7
| | | | Hunks missing from r25406.
* php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard2009-02-211-8/+3
|
* php: fix sqlite modulePeter Korsgaard2009-02-211-1/+0
| | | | | | | - php comes with it's own embedded sqlite, so no need to select sqlite - disable largefile support for !BR2_LARGEFILE - php somehow forgets to link with -ldl, breaking the sqlite extension. Fix it by disabling the (unused?) modload support in sqlite.
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-301-1/+1
| | | | Package configs should start with BR2_PACKAGE_.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-16/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* php: fix s/EXIT/EXT/ typo in simplexml selectPeter Korsgaard2008-06-161-1/+1
|
* Add missing dependsArnar Mar SigurĂ°sson2008-06-011-0/+2
|
* Dump php to version 5.2.6 and add SimpleXML extension to config menuArnar Mar SigurĂ°sson2008-06-011-10/+17
|
* enhancements for phpJohn Voltz2008-03-061-0/+173