Bug 143

Summary: Convert php package to Makefile.autotools.in and a ton of other improvements
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Convert php to Makefile.autotools.in and other improvements

Description Gustavo Zacarias 2009-03-04 16:48:55 UTC
Created attachment 103 [details]
Convert php to Makefile.autotools.in and other improvements

This patch is a biggie:

* 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

Remember this one obsoletes my previous bugs #5, #77 and #141.
Hope i'm not stepping into someone's toes...
Comment 1 Peter Korsgaard 2009-03-04 20:59:05 UTC
Thanks! Committed as r25531.
Comment 2 Peter Korsgaard 2009-03-04 20:59:47 UTC
*** Bug 5 has been marked as a duplicate of this bug. ***
Comment 3 Peter Korsgaard 2009-03-04 21:00:34 UTC
*** Bug 77 has been marked as a duplicate of this bug. ***
Comment 4 Peter Korsgaard 2009-03-04 21:01:46 UTC
*** Bug 141 has been marked as a duplicate of this bug. ***