<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/xml/xml.c, branch php-5.0.4</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>- Bugfix #30266</title>
<updated>2005-03-11T01:14:29+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-03-11T01:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3d7b5b792ea3ca8d2bf1ba868fff21259851530b'/>
<id>3d7b5b792ea3ca8d2bf1ba868fff21259851530b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH eliminating a few more useless R* calls</title>
<updated>2005-02-08T05:38:13+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2005-02-08T05:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ae9dcb17993f87e38193145ee9df2e9e15e5acbb'/>
<id>ae9dcb17993f87e38193145ee9df2e9e15e5acbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH</title>
<updated>2004-08-19T12:29:43+00:00</updated>
<author>
<name>Christian Stocker</name>
<email>chregu@php.net</email>
</author>
<published>2004-08-19T12:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=259f662488d174e843c42da50173be3e7ea17245'/>
<id>259f662488d174e843c42da50173be3e7ea17245</id>
<content type='text'>
- Fixed bug #29657 (xml_* functions throw non descriptive error).
  (Christian, Rob)
- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed bug #29657 (xml_* functions throw non descriptive error).
  (Christian, Rob)
- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #27821 xml_parse segfaults when xml_set_object called from class method</title>
<updated>2004-04-07T16:24:17+00:00</updated>
<author>
<name>Rob Richards</name>
<email>rrichards@php.net</email>
</author>
<published>2004-04-07T16:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e32f012e65764e3b36c2a8e38e55a07699878939'/>
<id>e32f012e65764e3b36c2a8e38e55a07699878939</id>
<content type='text'>
fix memleaks in compat.c

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix memleaks in compat.c

</pre>
</div>
</content>
</entry>
<entry>
<title>- omit WARNING instead of ERROR for x_p_c_ns</title>
<updated>2004-02-23T16:19:40+00:00</updated>
<author>
<name>Christian Stocker</name>
<email>chregu@php.net</email>
</author>
<published>2004-02-23T16:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1d0596dbef4c1eb5e74ecad5cc3145ad09aa5400'/>
<id>1d0596dbef4c1eb5e74ecad5cc3145ad09aa5400</id>
<content type='text'>
- fix SKIPIF code in tests

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix SKIPIF code in tests

</pre>
</div>
</content>
</entry>
<entry>
<title>remove compiler warnings</title>
<updated>2004-02-23T09:19:25+00:00</updated>
<author>
<name>Christian Stocker</name>
<email>chregu@php.net</email>
</author>
<published>2004-02-23T09:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=830d453a2f707f186051d2d3ae5ab3baa08d3edf'/>
<id>830d453a2f707f186051d2d3ae5ab3baa08d3edf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- make it compile with libxml2 2.5 again</title>
<updated>2004-02-23T08:21:07+00:00</updated>
<author>
<name>Christian Stocker</name>
<email>chregu@php.net</email>
</author>
<published>2004-02-23T08:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2f310c3e4f9d2b5967694e1e6fe6d59b4e0c66ae'/>
<id>2f310c3e4f9d2b5967694e1e6fe6d59b4e0c66ae</id>
<content type='text'>
- disable xml_parser_create_ns with libxml2 2.5 for the time being
- the #if s can be removed, once we insist on libxml2 2.6

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- disable xml_parser_create_ns with libxml2 2.5 for the time being
- the #if s can be removed, once we insist on libxml2 2.6

</pre>
</div>
</content>
</entry>
<entry>
<title>HEAD is bundled with ZE2</title>
<updated>2004-01-17T17:44:27+00:00</updated>
<author>
<name>Andrey Hristov</name>
<email>andrey@php.net</email>
</author>
<published>2004-01-17T17:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8b763f14b7b7ccd81d4698444770ee6e778130cc'/>
<id>8b763f14b7b7ccd81d4698444770ee6e778130cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill warning (bug #26937)</title>
<updated>2004-01-16T19:11:33+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2004-01-16T19:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=69e6b296e0f6e4e8c94300e3a7f74c2bce690e87'/>
<id>69e6b296e0f6e4e8c94300e3a7f74c2bce690e87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- A belated happy holidays and PHP 5</title>
<updated>2004-01-08T08:18:22+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2004-01-08T08:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dbeb4158d2276600edf3d08caba62770b022bb69'/>
<id>dbeb4158d2276600edf3d08caba62770b022bb69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
