Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php: convert to Makefile.autotools.in and other improvements | Peter Korsgaard | 2009-03-04 | 1 | -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 depends | Peter Korsgaard | 2009-02-25 | 1 | -17/+7 |
| | | | | Hunks missing from r25406. | ||||
* | php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends | Peter Korsgaard | 2009-02-21 | 1 | -8/+3 |
| | |||||
* | php: fix sqlite module | Peter Korsgaard | 2009-02-21 | 1 | -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 Korsgaard | 2009-01-30 | 1 | -1/+1 |
| | | | | Package configs should start with BR2_PACKAGE_. | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -16/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | php: fix s/EXIT/EXT/ typo in simplexml select | Peter Korsgaard | 2008-06-16 | 1 | -1/+1 |
| | |||||
* | Add missing depends | Arnar Mar SigurĂ°sson | 2008-06-01 | 1 | -0/+2 |
| | |||||
* | Dump php to version 5.2.6 and add SimpleXML extension to config menu | Arnar Mar SigurĂ°sson | 2008-06-01 | 1 | -10/+17 |
| | |||||
* | enhancements for php | John Voltz | 2008-03-06 | 1 | -0/+173 |