<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/acinclude.m4, branch php-7.2.31</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>Use ICU's CXXFLAGS when using pkg-config</title>
<updated>2019-10-23T09:17:37+00:00</updated>
<author>
<name>Ryan Schmidt</name>
<email>git@ryandesign.com</email>
</author>
<published>2019-10-22T21:19:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8daf96cef35c114b9e9cbcc47fc8602be74754d3'/>
<id>8daf96cef35c114b9e9cbcc47fc8602be74754d3</id>
<content type='text'>
This mirrors how ICU's CXXFLAGS are already used when using icu-config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mirrors how ICU's CXXFLAGS are already used when using icu-config.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "-pthread" to EXTRA_LDFLAGS_PROGRAM as well</title>
<updated>2019-10-23T09:06:51+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-23T09:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa89c41f378894dc623374dd03c36a9fa16410a9'/>
<id>fa89c41f378894dc623374dd03c36a9fa16410a9</id>
<content type='text'>
This is a backport of c518932c0326a938f0fd0254f2adb03b1cddfbca
from the PHP 7.4 branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a backport of c518932c0326a938f0fd0254f2adb03b1cddfbca
from the PHP 7.4 branch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pkg-config version constraint for ICU</title>
<updated>2019-09-02T07:36:20+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-09-02T07:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5a0980f1d92ed96c45c93a25a30bfa0919831f11'/>
<id>5a0980f1d92ed96c45c93a25a30bfa0919831f11</id>
<content type='text'>
On PHP 7.2 our minimum ICU version is 4.0, not 40.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On PHP 7.2 our minimum ICU version is 4.0, not 40.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider phpdbg as cli</title>
<updated>2019-03-27T09:38:03+00:00</updated>
<author>
<name>Samuele Kaplun</name>
<email>kaplun@protonmail.com</email>
</author>
<published>2018-09-18T12:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=79f046f89e187312cec3715bffc1a8b101f57531'/>
<id>79f046f89e187312cec3715bffc1a8b101f57531</id>
<content type='text'>
* When configuring extensions, considers the PHPDBG SAPI as CLI thus
  allowing e.g. to have the pcntl extension available within PHPDBG.

Signed-off-by: Samuele Kaplun &lt;kaplun@protonmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* When configuring extensions, considers the PHPDBG SAPI as CLI thus
  allowing e.g. to have the pcntl extension available within PHPDBG.

Signed-off-by: Samuele Kaplun &lt;kaplun@protonmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix shared module generation on AIX bug #77676</title>
<updated>2019-03-02T17:45:55+00:00</updated>
<author>
<name>Kevin Adler</name>
<email>kadler@us.ibm.com</email>
</author>
<published>2019-02-18T17:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=700f876a1ae5957bda027b36b1fdf3ffdbe57f6f'/>
<id>700f876a1ae5957bda027b36b1fdf3ffdbe57f6f</id>
<content type='text'>
Makefiles for PHP extensions generated by phpize expect the PHP_MODULES
to contain a list of libtool .la files so that it can read the $dlname
variable from them by sourcing them in to a shell. On AIX, the code was
setting PHP_MODULES to a list of .so files, which meant the dlname was
blank, preventing the tests from being able to run.

Change the AIX code path in the PHP_SHARED_MODULE macro to match the
output on other platforms, using libtool .la files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makefiles for PHP extensions generated by phpize expect the PHP_MODULES
to contain a list of libtool .la files so that it can read the $dlname
variable from them by sourcing them in to a shell. On AIX, the code was
setting PHP_MODULES to a list of .so files, which meant the dlname was
blank, preventing the tests from being able to run.

Change the AIX code path in the PHP_SHARED_MODULE macro to match the
output on other platforms, using libtool .la files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pkg-config for ICU, as the old icu-config has been deprecated</title>
<updated>2019-02-07T10:18:32+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2019-02-06T10:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e2edaa0ceeb4dad61b8d38312c18cb73b160e13e'/>
<id>e2edaa0ceeb4dad61b8d38312c18cb73b160e13e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace in source code files</title>
<updated>2018-10-13T12:14:50+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-13T12:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=902d39a3a79c6efe93c8879575fdd5a759cf03de'/>
<id>902d39a3a79c6efe93c8879575fdd5a759cf03de</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-7.1' into PHP-7.2</title>
<updated>2018-04-05T12:54:14+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-04-05T12:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7768f5e2decfed03515f4bc7cdb3536a3c575a52'/>
<id>7768f5e2decfed03515f4bc7cdb3536a3c575a52</id>
<content type='text'>
* PHP-7.1:
  Rename var
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Rename var
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename var</title>
<updated>2018-04-05T12:52:40+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-04-05T12:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ed5aabe8b78d8487ffc6091e0670753d59bb7f5a'/>
<id>ed5aabe8b78d8487ffc6091e0670753d59bb7f5a</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-7.1' into PHP-7.2</title>
<updated>2018-03-28T16:04:09+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-03-28T16:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4e39968e4d81087f85d7b306363dccb8f5108178'/>
<id>4e39968e4d81087f85d7b306363dccb8f5108178</id>
<content type='text'>
* PHP-7.1:
  Fixed bug #76153 Intl compilation fails with icu4c 61.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fixed bug #76153 Intl compilation fails with icu4c 61.1
</pre>
</div>
</content>
</entry>
</feed>
