<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection, branch php-7.4.1</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>Fixed bug #78895 (Reflection detects abstract non-static class as abstract static. IS_IMPLICIT_ABSTRACT is not longer used)</title>
<updated>2019-12-09T10:49:12+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2019-12-09T10:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=42a2fb8411848236d0cd56b5efd05e352e62ee3d'/>
<id>42a2fb8411848236d0cd56b5efd05e352e62ee3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for ReflectionClass:getInterfaceNames()</title>
<updated>2019-11-04T12:51:40+00:00</updated>
<author>
<name>Fabien Villepinte</name>
<email>fabien.villepinte@gmail.com</email>
</author>
<published>2019-11-04T12:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6545f656be7e92c89f502a22c6e9b7d67c0b86ae'/>
<id>6545f656be7e92c89f502a22c6e9b7d67c0b86ae</id>
<content type='text'>
The method was not tested against a class without interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The method was not tested against a class without interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78774</title>
<updated>2019-11-04T10:04:02+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-11-04T10:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c9abfaec6bf61bcef6d9651827b49cc7789018fd'/>
<id>c9abfaec6bf61bcef6d9651827b49cc7789018fd</id>
<content type='text'>
The string held by the zend_type may be released if the property
type gets resolved to a CE. I initially wanted to fix this by
storing a zend_type* instead (so the property type resolution
propagates to the ReflectionType), but decided against this in
light of upcoming union types support, where we also need to
represent parts of the union, and will not have a single zend_type*
we can reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The string held by the zend_type may be released if the property
type gets resolved to a CE. I initially wanted to fix this by
storing a zend_type* instead (so the property type resolution
propagates to the ReflectionType), but decided against this in
light of upcoming union types support, where we also need to
represent parts of the union, and will not have a single zend_type*
we can reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add tests for ReflectionZendExtension"</title>
<updated>2019-10-21T19:31:36+00:00</updated>
<author>
<name>Fabien Villepinte</name>
<email>fabien.villepinte@gmail.com</email>
</author>
<published>2019-10-21T19:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7ce85c34fff400f46659b12775b72b344ab6af29'/>
<id>7ce85c34fff400f46659b12775b72b344ab6af29</id>
<content type='text'>
This reverts commit 4194e0415b02827b0d5eeff13771eb6642955b0f.

There were already tests for this class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4194e0415b02827b0d5eeff13771eb6642955b0f.

There were already tests for this class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for ReflectionZendExtension</title>
<updated>2019-10-21T19:17:16+00:00</updated>
<author>
<name>Fabien Villepinte</name>
<email>fabien.villepinte@gmail.com</email>
</author>
<published>2019-10-21T19:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4194e0415b02827b0d5eeff13771eb6642955b0f'/>
<id>4194e0415b02827b0d5eeff13771eb6642955b0f</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-7.3' into PHP-7.4</title>
<updated>2019-10-21T07:24:41+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-10-21T07:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1ac961bea85930d9c71bcca349ee4b9d84edd3b8'/>
<id>1ac961bea85930d9c71bcca349ee4b9d84edd3b8</id>
<content type='text'>
* PHP-7.3:
  Fix bug #78697: inaccurate error message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix bug #78697: inaccurate error message
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-10-21T07:23:26+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-10-21T07:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1c9b62fbd43599528d016f190ef2d25446db0051'/>
<id>1c9b62fbd43599528d016f190ef2d25446db0051</id>
<content type='text'>
* PHP-7.2:
  Fix bug #78697: inaccurate error message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix bug #78697: inaccurate error message
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #78697: inaccurate error message</title>
<updated>2019-10-21T07:22:09+00:00</updated>
<author>
<name>Fabien Villepinte</name>
<email>fabien.villepinte@gmail.com</email>
</author>
<published>2019-10-19T19:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bea2ff88c9536ffd157c5fa304bd29a9cee85524'/>
<id>bea2ff88c9536ffd157c5fa304bd29a9cee85524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix number of required arguments in arginfo</title>
<updated>2019-10-07T14:32:11+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-10-07T09:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f085bddb51cf3ce4400f89447e40ddac66468f31'/>
<id>f085bddb51cf3ce4400f89447e40ddac66468f31</id>
<content type='text'>
* pack() only requires one argument
* stream_context_set_option() only requires two arguments
* ReflectionMethod::getClosure() accepts no args for static methods
* DOMDocument::createProcessingInstruction() only requires one arg
* DOMImplementation::createDocument() only requires two arguments
* DOMDocument::importNode() only requires one arg
* mysql_get_client_version() doesn't accept any args,
  despite what the docs say...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pack() only requires one argument
* stream_context_set_option() only requires two arguments
* ReflectionMethod::getClosure() accepts no args for static methods
* DOMDocument::createProcessingInstruction() only requires one arg
* DOMImplementation::createDocument() only requires two arguments
* DOMDocument::importNode() only requires one arg
* mysql_get_client_version() doesn't accept any args,
  despite what the docs say...
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78410</title>
<updated>2019-08-13T18:23:56+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-08-13T18:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d891b5f458a253befaa56d325ae90518536fc2f0'/>
<id>d891b5f458a253befaa56d325ae90518536fc2f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
