<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/tests/basic, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-8.0'</title>
<updated>2020-12-23T12:53:19+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-12-23T12:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=89d4b6b790472ca4081f61b8e6fbbea170ea00ad'/>
<id>89d4b6b790472ca4081f61b8e6fbbea170ea00ad</id>
<content type='text'>
* PHP-8.0:
  Fix #80384: limit read buffer size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-8.0:
  Fix #80384: limit read buffer size
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2020-12-23T12:52:45+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-12-23T12:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7d9ddd61ecc2c99be8709cfa6b51e716343ad5da'/>
<id>7d9ddd61ecc2c99be8709cfa6b51e716343ad5da</id>
<content type='text'>
* PHP-7.4:
  Fix #80384: limit read buffer size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fix #80384: limit read buffer size
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #80384: limit read buffer size</title>
<updated>2020-12-23T12:49:56+00:00</updated>
<author>
<name>Adam Seitz</name>
<email>adamjseitz@gmail.com</email>
</author>
<published>2020-12-01T23:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=70dfbe00684eb1c31d5b49f643e4736696c3b7df'/>
<id>70dfbe00684eb1c31d5b49f643e4736696c3b7df</id>
<content type='text'>
In the case of a stream with no filters, php_stream_fill_read_buffer
only reads stream-&gt;chunk_size into the read buffer. If the stream has
filters attached, it could unnecessarily buffer a large amount of data.

With this change, php_stream_fill_read_buffer only proceeds until either
the requested size or stream-&gt;chunk_size is available in the read buffer.

Co-authored-by: Christoph M. Becker &lt;cmbecker69@gmx.de&gt;

Closes GH-6444.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the case of a stream with no filters, php_stream_fill_read_buffer
only reads stream-&gt;chunk_size into the read buffer. If the stream has
filters attached, it could unnecessarily buffer a large amount of data.

With this change, php_stream_fill_read_buffer only proceeds until either
the requested size or stream-&gt;chunk_size is available in the read buffer.

Co-authored-by: Christoph M. Becker &lt;cmbecker69@gmx.de&gt;

Closes GH-6444.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ephemeral port in more server tests</title>
<updated>2020-10-23T12:26:34+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-23T09:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=6ab4e330ac032389d370a722e54ee63aafaa9728'/>
<id>6ab4e330ac032389d370a722e54ee63aafaa9728</id>
<content type='text'>
Port the main php_cli_server.inc to use ephemeral ports, thus
allowing CLI server tests to be parallelized.

A complication here is that we also need to give each test a
separate doc root, to avoid index.php files writing over each
other.

Closes GH-6375.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port the main php_cli_server.inc to use ephemeral ports, thus
allowing CLI server tests to be parallelized.

A complication here is that we also need to give each test a
separate doc root, to avoid index.php files writing over each
other.

Closes GH-6375.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4'</title>
<updated>2020-09-29T05:55:37+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2020-09-29T05:55:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e14f835d8c4d8f595cc085f7ffae7ea07ae4e745'/>
<id>e14f835d8c4d8f595cc085f7ffae7ea07ae4e745</id>
<content type='text'>
* PHP-7.4:
  Update UPGRADING
  Update UPGRADING
  Update NEWS &amp; UPGRADING
  Do not decode cookie names anymore
  Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Update UPGRADING
  Update UPGRADING
  Update NEWS &amp; UPGRADING
  Do not decode cookie names anymore
  Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-09-29T05:54:57+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2020-09-29T04:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c4dc080245006e011a484ca609b9d4eaa6cc4963'/>
<id>c4dc080245006e011a484ca609b9d4eaa6cc4963</id>
<content type='text'>
* PHP-7.3:
  Update UPGRADING
  Update NEWS &amp; UPGRADING
  Do not decode cookie names anymore
  Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Update UPGRADING
  Update NEWS &amp; UPGRADING
  Do not decode cookie names anymore
  Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2020-09-29T04:39:34+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2020-09-29T04:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a9e4321846dcba0eade116c1d9abc388df8100fc'/>
<id>a9e4321846dcba0eade116c1d9abc388df8100fc</id>
<content type='text'>
* PHP-7.2:
  Update NEWS &amp; UPGRADING
  Do not decode cookie names anymore
  Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Update NEWS &amp; UPGRADING
  Do not decode cookie names anymore
  Fix bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV)
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not decode cookie names anymore</title>
<updated>2020-09-27T06:47:04+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2020-09-21T01:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=6559fe912661ca5ce5f0eeeb591d928451428ed0'/>
<id>6559fe912661ca5ce5f0eeeb591d928451428ed0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add many missing closing PHP tags to tests</title>
<updated>2020-08-09T20:03:36+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-08-09T09:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7aacc705d03887c64a90489e367f4c40b46aa3c2'/>
<id>7aacc705d03887c64a90489e367f4c40b46aa3c2</id>
<content type='text'>
Closes GH-5958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5958
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78236: convert error on receiving variables when duplicate [</title>
<updated>2020-07-23T13:48:09+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2020-07-23T09:10:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=fc4d462e947828fdbeac6020ac8f34704a218834'/>
<id>fc4d462e947828fdbeac6020ac8f34704a218834</id>
<content type='text'>
When an input variable name contains a non matched open bracket, we not
only have to replace that with an underscore, but also all following
forbidden characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an input variable name contains a non matched open bracket, we not
only have to replace that with an underscore, but also all following
forbidden characters.
</pre>
</div>
</content>
</entry>
</feed>
