<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sqlite3/sqlite3.c, branch php-5.4.2</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>Good patch from Brad Dewar that adds missing createCollation()</title>
<updated>2012-01-29T03:57:29+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2012-01-29T03:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ad5ae9e0bfed6459265aab31e6df106f20483e1d'/>
<id>ad5ae9e0bfed6459265aab31e6df106f20483e1d</id>
<content type='text'>
method. Fixes bug #60871 and is related to bug #55226

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
method. Fixes bug #60871 and is related to bug #55226

</pre>
</div>
</content>
</entry>
<entry>
<title>- Year++</title>
<updated>2012-01-01T13:15:04+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2012-01-01T13:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4e198252811dbf16984cf84ee49d5e93ac642f88'/>
<id>4e198252811dbf16984cf84ee49d5e93ac642f88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed memset usage (identified by coverity)</title>
<updated>2011-08-10T15:30:07+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2011-08-10T15:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=38f05cc775ae0070c92352556fb511f19ee80dba'/>
<id>38f05cc775ae0070c92352556fb511f19ee80dba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Make usage of new PHP_FE_END macro</title>
<updated>2011-07-25T11:35:02+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-07-25T11:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b30846b50b3c42d6787f82fe37525028e094a09'/>
<id>4b30846b50b3c42d6787f82fe37525028e094a09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added new parameter parsing option (p - for valid path (string without null byte in the middle))</title>
<updated>2011-06-06T21:28:16+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-06-06T21:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=32b5f8a1a3552f48d6e91c17b6d9d441c665a44d'/>
<id>32b5f8a1a3552f48d6e91c17b6d9d441c665a44d</id>
<content type='text'>
# The tests will be fixed in the next commits


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# The tests will be fixed in the next commits


</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open()</title>
<updated>2011-05-10T08:14:55+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2011-05-10T08:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a642b52295d8af9bfbffbf88c562de492a62aed3'/>
<id>a642b52295d8af9bfbffbf88c562de492a62aed3</id>
<content type='text'>
prototype.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prototype.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.</title>
<updated>2011-01-07T01:11:16+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-01-07T01:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d3e6f27a7614f0e7cadb959bcd86a386ec276ce6'/>
<id>d3e6f27a7614f0e7cadb959bcd86a386ec276ce6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).</title>
<updated>2011-01-06T00:08:59+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2011-01-06T00:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ef0a793fdda747f1764c06718aacb5500f67b28f'/>
<id>ef0a793fdda747f1764c06718aacb5500f67b28f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur.</title>
<updated>2011-01-03T19:15:36+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2011-01-03T19:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aff978c223d46aba336bbbf8368822095a2b143c'/>
<id>aff978c223d46aba336bbbf8368822095a2b143c</id>
<content type='text'>
Also fix a WS error.


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a WS error.


</pre>
</div>
</content>
</entry>
<entry>
<title>- Year++</title>
<updated>2011-01-01T02:17:06+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-01-01T02:17:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0203cc3d446b659e477ae488eaf4780bf58384d5'/>
<id>0203cc3d446b659e477ae488eaf4780bf58384d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
