<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection/tests/ReflectionClass_toString_001.phpt, branch php-7.2.23RC1</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>Revert BC break caused by fixing bug #74035</title>
<updated>2017-11-06T22:52:17+00:00</updated>
<author>
<name>Michael Moravec</name>
<email>mail@majkl578.cz</email>
</author>
<published>2017-11-02T18:22:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f70ca770b657f2d0dfe2b44f369c266e1ae15ab2'/>
<id>f70ca770b657f2d0dfe2b44f369c266e1ae15ab2</id>
<content type='text'>
This reverts commit 9ffc6ca62f53431a4b32b30cdda8180142f47cdb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9ffc6ca62f53431a4b32b30cdda8180142f47cdb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ReflectionClass::isIterateable() to isIterable()</title>
<updated>2017-05-31T19:08:07+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2017-05-31T18:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c1500f8519aded29c3632de4240fbc0a4e485a81'/>
<id>c1500f8519aded29c3632de4240fbc0a4e485a81</id>
<content type='text'>
Iterateable is not a word.
Add the correct spelling, but keep the original one around
for BC purposes.

Perhaps we can add ZEND_ACC_DEPRECATED at some later date
and even remove it from PHP 8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Iterateable is not a word.
Add the correct spelling, but keep the original one around
for BC purposes.

Perhaps we can add ZEND_ACC_DEPRECATED at some later date
and even remove it from PHP 8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-02-03T17:30:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-02-03T17:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=57817eb72f8aaf44c49aad75ed68e5335f444e7e'/>
<id>57817eb72f8aaf44c49aad75ed68e5335f444e7e</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 #74035</title>
<updated>2017-02-03T17:29:39+00:00</updated>
<author>
<name>andrewnester</name>
<email>andrew.nester.dev@gmail.com</email>
</author>
<published>2017-02-03T08:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9ffc6ca62f53431a4b32b30cdda8180142f47cdb'/>
<id>9ffc6ca62f53431a4b32b30cdda8180142f47cdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented the RFC `Support Class Constant Visibility`.</title>
<updated>2015-12-08T09:40:42+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-12-08T09:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a75c195000b3226904103244fa9c3d0ce1111838'/>
<id>a75c195000b3226904103244fa9c3d0ce1111838</id>
<content type='text'>
Squashed commit of the following:

commit f11ca0e7a57793fa0e3e7f6d451720e6c42bb0b9
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Tue Dec 8 12:38:42 2015 +0300

    Fixed test expectation

commit 211f873f542504d0a0f72b6b5cb23908a1c99a2d
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Tue Dec 8 12:28:38 2015 +0300

    Embed zend_class_constant.flags into zend_class_constants.value.u2.access_flags

commit 51deab84b2cdbf9cdb1a838cf33b2ee45c61748b
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Mon Dec 7 11:18:55 2015 +0300

    Fixed issues found by Nikita

commit 544dbd5b47e40d38a8ccb96bc5583e9cb7fdd723
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Sat Dec 5 02:41:05 2015 +0300

    Refactored immplementation of https://wiki.php.net/rfc/class_const_visibility
    @reeze created an RFC here and I emailed internals here and didn't get any responses positive/negative.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Squashed commit of the following:

commit f11ca0e7a57793fa0e3e7f6d451720e6c42bb0b9
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Tue Dec 8 12:38:42 2015 +0300

    Fixed test expectation

commit 211f873f542504d0a0f72b6b5cb23908a1c99a2d
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Tue Dec 8 12:28:38 2015 +0300

    Embed zend_class_constant.flags into zend_class_constants.value.u2.access_flags

commit 51deab84b2cdbf9cdb1a838cf33b2ee45c61748b
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Mon Dec 7 11:18:55 2015 +0300

    Fixed issues found by Nikita

commit 544dbd5b47e40d38a8ccb96bc5583e9cb7fdd723
Author: Dmitry Stogov &lt;dmitry@zend.com&gt;
Date:   Sat Dec 5 02:41:05 2015 +0300

    Refactored immplementation of https://wiki.php.net/rfc/class_const_visibility
    @reeze created an RFC here and I emailed internals here and didn't get any responses positive/negative.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rebase Joe's anon classes implementation</title>
<updated>2015-04-26T13:04:22+00:00</updated>
<author>
<name>krakjoe</name>
<email>joe.watkins@live.co.uk</email>
</author>
<published>2015-04-26T13:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=49608e0608857638fdc978333764cf52ba270913'/>
<id>49608e0608857638fdc978333764cf52ba270913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some currently defined classes as final which were just not being considered as such before.</title>
<updated>2014-12-12T16:29:54+00:00</updated>
<author>
<name>Guilherme Blanco</name>
<email>guilhermeblanco@hotmail.com</email>
</author>
<published>2014-11-22T04:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=094d409b3d34c51f49e0121e5ccfe8b2a717aaf6'/>
<id>094d409b3d34c51f49e0121e5ccfe8b2a717aaf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes missing Reflector interface constraints being enforced by the engine</title>
<updated>2014-08-16T09:34:56+00:00</updated>
<author>
<name>Tjerk Meesters</name>
<email>datibbaw@php.net</email>
</author>
<published>2014-08-14T01:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=87afa6bdc9b310ebafec5d965734c4e467e27c6d'/>
<id>87afa6bdc9b310ebafec5d965734c4e467e27c6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert r322390.</title>
<updated>2012-01-17T13:46:31+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2012-01-17T13:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ebddf8a975d3be289c7f562a67df1e761ab516b2'/>
<id>ebddf8a975d3be289c7f562a67df1e761ab516b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal().</title>
<updated>2012-01-17T12:59:33+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2012-01-17T12:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e76c1cc03c3b20024e6773204e2501b64018697d'/>
<id>e76c1cc03c3b20024e6773204e2501b64018697d</id>
<content type='text'>
Patch by Jan Dolecek &lt;juzna.cz@gmail.com&gt;.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Jan Dolecek &lt;juzna.cz@gmail.com&gt;.

</pre>
</div>
</content>
</entry>
</feed>
