<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/reflection/php_reflection.c, branch php-7.0.0RC8</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>Do not create a fake Closure for real Closures</title>
<updated>2015-10-14T14:15:27+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-10-14T10:07:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b5b21539f8f12e6114bd4852438101c8989eabc'/>
<id>1b5b21539f8f12e6114bd4852438101c8989eabc</id>
<content type='text'>
That is solved by just returning the Closure as is, which is safe due to Closures being immutable objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That is solved by just returning the Closure as is, which is safe due to Closures being immutable objects
</pre>
</div>
</content>
</entry>
<entry>
<title>Forbid "fake" closure rebinding</title>
<updated>2015-10-12T18:34:08+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-10-09T16:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=23b372d358577c8146e4c35e936413e5a43043d9'/>
<id>23b372d358577c8146e4c35e936413e5a43043d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.</title>
<updated>2015-08-13T10:56:29+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-08-13T10:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=715d5d2855a0c6946ac99f1631a4dd9168b0cbfe'/>
<id>715d5d2855a0c6946ac99f1631a4dd9168b0cbfe</id>
<content type='text'>
This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c.
Now explicit type casting may be required on call site.
This may break some C extension code, but it shoulfn't be a problem to add explicit casting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c.
Now explicit type casting may be required on call site.
This may break some C extension code, but it shoulfn't be a problem to add explicit casting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch position of ce in exception ce variable names</title>
<updated>2015-07-03T14:45:03+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-07-03T14:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ed1b64877d82af71bc64a48bf914046640e8a270'/>
<id>ed1b64877d82af71bc64a48bf914046640e8a270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change zend_exception_get_default() to zend_exception_ce</title>
<updated>2015-07-03T14:44:48+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-07-03T14:44:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a812a74c2e60a0ba080057067a7634e4da3f2b9b'/>
<id>a812a74c2e60a0ba080057067a7634e4da3f2b9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).</title>
<updated>2015-06-30T01:05:24+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-06-30T01:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4a2e40bb861bc3cf5fb6863e57486ed60316e97c'/>
<id>4a2e40bb861bc3cf5fb6863e57486ed60316e97c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more proto comments</title>
<updated>2015-06-23T21:46:20+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2015-06-23T21:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=28d7bb97a11c8eb55d568cb095517861c2e33d45'/>
<id>28d7bb97a11c8eb55d568cb095517861c2e33d45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop now superflous check for VIA_TRAMPOLINE</title>
<updated>2015-06-16T15:51:18+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-06-16T15:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=44b7489fefe1f377a2b5aacca5461fede3298cea'/>
<id>44b7489fefe1f377a2b5aacca5461fede3298cea</id>
<content type='text'>
This is not handled by USE_ARG_INFO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is not handled by USE_ARG_INFO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #69802 (Reflection on Closure::__invoke borks type hint class name) (onr more problem)</title>
<updated>2015-06-16T10:29:17+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-06-16T10:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3180b8e100285e5bd9088e9981608dfd14f6ff27'/>
<id>3180b8e100285e5bd9088e9981608dfd14f6ff27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete fix for problems related to bug #69802</title>
<updated>2015-06-16T08:24:35+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-06-16T08:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ed84bff44569d3b7e2f79255208e69bbe755d6a9'/>
<id>ed84bff44569d3b7e2f79255208e69bbe755d6a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
