<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-5.4.43</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>Better fix for bug #69958</title>
<updated>2015-07-07T16:38:31+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-07-07T05:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=885edfef0a0eb1016a906d197399f92375a795e4'/>
<id>885edfef0a0eb1016a906d197399f92375a795e4</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 #69669 (mysqlnd is vulnerable to BACKRONYM)</title>
<updated>2015-07-07T16:38:31+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-07-05T07:00:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=97aa752fee61fccdec361279adbfb17a3c60f3f4'/>
<id>97aa752fee61fccdec361279adbfb17a3c60f3f4</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 #69923 - Buffer overflow and stack smashing error in phar_fix_filepath</title>
<updated>2015-07-07T16:38:31+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-07-05T06:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6dedeb40db13971af45276f80b5375030aa7e76f'/>
<id>6dedeb40db13971af45276f80b5375030aa7e76f</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 #69958 - Segfault in Phar::convertToData on invalid file</title>
<updated>2015-07-07T16:38:30+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-07-05T04:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bf58162ddf970f63502837f366930e44d6a992cf'/>
<id>bf58162ddf970f63502837f366930e44d6a992cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing second argument for ucfirst to the proto</title>
<updated>2015-07-07T13:48:55+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2015-07-07T13:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=29533ae528af6ddf2ea93228721e75c6b94370fc'/>
<id>29533ae528af6ddf2ea93228721e75c6b94370fc</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 'pull-request/1350' into PHP-5.4</title>
<updated>2015-06-29T03:18:56+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-06-29T01:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd9c39d77ce22e5e377f9f23474c20374d76a10a'/>
<id>cd9c39d77ce22e5e377f9f23474c20374d76a10a</id>
<content type='text'>
* pull-request/1350:
  Move strlen() check to php_mail_detect_multiple_crlf()
  Fixed Bug #69874 : Can't set empty additional_headers for mail()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/1350:
  Move strlen() check to php_mail_detect_multiple_crlf()
  Fixed Bug #69874 : Can't set empty additional_headers for mail()
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #69768 (escapeshell*() doesn't cater to !)</title>
<updated>2015-06-23T22:15:55+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-23T22:15:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a621781fdb733167f37027f02bf612696f892d07'/>
<id>a621781fdb733167f37027f02bf612696f892d07</id>
<content type='text'>
When delayed variable substitution is enabled (can be set in the
Registry, for instance), !ENV! works similar to %ENV%, and so ! should
be escaped like %.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When delayed variable substitution is enabled (can be set in the
Registry, for instance), !ENV! works similar to %ENV%, and so ! should
be escaped like %.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move strlen() check to php_mail_detect_multiple_crlf()</title>
<updated>2015-06-19T06:17:56+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2015-06-19T06:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d263ecd8640697d6cde4b71ec722e8a2e5022dcf'/>
<id>d263ecd8640697d6cde4b71ec722e8a2e5022dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Bug #69874 : Can't set empty additional_headers for mail()</title>
<updated>2015-06-19T03:19:12+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2015-06-19T03:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dacea3f6fb3f84c79a3412b24547eb2c636754f6'/>
<id>dacea3f6fb3f84c79a3412b24547eb2c636754f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #69689 (Align PCRE_MINOR with current version)</title>
<updated>2015-06-18T14:30:21+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2015-06-18T14:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cc7194dd10f9822d882d1cbd259d4208ccc82671'/>
<id>cc7194dd10f9822d882d1cbd259d4208ccc82671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
