<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/package/php, branch 2009.05_rc1</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2009.05_rc1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2009-03-05T21:38:36Z</updated>
<entry>
<title>php: touch post-install stamp file</title>
<updated>2009-03-05T21:38:36Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-05T21:38:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b8a8f1c434d618ce7c603da4aa2e4b59a3d76515'/>
<id>urn:sha1:b8a8f1c434d618ce7c603da4aa2e4b59a3d76515</id>
<content type='text'>
</content>
</entry>
<entry>
<title>php: only overwrite php.ini if not present in target_skeleton</title>
<updated>2009-03-04T20:58:12Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-04T20:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=ee0bbc04ff0314526400e8b721dbcccb32eda913'/>
<id>urn:sha1:ee0bbc04ff0314526400e8b721dbcccb32eda913</id>
<content type='text'>
Allow platforms to provide a custom php.ini in their target_skeleton.
</content>
</entry>
<entry>
<title>php: convert to Makefile.autotools.in and other improvements</title>
<updated>2009-03-04T20:58:08Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-04T20:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7685dd41e1fe71ab80be283a4fac1671678dbad6'/>
<id>urn:sha1:7685dd41e1fe71ab80be283a4fac1671678dbad6</id>
<content type='text'>
Patch by Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;

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
</content>
</entry>
<entry>
<title>php: bump version</title>
<updated>2009-03-02T19:05:33Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-02T19:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0d5dfaa08564b18b999a5ac8c3da03a3353db22e'/>
<id>urn:sha1:0d5dfaa08564b18b999a5ac8c3da03a3353db22e</id>
<content type='text'>
Fixes Fixes CVE-2008-5498, closes #137.

Patch by Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
</content>
</entry>
<entry>
<title>php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends</title>
<updated>2009-02-25T19:51:41Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-25T19:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=416c62614241b221ad8e043c10dd41cd4ebef22b'/>
<id>urn:sha1:416c62614241b221ad8e043c10dd41cd4ebef22b</id>
<content type='text'>
Hunks missing from r25406.
</content>
</entry>
<entry>
<title>php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends</title>
<updated>2009-02-21T09:06:48Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-21T09:06:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9a1333bcc7553b85fa2ca9da9c0c201fed2ec899'/>
<id>urn:sha1:9a1333bcc7553b85fa2ca9da9c0c201fed2ec899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>php: fix sqlite module</title>
<updated>2009-02-21T09:06:43Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-21T09:06:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0524852e7a89d8e10ee39c566ff4383b2030edb1'/>
<id>urn:sha1:0524852e7a89d8e10ee39c566ff4383b2030edb1</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>php: use alternative download URL so we can use DOWNLOAD macro</title>
<updated>2009-02-20T21:55:32Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-20T21:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=21e3fa22ee016f829a22759cd022b1c32aa00c42'/>
<id>urn:sha1:21e3fa22ee016f829a22759cd022b1c32aa00c42</id>
<content type='text'>
As noted by Solar on IRC.
</content>
</entry>
<entry>
<title>php: don't use DOWNLOAD macro</title>
<updated>2009-02-20T15:13:50Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-02-20T15:13:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=01ea62911ec1de12f8c865ec6467141c3b9e72b1'/>
<id>urn:sha1:01ea62911ec1de12f8c865ec6467141c3b9e72b1</id>
<content type='text'>
php.net only offers downloads though a strange php script with the file name
embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD
macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET).

This ofcourse means that the primary site / fallback mirror stuff isn't used.
</content>
</entry>
<entry>
<title>readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/</title>
<updated>2009-01-30T09:54:59Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-01-30T09:54:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a72794391a1e8d93f5e16c2b68f28fb9616df794'/>
<id>urn:sha1:a72794391a1e8d93f5e16c2b68f28fb9616df794</id>
<content type='text'>
Package configs should start with BR2_PACKAGE_.
</content>
</entry>
</feed>
