<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-php/modphp, branch daisy-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=daisy-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=daisy-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2014-05-03T18:47:03+00:00</updated>
<entry>
<title>modphp: fix for S != B</title>
<updated>2014-05-03T18:47:03+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2014-05-01T10:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=09ec4b8eaf9950824bc2bb9a1364e65b9a47bc54'/>
<id>urn:sha1:09ec4b8eaf9950824bc2bb9a1364e65b9a47bc54</id>
<content type='text'>
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>modphp: add phpize to scan for absolute paths</title>
<updated>2014-04-06T12:29:32+00:00</updated>
<author>
<name>Joe Slater</name>
<email>jslater@windriver.com</email>
</author>
<published>2014-03-27T20:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a60bf8c73adecf68d048c7725773d0772b22873e'/>
<id>urn:sha1:a60bf8c73adecf68d048c7725773d0772b22873e</id>
<content type='text'>
sstate processing for items in sysroot scans certain
file name patterns for absolute paths to be adjusted
when items are installed into sysroot from sstate.
phpize is not one of these patterns (surprise!) so we
add it to the list.

Signed-off-by: Joe Slater &lt;jslater@windriver.com&gt;
</content>
</entry>
<entry>
<title>modphp: update to 5.5.10</title>
<updated>2014-03-17T10:46:59+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2014-03-10T19:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c4300f55a9c3227b10a9bc006a91043423af2bd9'/>
<id>urn:sha1:c4300f55a9c3227b10a9bc006a91043423af2bd9</id>
<content type='text'>
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>modphp: upgrade to 5.5.9</title>
<updated>2014-03-06T12:12:14+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2014-01-12T15:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c41b7e0608be1e5621ba2d1f972491c5cde0f9b1'/>
<id>urn:sha1:c41b7e0608be1e5621ba2d1f972491c5cde0f9b1</id>
<content type='text'>
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>modphp: enable endian check</title>
<updated>2013-12-12T12:04:53+00:00</updated>
<author>
<name>Chong Lu</name>
<email>Chong.Lu@windriver.com</email>
</author>
<published>2013-12-10T10:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a03936118f8cb65458a2a25bcf92469822b08f14'/>
<id>urn:sha1:a03936118f8cb65458a2a25bcf92469822b08f14</id>
<content type='text'>
Previously, modphp estimates endian on host rather than checks it on
target. If the host is little-endian and the target is big-endian,
modphp claims that endian is little. As a result, a memory location
that it is not allowed to access when calling libphp5.so module on
target. It will occur segmentation fault.
This patch enables endian check support for modphp.

Signed-off-by: Chong Lu &lt;Chong.Lu@windriver.com&gt;
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>modphp: update to 5.5.2</title>
<updated>2013-08-27T15:39:31+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-08-19T13:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=128283fee4a3bf82c5116cf7371312e1461d1fcf'/>
<id>urn:sha1:128283fee4a3bf82c5116cf7371312e1461d1fcf</id>
<content type='text'>
* LIC_FILES_CHKSUM needed to change because the copyright year changed
* Enabled mcrypt since upstream recommend this for acceptable
  performance (and we now have a libmcrypt recipe in meta-oe)
* Disabled the opcache; this is a new feature in 5.5 and the configure
  check for it currently breaks when cross-compiling.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>modphp: fix re-exec of do_install</title>
<updated>2013-05-14T22:47:37+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-05-10T15:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e1e316edeec9c0e9ad12cc0f0d3d73d4d699bef3'/>
<id>urn:sha1:e1e316edeec9c0e9ad12cc0f0d3d73d4d699bef3</id>
<content type='text'>
Copying files and then modifying them is preferred rather than the other
way around because then the modification can never be run twice if the
function is re-executed on an existing work directory.

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>modphp: fix text relocation QA warning</title>
<updated>2013-05-14T22:47:37+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-05-10T14:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=25ddcf5d9e13d89f4e196ca6f5724ef73524841d'/>
<id>urn:sha1:25ddcf5d9e13d89f4e196ca6f5724ef73524841d</id>
<content type='text'>
Fixes the following warning:

WARNING: QA Issue: ELF binary '${WORKDIR}/packages-split/modphp/usr/lib/apache2/modules/libphp5.so' has relocations in .text

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>modphp: update to 5.4.15</title>
<updated>2013-05-14T22:47:37+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-05-10T14:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3f5eb8849c32574f59e4a7f6a51f9261c40b3463'/>
<id>urn:sha1:3f5eb8849c32574f59e4a7f6a51f9261c40b3463</id>
<content type='text'>
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>modphp: update to 5.4.14</title>
<updated>2013-04-29T09:24:29+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>marcin.juszkiewicz@linaro.org</email>
</author>
<published>2013-04-25T08:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e0851379ef6c3f3b4e6a63edba2a099211b70693'/>
<id>urn:sha1:e0851379ef6c3f3b4e6a63edba2a099211b70693</id>
<content type='text'>
Only build tested.

Signed-off-by: Marcin Juszkiewicz &lt;marcin.juszkiewicz@linaro.org&gt;
</content>
</entry>
</feed>
