<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/bcmath/libbcmath/src/init.c, branch php-7.2.2</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>Remove dead code from BCMath extension</title>
<updated>2017-03-16T11:23:55+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@hotmail.co.uk</email>
</author>
<published>2017-03-15T17:09:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d9defa29aafd3b8cfaed8c6e3f8e59c98d0fcb7'/>
<id>9d9defa29aafd3b8cfaed8c6e3f8e59c98d0fcb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unnecessary allocator return value checks</title>
<updated>2017-03-13T21:07:15+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-03-12T16:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=edcabf6d070fd21d7681345fa90976f40c8f564e'/>
<id>edcabf6d070fd21d7681345fa90976f40c8f564e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #73190: memcpy negative parameter _bc_new_num_ex</title>
<updated>2016-10-12T17:48:25+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-10-03T07:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=74b5662536ccdf9b7b02c495f02a27c64e27fff7'/>
<id>74b5662536ccdf9b7b02c495f02a27c64e27fff7</id>
<content type='text'>
(cherry picked from commit 40e7baab3c90001beee4c8f0ed0ef79ad18ee0d6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 40e7baab3c90001beee4c8f0ed0ef79ad18ee0d6)
</pre>
</div>
</content>
</entry>
<entry>
<title>trailing whitespace removal</title>
<updated>2015-01-10T23:07:38+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-01-03T09:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc'/>
<id>b7a7b1a624c97945c0aaa49d46ae996fc0bdb6bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first shot remove TSRMLS_* things</title>
<updated>2014-12-13T22:06:14+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2014-12-13T22:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bdeb220f48825642f84cdbf3ff23a30613c92e86'/>
<id>bdeb220f48825642f84cdbf3ff23a30613c92e86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use safe_emalloc()</title>
<updated>2007-07-10T11:07:56+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2007-07-10T11:07:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2d42310d66a2108d1f0c68ee34bf4f356c4e5aac'/>
<id>2d42310d66a2108d1f0c68ee34bf4f356c4e5aac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Brought ext/bcmath to the new millennium</title>
<updated>2003-12-09T23:59:33+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-12-09T23:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a08c1e4dce535ba70a5e3d954fce1a3b05411f4b'/>
<id>a08c1e4dce535ba70a5e3d954fce1a3b05411f4b</id>
<content type='text'>
# consistency..

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# consistency..

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all traces of _bc_Free_list - it's not used anymore</title>
<updated>2002-11-29T17:59:30+00:00</updated>
<author>
<name>Sander Roobol</name>
<email>sander@php.net</email>
</author>
<published>2002-11-29T17:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=348b429b5b422c8b7d21dd4773d5934b1ae76a2d'/>
<id>348b429b5b422c8b7d21dd4773d5934b1ae76a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made bcmath extension thread safe.</title>
<updated>2002-11-22T09:25:29+00:00</updated>
<author>
<name>Sander Roobol</name>
<email>sander@php.net</email>
</author>
<published>2002-11-22T09:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f200f739d8089ac0156ea4064696d32fff45692c'/>
<id>f200f739d8089ac0156ea4064696d32fff45692c</id>
<content type='text'>
@Made bcmath extension thread safe. (Sander)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@Made bcmath extension thread safe. (Sander)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Revert previous patch</title>
<updated>2002-11-20T20:03:01+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2002-11-20T20:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b0528dbe5eb79d2aafad5b368fa5481fe2c3c0c1'/>
<id>b0528dbe5eb79d2aafad5b368fa5481fe2c3c0c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
