<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>Fix typos in fetch_all error message</title>
<updated>2021-03-28T19:36:17+00:00</updated>
<author>
<name>Kamil Tekiela</name>
<email>tekiela246@gmail.com</email>
</author>
<published>2021-03-28T19:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=830d38535178920bfaae6e8e8d93fadcba4a1a7e'/>
<id>830d38535178920bfaae6e8e8d93fadcba4a1a7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "Revert "[skip-ci] Fix typo"""</title>
<updated>2021-03-28T17:53:30+00:00</updated>
<author>
<name>Levi Morrison</name>
<email>levi.morrison@datadoghq.com</email>
</author>
<published>2021-03-28T17:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8d743d5281c29e9750e183804b7ba02e1ff82f0b'/>
<id>8d743d5281c29e9750e183804b7ba02e1ff82f0b</id>
<content type='text'>
This reverts commit 2b0f239b211c7544ebc7a4cd2c977a5b7a11ed8a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2b0f239b211c7544ebc7a4cd2c977a5b7a11ed8a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "[skip-ci] Fix typo""</title>
<updated>2021-03-28T16:15:57+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-03-28T16:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=2b0f239b211c7544ebc7a4cd2c977a5b7a11ed8a'/>
<id>2b0f239b211c7544ebc7a4cd2c977a5b7a11ed8a</id>
<content type='text'>
This reverts commit 046827a7e867bb0e655923c75c25a20d06e3aa8b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 046827a7e867bb0e655923c75c25a20d06e3aa8b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[skip-ci] Fix typo"</title>
<updated>2021-03-28T09:16:39+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-03-28T09:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=046827a7e867bb0e655923c75c25a20d06e3aa8b'/>
<id>046827a7e867bb0e655923c75c25a20d06e3aa8b</id>
<content type='text'>
This reverts commit c730aa26bd52829a49f2ad284b181b7e82a68d7d.

This looks like the result of a compromised git account. Commit
access has already been revoked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c730aa26bd52829a49f2ad284b181b7e82a68d7d.

This looks like the result of a compromised git account. Commit
access has already been revoked.
</pre>
</div>
</content>
</entry>
<entry>
<title>[skip-ci] Fix typo</title>
<updated>2021-03-28T03:57:07+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@lerdorf.com</email>
</author>
<published>2021-03-28T03:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c730aa26bd52829a49f2ad284b181b7e82a68d7d'/>
<id>c730aa26bd52829a49f2ad284b181b7e82a68d7d</id>
<content type='text'>
Fixes minor typo.

Signed-off-by: Rasmus Lerdorf &lt;rasmus@lerdorf.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes minor typo.

Signed-off-by: Rasmus Lerdorf &lt;rasmus@lerdorf.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix json_encode regression with JSON_PRETTY_PRINT</title>
<updated>2021-03-27T22:47:54+00:00</updated>
<author>
<name>Tyson Andre</name>
<email>tysonandre775@hotmail.com</email>
</author>
<published>2021-03-27T19:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=92aeda524b0b99ab0c861bcba62e5a471ba805e6'/>
<id>92aeda524b0b99ab0c861bcba62e5a471ba805e6</id>
<content type='text'>
This makes the json encoding behavior the same as it was prior to the memory
optimizations added in f9f8c1c79cac1b03279190e0c5513a51881615f9
(for objects with declared properties)

This is based on the code for the unoptimized case below the changes.

Buggy output prior to this commit:
```
{
"prop":"value"}
```

Correct output:

```
{
    "prop": "value"
}
```

Closes GH-6811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the json encoding behavior the same as it was prior to the memory
optimizations added in f9f8c1c79cac1b03279190e0c5513a51881615f9
(for objects with declared properties)

This is based on the code for the unoptimized case below the changes.

Buggy output prior to this commit:
```
{
"prop":"value"}
```

Correct output:

```
{
    "prop": "value"
}
```

Closes GH-6811
</pre>
</div>
</content>
</entry>
<entry>
<title>hash: Fix -Warray-parameter= warnings</title>
<updated>2021-03-26T22:29:01+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2021-03-22T20:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=e0e3d9851ae517429d1bfc7eb2df9df917406d2c'/>
<id>e0e3d9851ae517429d1bfc7eb2df9df917406d2c</id>
<content type='text'>
Signed-off-by: Anatol Belski &lt;ab@php.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anatol Belski &lt;ab@php.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved JIT for TYPE_CHECK opcode</title>
<updated>2021-03-25T20:48:08+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2021-03-25T20:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7b2b9b40797e3f071f653bd64706dfdcaf548f90'/>
<id>7b2b9b40797e3f071f653bd64706dfdcaf548f90</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-8.0'</title>
<updated>2021-03-25T18:32:21+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-03-25T18:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=aa45eedef0ded065f2f6ec33250747ad50558527'/>
<id>aa45eedef0ded065f2f6ec33250747ad50558527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PDOStatement::bindColumn() parameter default value</title>
<updated>2021-03-25T18:31:04+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-03-25T18:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d7ae64627f1aade996c27914bc86dc2f504f4e82'/>
<id>d7ae64627f1aade996c27914bc86dc2f504f4e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
