<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/acinclude.m4, branch php-5.6.0alpha3</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-5.5'</title>
<updated>2013-08-16T17:57:55+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-08-16T17:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2251e4369a77eab540db6e08e01fb941b3a62ba7'/>
<id>2251e4369a77eab540db6e08e01fb941b3a62ba7</id>
<content type='text'>
* PHP-5.5:
  With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and Linux are now used.  DTrace is part of Oracle Linux.  See https://oss.oracle.com/projects/DTrace/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and Linux are now used.  DTrace is part of Oracle Linux.  See https://oss.oracle.com/projects/DTrace/
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-08-16T17:49:05+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-08-16T17:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b4ffaf703a243db6bb1026a339376d089dec72d'/>
<id>4b4ffaf703a243db6bb1026a339376d089dec72d</id>
<content type='text'>
* PHP-5.4:
  With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and Linux are now used.  DTrace is part of Oracle Linux.  See https://oss.oracle.com/projects/DTrace/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and Linux are now used.  DTrace is part of Oracle Linux.  See https://oss.oracle.com/projects/DTrace/
</pre>
</div>
</content>
</entry>
<entry>
<title>With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and</title>
<updated>2013-08-16T17:40:50+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-08-16T17:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0ebef462ceb50094e64a8d48bf705594175f86ab'/>
<id>0ebef462ceb50094e64a8d48bf705594175f86ab</id>
<content type='text'>
Linux are now used.  DTrace is part of Oracle Linux.  See
https://oss.oracle.com/projects/DTrace/

This patch does not change DTrace linking for non-Solaris/Linux
platforms.

For SystemTap users on Linux, this patch removes the compilation
warning:
  Warning: Linking the shared library libphp5.la against the
  non-libtool objects Zend/zend_dtrace.d.o is not portable!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Linux are now used.  DTrace is part of Oracle Linux.  See
https://oss.oracle.com/projects/DTrace/

This patch does not change DTrace linking for non-Solaris/Linux
platforms.

For SystemTap users on Linux, this patch removes the compilation
warning:
  Warning: Linking the shared library libphp5.la against the
  non-libtool objects Zend/zend_dtrace.d.o is not portable!
</pre>
</div>
</content>
</entry>
<entry>
<title>unify stdint type usage</title>
<updated>2013-08-06T20:49:56+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-08-06T20:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=14caf174ff219376e4f1234bd297ffe973cc416e'/>
<id>14caf174ff219376e4f1234bd297ffe973cc416e</id>
<content type='text'>
if you need C99 stdint types, just include "php_stdint.h"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if you need C99 stdint types, just include "php_stdint.h"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5'</title>
<updated>2013-08-05T22:46:54+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-08-05T22:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ca0497bba2222c282c39048776a9f61052e67643'/>
<id>ca0497bba2222c282c39048776a9f61052e67643</id>
<content type='text'>
* PHP-5.5:
  NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
  Fixed bug #62691 (solaris sed has no -i switch) Make 'make distclean' remove generated DTrace .h file
  Enable dtrace probes on linux as they are compatible with systemtap
  Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
  Fixed bug #62691 (solaris sed has no -i switch) Make 'make distclean' remove generated DTrace .h file
  Enable dtrace probes on linux as they are compatible with systemtap
  Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2013-08-05T22:40:56+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-08-05T22:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=18f17818a697269fbd93b9ec234640b67972eb23'/>
<id>18f17818a697269fbd93b9ec234640b67972eb23</id>
<content type='text'>
* PHP-5.4:
  NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  NEWS for recent DTrace merges. Remove redundant 'cp' during DTrace install.
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS for recent DTrace merges.</title>
<updated>2013-08-05T22:38:36+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-08-05T22:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=47d66a0b4ea83bc4e1c9bfaa5c478cd42e28337c'/>
<id>47d66a0b4ea83bc4e1c9bfaa5c478cd42e28337c</id>
<content type='text'>
Remove redundant 'cp' during DTrace install.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove redundant 'cp' during DTrace install.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #62691 (solaris sed has no -i switch)</title>
<updated>2013-08-05T22:18:12+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-07-31T16:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3bbe5931bc2b05ff8bcdf217bc6e79f5ac4cd692'/>
<id>3bbe5931bc2b05ff8bcdf217bc6e79f5ac4cd692</id>
<content type='text'>
Make 'make distclean' remove generated DTrace .h file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make 'make distclean' remove generated DTrace .h file
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable dtrace probes on linux as they are compatible with systemtap</title>
<updated>2013-08-05T22:07:04+00:00</updated>
<author>
<name>David Soria Parra</name>
<email>dsp@php.net</email>
</author>
<published>2012-12-03T11:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a5c524f1bee382bb5792069c7a0afac9abdcd3ce'/>
<id>a5c524f1bee382bb5792069c7a0afac9abdcd3ce</id>
<content type='text'>
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #63706: Cannot build PHP-5.5 with --enable-dtrace on Fedora 17</title>
<updated>2013-08-05T21:52:12+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2012-12-16T07:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3c5e22921202bf5451774b23e2a25fb73029fc68'/>
<id>3c5e22921202bf5451774b23e2a25fb73029fc68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
