<feed xmlns='http://www.w3.org/2005/Atom'>
<title>msmith/aports/main/php, branch master</title>
<subtitle>msmith's aports repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/'/>
<entry>
<title>main/php: added apache2 to php-apache2's depends</title>
<updated>2011-04-11T06:56:36+00:00</updated>
<author>
<name>Matt Smith</name>
<email>mcs@darkregion.net</email>
</author>
<published>2011-04-11T06:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=ac0745471c57a75ecf8b9ffc8dabed36ef956688'/>
<id>ac0745471c57a75ecf8b9ffc8dabed36ef956688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: php-pear depends on php-xml, date.timezone defaults to UTC, improved php-doc</title>
<updated>2011-04-09T05:20:25+00:00</updated>
<author>
<name>Matt Smith</name>
<email>mcs@darkregion.net</email>
</author>
<published>2011-04-09T05:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=349f1088905bee1d6d019764326213102198890f'/>
<id>349f1088905bee1d6d019764326213102198890f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: added db depends to db extensions</title>
<updated>2011-04-08T07:09:50+00:00</updated>
<author>
<name>Matt Smith</name>
<email>mcs@darkregion.net</email>
</author>
<published>2011-04-08T07:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=604b69f2490d8cff569394fc539f28d64553c9a3'/>
<id>604b69f2490d8cff569394fc539f28d64553c9a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: fixed remaining dependency issues, added php-ctype, php-enchant, php-xmlreader, gdbm support to php-dba</title>
<updated>2011-04-07T09:36:05+00:00</updated>
<author>
<name>Matt Smith</name>
<email>mcs@darkregion.net</email>
</author>
<published>2011-04-07T09:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=6bcb03d73fe632a69103fcf5a5ecf19e856fdd40'/>
<id>6bcb03d73fe632a69103fcf5a5ecf19e856fdd40</id>
<content type='text'>
Changelog (php-5.3.6-r2 -&gt; r3)
- removed cyrus-sasl-dev from makedepends; php-ldap *could* use it, but
  there are issues with it finding sasl.h (let me know if you fix it)
- added gdbm support to php-dba
- added php-ctype, php-enchant, and php-xmlreader
- removed --disable-all from ./configure line (it's best to keep
  defaults enabled)
- php extensions now depend on the php package
- fixed remaining inter-extension dependency issues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog (php-5.3.6-r2 -&gt; r3)
- removed cyrus-sasl-dev from makedepends; php-ldap *could* use it, but
  there are issues with it finding sasl.h (let me know if you fix it)
- added gdbm support to php-dba
- added php-ctype, php-enchant, and php-xmlreader
- removed --disable-all from ./configure line (it's best to keep
  defaults enabled)
- php extensions now depend on the php package
- fixed remaining inter-extension dependency issues
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: php-xsl depends on php-dom.</title>
<updated>2011-04-06T07:06:32+00:00</updated>
<author>
<name>Kiyoshi Aman</name>
<email>aphrael@alpinelinux.org</email>
</author>
<published>2011-04-06T07:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=8952db922a30db47402c9dce38f479483eea3047'/>
<id>8952db922a30db47402c9dce38f479483eea3047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: improved subpackage dependencies</title>
<updated>2011-04-05T11:17:47+00:00</updated>
<author>
<name>Matt Smith</name>
<email>mcs@darkregion.net</email>
</author>
<published>2011-04-05T11:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=dcd1f5b67f797d77535a5c9ab53bad11819da64a'/>
<id>dcd1f5b67f797d77535a5c9ab53bad11819da64a</id>
<content type='text'>
- php-sqlite now depends on php-pdo_sqlite in order to fix a dependency
  issue
- php-pdo_* now depends on php-pdo
- added --disable-all to configure line and added php-dom as a shared
  module,  as a result
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- php-sqlite now depends on php-pdo_sqlite in order to fix a dependency
  issue
- php-pdo_* now depends on php-pdo
- added --disable-all to configure line and added php-dom as a shared
  module,  as a result
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: upgraded to 5.3.6 and took over maintainership</title>
<updated>2011-03-24T05:58:01+00:00</updated>
<author>
<name>Matt Smith</name>
<email>mcs@darkregion.net</email>
</author>
<published>2011-03-24T05:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=c94b4d2c54468b7397659fe1cfd0ed8856827a68'/>
<id>c94b4d2c54468b7397659fe1cfd0ed8856827a68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: fix php-dev package and cleanup building</title>
<updated>2011-03-04T18:51:54+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-04T18:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=b891887975dae1306d18fbb51067b1eabc845d8a'/>
<id>b891887975dae1306d18fbb51067b1eabc845d8a</id>
<content type='text'>
- install all in $pkgdir first, then move to subpackages this is
  alpine style and prevents -dev package be broken
- move duplicate code to function _do_build
- build the variants out of source tree. only copy object files
  this saves space
- build cli, cgi and pear in one shot. saves one build (of cli)
- move phpize to php-cli. seems like pecl needs it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- install all in $pkgdir first, then move to subpackages this is
  alpine style and prevents -dev package be broken
- move duplicate code to function _do_build
- build the variants out of source tree. only copy object files
  this saves space
- build cli, cgi and pear in one shot. saves one build (of cli)
- move phpize to php-cli. seems like pecl needs it.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: added safty check for API version</title>
<updated>2011-03-02T09:42:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-02T09:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=4f5884fe4c2b8043a8c7667862a37085c1a39a20'/>
<id>4f5884fe4c2b8043a8c7667862a37085c1a39a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/php: set executable permission on phpize</title>
<updated>2011-02-25T11:29:36+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-02-25T11:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/msmith/aports/commit/?id=f9bda5c141333938749a2998cdf5e84de39b0363'/>
<id>f9bda5c141333938749a2998cdf5e84de39b0363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
