<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sqlite, branch php-5.2.16</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>- Completed the fix for bug #52010</title>
<updated>2010-06-20T14:12:06+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2010-06-20T14:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=31321a87ac7c69defc7c43e8147b49fb964cd985'/>
<id>31321a87ac7c69defc7c43e8147b49fb964cd985</id>
<content type='text'>
# Fixing pdo drivers

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Fixing pdo drivers

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #49320 (PDO returns null when SQLite connection fails)</title>
<updated>2010-06-12T22:04:48+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2010-06-12T22:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f6da451f5913462ce568a88a988fbf6b51d06860'/>
<id>f6da451f5913462ce568a88a988fbf6b51d06860</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a possible arbitrary memory access inside sqlite extension. Reported by Mateusz Kocielski.</title>
<updated>2010-04-28T12:10:10+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-04-28T12:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5fa3f0b8496a68815da582831b6efbabd2fe31d6'/>
<id>5fa3f0b8496a68815da582831b6efbabd2fe31d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php</title>
<updated>2010-01-03T09:23:27+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2010-01-03T09:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=16cb1cd469b50e18bf79f57da46672caa32b42a2'/>
<id>16cb1cd469b50e18bf79f57da46672caa32b42a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert attempt at supporting both autoconf 2.13 and</title>
<updated>2009-11-29T06:13:22+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2009-11-29T06:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=42c4e5c148d72e34c1f1a618e9cdbe442cb553e5'/>
<id>42c4e5c148d72e34c1f1a618e9cdbe442cb553e5</id>
<content type='text'>
modern versions in the same build chain.  There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.

trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
modern versions in the same build chain.  There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.

trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.

</pre>
</div>
</content>
</entry>
<entry>
<title>Someone strap down Jani and give him a sedative please.</title>
<updated>2009-11-25T01:30:06+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2009-11-25T01:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cb397e86eada96fdea696df28af70f7e7573d476'/>
<id>cb397e86eada96fdea696df28af70f7e7573d476</id>
<content type='text'>
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery} methods using Reflection</title>
<updated>2009-10-12T19:04:00+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2009-10-12T19:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b46243e2e2e645896f6ea09061923acff8f9138e'/>
<id>b46243e2e2e645896f6ea09061923acff8f9138e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set</title>
<updated>2009-06-25T00:07:20+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2009-06-25T00:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bcf5793b56d9b9eaa991b5dafbc58196dc303cb1'/>
<id>bcf5793b56d9b9eaa991b5dafbc58196dc303cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFB53: Revert previous commit as it was causing alot more trouble than expected</title>
<updated>2009-04-07T11:45:50+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2009-04-07T11:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=88c8ecb0a7b807d50078fa2ec2f14d632f635655'/>
<id>88c8ecb0a7b807d50078fa2ec2f14d632f635655</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFB53: Kill warning about php_localtime_r not being defined</title>
<updated>2009-04-06T09:17:47+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2009-04-06T09:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=db1fa7fa80771c20df3b3960e73e3543ad9f085e'/>
<id>db1fa7fa80771c20df3b3960e73e3543ad9f085e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
