<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/mbstring/libmbfl, branch php-7.0.0alpha2</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>added missing parentheses</title>
<updated>2015-03-09T06:45:11+00:00</updated>
<author>
<name>Masaki Kagaya</name>
<email>masakielastic@gmail.com</email>
</author>
<published>2015-02-18T14:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d81d7ff70657554f3524b5728cfb1db0ae5a4ae'/>
<id>9d81d7ff70657554f3524b5728cfb1db0ae5a4ae</id>
<content type='text'>
added test case for bug #68846
replaced tab with space
added missing parentheses again
See also: http://icu-project.org/docs/papers/gb18030.html#h7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added test case for bug #68846
replaced tab with space
added missing parentheses again
See also: http://icu-project.org/docs/papers/gb18030.html#h7
</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>typo fixes - https://github.com/vlajos/misspell_fixer</title>
<updated>2014-11-23T22:52:47+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-11-20T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=06fdf359e3217f795fded77e337d5417426b8d64'/>
<id>06fdf359e3217f795fded77e337d5417426b8d64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaces php5 with php7, without whitespace changes.</title>
<updated>2014-09-20T08:01:44+00:00</updated>
<author>
<name>Florian MARGAINE</name>
<email>florian@margaine.com</email>
</author>
<published>2014-09-20T08:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cf0303e7824c3e20e9db240f9d4e4b154cc2a72d'/>
<id>cf0303e7824c3e20e9db240f9d4e4b154cc2a72d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed another cvsclean file</title>
<updated>2014-06-09T02:28:06+00:00</updated>
<author>
<name>Sobak</name>
<email>msobaczewski@gmail.com</email>
</author>
<published>2014-05-10T11:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=00c362c1f6ca888f64902c87c10da0d77ec0766c'/>
<id>00c362c1f6ca888f64902c87c10da0d77ec0766c</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-10-20T10:51:17+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2013-10-20T10:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=df31eb8fdcd3f1d45a799c397c8ca8573a76551b'/>
<id>df31eb8fdcd3f1d45a799c397c8ca8573a76551b</id>
<content type='text'>
* PHP-5.4:
  - Fixed possible uninitialized scalar variable usage (spotted by Coverity)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  - Fixed possible uninitialized scalar variable usage (spotted by Coverity)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed possible uninitialized scalar variable usage (spotted by Coverity)</title>
<updated>2013-10-20T10:51:09+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2013-10-20T10:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=33d377e7012865e1622e58886416653ec874dcd7'/>
<id>33d377e7012865e1622e58886416653ec874dcd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: fixed #65045: mb_convert_encoding breaks well-formed character.</title>
<updated>2013-07-30T23:46:54+00:00</updated>
<author>
<name>Rui Hirokawa</name>
<email>hirokawa@php.net</email>
</author>
<published>2013-07-30T23:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0a974f14d13832838dcc7bae88b3271b7d035f46'/>
<id>0a974f14d13832838dcc7bae88b3271b7d035f46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: fixed #65045: mb_convert_encoding breaks well-formed character.</title>
<updated>2013-07-30T23:17:15+00:00</updated>
<author>
<name>Rui Hirokawa</name>
<email>hirokawa@php.net</email>
</author>
<published>2013-07-30T23:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c10d7e1afc63f0a0eaadb115560cc3ca626eb245'/>
<id>c10d7e1afc63f0a0eaadb115560cc3ca626eb245</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
