<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/configure.ac, branch php-7.4.0</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>Update versions for PHP 7.4.0</title>
<updated>2019-11-26T20:13:31+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2019-11-26T20:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3c7824e16ec4c3cee417262445d2c2b66531c10f'/>
<id>3c7824e16ec4c3cee417262445d2c2b66531c10f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78788: ./configure generates invalid php_version.h</title>
<updated>2019-11-07T09:01:02+00:00</updated>
<author>
<name>max</name>
<email>max@swk-web.com</email>
</author>
<published>2019-11-07T06:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0988f6963420ab26b7804e080380b813ca79cfa8'/>
<id>0988f6963420ab26b7804e080380b813ca79cfa8</id>
<content type='text'>
Change $SED to "${SED}" such that the IFS is not used to split the
output of that variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change $SED to "${SED}" such that the IFS is not used to split the
output of that variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove configure checks for supported instruction sets"</title>
<updated>2019-11-04T10:32:46+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-11-04T10:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=451314111b9942c8389415f04e9017c3e3d3cb56'/>
<id>451314111b9942c8389415f04e9017c3e3d3cb56</id>
<content type='text'>
This reverts commit edccf32f7f36a8bc759b9482737e0c3efcb3a005.

This was reported to cause issues for as yet unknown reasons in
bug #78769. As this was intended as code cleanup, revert this from
7.4 at least. May reapply it to master later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit edccf32f7f36a8bc759b9482737e0c3efcb3a005.

This was reported to cause issues for as yet unknown reasons in
bug #78769. As this was intended as code cleanup, revert this from
7.4 at least. May reapply it to master later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove configure checks for supported instruction sets</title>
<updated>2019-10-31T10:27:53+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-31T10:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=edccf32f7f36a8bc759b9482737e0c3efcb3a005'/>
<id>edccf32f7f36a8bc759b9482737e0c3efcb3a005</id>
<content type='text'>
These were checking whether the instruction set is supported by
the host CPU, however they were only used to condition on whether
this instruction set is targeted at all. It would still use dynamic
dispatch (e.g. based on ifunc resolvers) to select the actual
implementation. Whether the target is guaranteed to support the
instruction set without dispatch is determined based on pre-defined
macros like __SSE2__.

This removes the configure-time builtin cpu checks to remove
confusion. Additionally this allows targeting an architecture that
is newer than the host architecture.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were checking whether the instruction set is supported by
the host CPU, however they were only used to condition on whether
this instruction set is targeted at all. It would still use dynamic
dispatch (e.g. based on ifunc resolvers) to select the actual
implementation. Whether the target is guaranteed to support the
instruction set without dispatch is determined based on pre-defined
macros like __SSE2__.

This removes the configure-time builtin cpu checks to remove
confusion. Additionally this allows targeting an architecture that
is newer than the host architecture.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove configure checks for ltp when using --enable-gcov</title>
<updated>2019-10-11T14:51:03+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-11T14:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3718a955263b6d8ad2735f32df8f99567203726e'/>
<id>3718a955263b6d8ad2735f32df8f99567203726e</id>
<content type='text'>
gcov builds can also be used with other tools like gcovr, so remove
the hard dependency on LTP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcov builds can also be used with other tools like gcovr, so remove
the hard dependency on LTP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI"</title>
<updated>2019-10-10T13:28:59+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-10-10T13:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=33958ccb3600daa3a3b96671aadada5e75bfd075'/>
<id>33958ccb3600daa3a3b96671aadada5e75bfd075</id>
<content type='text'>
This reverts commit db094b4b2e5ef0f0c30f412ce3a2516e31e17da7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit db094b4b2e5ef0f0c30f412ce3a2516e31e17da7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI</title>
<updated>2019-09-17T12:43:00+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-09-17T12:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=db094b4b2e5ef0f0c30f412ce3a2516e31e17da7'/>
<id>db094b4b2e5ef0f0c30f412ce3a2516e31e17da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78460: PEAR installation failure</title>
<updated>2019-08-30T02:26:05+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-08-28T15:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=18a2f0849ff644b2e7921e287d5ae9e84a19aa71'/>
<id>18a2f0849ff644b2e7921e287d5ae9e84a19aa71</id>
<content type='text'>
When building PHP outside of the source tree:

  mkdir custom-build-dir
  cd custom-build-dir
  ../path/to/php-src/configure

The directories need to be manually created including the pear directory
so the pear installation PHAR file doesn't need to be downloaded from
the remote location.

Closes GH-4639
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When building PHP outside of the source tree:

  mkdir custom-build-dir
  cd custom-build-dir
  ../path/to/php-src/configure

The directories need to be manually created including the pear directory
so the pear installation PHAR file doesn't need to be downloaded from
the remote location.

Closes GH-4639
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated Libtool hack for macs</title>
<updated>2019-07-24T19:40:21+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-24T19:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=793dfa91bb6317dcf4aee7a59ef5ffa0d621abdd'/>
<id>793dfa91bb6317dcf4aee7a59ef5ffa0d621abdd</id>
<content type='text'>
This was once relevant for older versions of macs and autoconf 2.13.

Closes GH-4435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was once relevant for older versions of macs and autoconf 2.13.

Closes GH-4435
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate socklen_t check</title>
<updated>2019-07-18T10:11:19+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-18T10:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bbdbc2658cb60b42652a398571de6402b5007f54'/>
<id>bbdbc2658cb60b42652a398571de6402b5007f54</id>
<content type='text'>
- Use Autoconf's default AC_CHECK_TYPES

Closes GH-4418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use Autoconf's default AC_CHECK_TYPES

Closes GH-4418
</pre>
</div>
</content>
</entry>
</feed>
