<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection/tests, branch php-7.2.0alpha3</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>Implement object type annotation</title>
<updated>2017-06-25T19:49:41+00:00</updated>
<author>
<name>Michał Brzuchalski</name>
<email>michal.brzuchalski@gmail.com</email>
</author>
<published>2017-06-25T19:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8e10c9d37398f0f3eece85fca713f19d11cdfb32'/>
<id>8e10c9d37398f0f3eece85fca713f19d11cdfb32</id>
<content type='text'>
RFC: https://wiki.php.net/rfc/object-typehint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC: https://wiki.php.net/rfc/object-typehint
</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.1'</title>
<updated>2017-05-31T05:12:24+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-05-31T05:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bfd35512bb795f0b4f83c1c857acca7e6e552f6f'/>
<id>bfd35512bb795f0b4f83c1c857acca7e6e552f6f</id>
<content type='text'>
* PHP-7.1:
  Update NEWS
  Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant)

Conflicts:
	ext/reflection/php_reflection.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Update NEWS
  Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant)

Conflicts:
	ext/reflection/php_reflection.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-05-31T05:08:26+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-05-31T05:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9064dca58ba87ccdbf6cee71122e50595765cfa1'/>
<id>9064dca58ba87ccdbf6cee71122e50595765cfa1</id>
<content type='text'>
* PHP-7.0:
  Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant)

Conflicts:
	ext/reflection/php_reflection.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant)

Conflicts:
	ext/reflection/php_reflection.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant)</title>
<updated>2017-05-31T04:39:26+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-05-31T04:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9c5717d0decd56710129a5599fe5d38f82a7bab2'/>
<id>9c5717d0decd56710129a5599fe5d38f82a7bab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test ReflectionType support of iterable</title>
<updated>2017-04-29T15:12:46+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2017-04-29T13:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9891b9ede225b58c358372c2b7b8603c2c91ac12'/>
<id>9891b9ede225b58c358372c2b7b8603c2c91ac12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test ReflectionType support of iterable</title>
<updated>2017-04-29T13:37:35+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2017-04-29T13:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=753ae9b7db364fe8c087faf08cc564e54f4fe574'/>
<id>753ae9b7db364fe8c087faf08cc564e54f4fe574</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't leak internal flags in reflection</title>
<updated>2017-04-22T14:44:20+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-04-22T14:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d5c6fcc3ba275c79da85537f9792e4eb3c6a0c39'/>
<id>d5c6fcc3ba275c79da85537f9792e4eb3c6a0c39</id>
<content type='text'>
If someone complains, we may re-expose specific flags while also
adding corresponding class constants for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If someone complains, we may re-expose specific flags while also
adding corresponding class constants for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reflection test after flag removal</title>
<updated>2017-04-22T14:31:28+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-04-22T14:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0710eee043721cc0a6c36e40cbc19b5dc40933e6'/>
<id>0710eee043721cc0a6c36e40cbc19b5dc40933e6</id>
<content type='text'>
Reflection is leaking internal flags...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reflection is leaking internal flags...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-02-12T21:03:31+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-02-12T21:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=134d0b33a3bc18044c44deb1b33755e69b0c5631'/>
<id>134d0b33a3bc18044c44deb1b33755e69b0c5631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
