<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sqlite3, branch php-5.3.6</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>- 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=29a82ceb56dca5336cf9f63d5abf0bfd22bf4d7a'/>
<id>29a82ceb56dca5336cf9f63d5abf0bfd22bf4d7a</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=e1c1cc0ed5d19babcdc5641e2cc20be122ae4238'/>
<id>e1c1cc0ed5d19babcdc5641e2cc20be122ae4238</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=9e0c423bc44b66b21f84854d9dcf46e9df0f3dca'/>
<id>9e0c423bc44b66b21f84854d9dcf46e9df0f3dca</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:19:59+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-01-01T02:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=927bf09c295a2de5fada77c74a61f4957a69939f'/>
<id>927bf09c295a2de5fada77c74a61f4957a69939f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SQLite3_Stmt::readOnly for checking if a statement is read only</title>
<updated>2010-12-31T16:37:12+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2010-12-31T16:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3870e5875977243d6f3074614943dd79efad5d87'/>
<id>3870e5875977243d6f3074614943dd79efad5d87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)</title>
<updated>2010-12-13T18:43:10+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2010-12-13T18:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aea6771d1993cc6ea75e3dd75cfc54fb268dfaf0'/>
<id>aea6771d1993cc6ea75e3dd75cfc54fb268dfaf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgraded bundled Sqlite3 to version 3.7.4.</title>
<updated>2010-12-11T14:57:34+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-12-11T14:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9e48381b283720d4536f8a364e87408c3d54004c'/>
<id>9e48381b283720d4536f8a364e87408c3d54004c</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 #53463 (sqlite3 columnName() segfaults on bad column_number)</title>
<updated>2010-12-03T21:05:44+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2010-12-03T21:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=689d1d9e4bf69289d1a2446cc32cb53b76e9cf4e'/>
<id>689d1d9e4bf69289d1a2446cc32cb53b76e9cf4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus</title>
<updated>2010-11-18T15:22:22+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2010-11-18T15:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ce96fd6b0761d98353761bf78d5bfb55291179fd'/>
<id>ce96fd6b0761d98353761bf78d5bfb55291179fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed tests not passing under windows because of the directory separator</title>
<updated>2010-11-08T09:29:15+00:00</updated>
<author>
<name>Patrick Allaert</name>
<email>patrickallaert@php.net</email>
</author>
<published>2010-11-08T09:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=817776d1b99c8b4fab8597238ec58019e569abcd'/>
<id>817776d1b99c8b4fab8597238ec58019e569abcd</id>
<content type='text'>
difference (thanks Eyal Teutsch for reporting)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
difference (thanks Eyal Teutsch for reporting)

</pre>
</div>
</content>
</entry>
</feed>
