summaryrefslogtreecommitdiffstats
path: root/package/php/Config.ext
Commit message (Collapse)AuthorAgeFilesLines
* 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