<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/php, branch 2009.08</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.08</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.08'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-06-23T07:26:27Z</updated>
<entry>
<title>php: bump version</title>
<updated>2009-06-23T07:26:27Z</updated>
<author>
<name>Gustavo Zacarias</name>
<email>gustavo@zacarias.com.ar</email>
</author>
<published>2009-06-23T07:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=93308ccba3c743297d231f06a5a1fc0523d7e404'/>
<id>urn:sha1:93308ccba3c743297d231f06a5a1fc0523d7e404</id>
<content type='text'>
Closes #409.

php-5.2.10 is out, mostly misc bugfixes, one small security fix:

Security Enhancements and Fixes in PHP 5.2.10:

    * Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg
files). (Pierre)

Key enhancements in PHP 5.2.10 include:

    * Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
    * Fixed memory corruptions while reading properties of zip files. (Ilia)
    * Fixed memory leak in ob_get_clean/ob_get_flush. (Christian)
    * Fixed segfault on invalid session.save_path. (Hannes)
    * Fixed leaks in imap when a mail_criteria is used. (Pierre)
    * Changed default value of array_unique()'s optional sorting type parameter
back to SORT_STRING to fix backwards compatibility breakage introduced in PHP
5.2.9. (Moriyoshi)
    * Fixed bug #47940 (memory leaks in imap_body). (Pierre, Jake Levitt)
    * Fixed bug #47903 ("@" operator does not work with string offsets).
(Felipe)
    * Fixed bug #47644 (Valid integers are truncated with json_decode()).
(Scott)
    * Fixed bug #47564 (unpacking unsigned long 32bit big endian returns wrong
result). (Ilia)
    * Fixed bug #47365 (ip2long() may allow some invalid values on certain
64bit systems).
    * Over 100 bug fixes.

Signed-off-by: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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.bnewbold.net/buildroot-novena/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>
</feed>
