<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/acinclude.m4, branch php-5.5.20</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.4' into PHP-5.5</title>
<updated>2014-08-17T12:48:22+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2014-08-17T12:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be2128c8050fd8d22604acb0e225891551c81c8c'/>
<id>be2128c8050fd8d22604acb0e225891551c81c8c</id>
<content type='text'>
* PHP-5.4:
  typofixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  typofixes
</pre>
</div>
</content>
</entry>
<entry>
<title>typofixes</title>
<updated>2014-08-17T12:44:02+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-08-12T21:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3f42f2f5d1c8026b6e1d21b91857a08d918c28c8'/>
<id>3f42f2f5d1c8026b6e1d21b91857a08d918c28c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-06-06T12:18:17+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-06-06T12:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=38e11dfaee336e4eaadf7cf10d45ae67e380392c'/>
<id>38e11dfaee336e4eaadf7cf10d45ae67e380392c</id>
<content type='text'>
* PHP-5.4:
  NEWS
  Fix bug #67390 insecure temporary file use in the configure script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  NEWS
  Fix bug #67390 insecure temporary file use in the configure script
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #67390 insecure temporary file use in the configure script</title>
<updated>2014-06-06T12:16:04+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-06-06T12:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=91bcadd85e20e50d3f8c2e9721327681640e6f16'/>
<id>91bcadd85e20e50d3f8c2e9721327681640e6f16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>
</feed>
