summaryrefslogtreecommitdiff
path: root/package/php/Config.ext
AgeCommit message (Collapse)Author
2009-02-25php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard
Hunks missing from r25406.
2009-02-21php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard
2009-02-21php: fix sqlite modulePeter Korsgaard
- 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.
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-16php: fix s/EXIT/EXT/ typo in simplexml selectPeter Korsgaard
2008-06-01Add missing dependsArnar Mar SigurĂ°sson
2008-06-01Dump php to version 5.2.6 and add SimpleXML extension to config menuArnar Mar SigurĂ°sson
2008-03-06enhancements for phpJohn Voltz