<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/Zend, branch php-5.3.23</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>Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3</title>
<updated>2013-01-29T18:49:13+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2013-01-29T18:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ec53b60072799704a0d94cdd935bdf54bd5e5344'/>
<id>ec53b60072799704a0d94cdd935bdf54bd5e5344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)</title>
<updated>2013-01-29T18:47:45+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2013-01-29T18:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=93fd9c704b9aae141008274e9f3bd2775116a83a'/>
<id>93fd9c704b9aae141008274e9f3bd2775116a83a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #64023 (__toString() &amp; SplFileInfo)</title>
<updated>2013-01-22T10:33:29+00:00</updated>
<author>
<name>Gustavo Lopes</name>
<email>glopes@nebm.ist.utl.pt</email>
</author>
<published>2013-01-19T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aa0adce47d9b8ead59efede63a769e395e27bcd5'/>
<id>aa0adce47d9b8ead59efede63a769e395e27bcd5</id>
<content type='text'>
Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore
__toString().

Using echo() directly would actually use __toString(), but this was a
bug: the ECHO handler would try zend_std_cast_object_tostring() before
cast_object(), but cast_object() should have priority as
zend_std_cast_object_tostring() assumes an object with a
zend_class_entry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore
__toString().

Using echo() directly would actually use __toString(), but this was a
bug: the ECHO handler would try zend_std_cast_object_tostring() before
cast_object(), but cast_object() should have priority as
zend_std_cast_object_tostring() assumes an object with a
zend_class_entry.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug #63462 (Magic methods called twice for unset protected properties)</title>
<updated>2013-01-18T21:29:43+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-01-14T08:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=33b104c778c5c0e5446671397aaddd66efa4a7bc'/>
<id>33b104c778c5c0e5446671397aaddd66efa4a7bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed compilator bug that might cause jump depended on unitialized value</title>
<updated>2013-01-09T13:16:47+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2013-01-09T13:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d4650c5d69ffb49d476a2969c6200879bd424caf'/>
<id>d4650c5d69ffb49d476a2969c6200879bd424caf</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 #63899 (Use after scope error in zend_compile)</title>
<updated>2013-01-04T03:02:21+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-04T03:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c3e6de2227f0200b9db318e181603ffba7991489'/>
<id>c3e6de2227f0200b9db318e181603ffba7991489</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy New Year</title>
<updated>2013-01-01T08:23:31+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-01-01T08:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=831fbcf3852dc866697f02f76df61ccee915e047'/>
<id>831fbcf3852dc866697f02f76df61ccee915e047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove a useless memory write in zend_llist_del_element"</title>
<updated>2012-12-26T15:13:56+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-26T15:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b35ffdeae10eb1b71470eb831c02b3b7b838945d'/>
<id>b35ffdeae10eb1b71470eb831c02b3b7b838945d</id>
<content type='text'>
This reverts commit fad960a4045da86cdbd8308a165ffc47892f05b9 as
required by Stas and Christopher
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit fad960a4045da86cdbd8308a165ffc47892f05b9 as
required by Stas and Christopher
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a useless memory write in zend_llist_del_element</title>
<updated>2012-12-26T01:45:24+00:00</updated>
<author>
<name>Pierrick Charron</name>
<email>pierrick@php.net</email>
</author>
<published>2012-12-26T01:45:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fad960a4045da86cdbd8308a165ffc47892f05b9'/>
<id>fad960a4045da86cdbd8308a165ffc47892f05b9</id>
<content type='text'>
The zend_llist_element *next pointer is not necessary and removing
it will also remove a write on memory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The zend_llist_element *next pointer is not necessary and removing
it will also remove a write on memory
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bug #63762 Sigsegv when Exception::$trace is changed by user</title>
<updated>2012-12-13T21:39:35+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2012-12-13T21:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a11606b18fd20be1048a858eb5011fb7117855a9'/>
<id>a11606b18fd20be1048a858eb5011fb7117855a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
