<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-5.0.0RC3</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC3'.</title>
<updated>2004-06-07T14:23:46+00:00</updated>
<author>
<name>SVN Migration</name>
<email>svn@php.net</email>
</author>
<published>2004-06-07T14:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=aff15d154d8c653126df64ef994aff2091745830'/>
<id>aff15d154d8c653126df64ef994aff2091745830</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to remove Win32 restrictions for mysql methods</title>
<updated>2004-06-07T08:34:52+00:00</updated>
<author>
<name>Georg Richter</name>
<email>georg@php.net</email>
</author>
<published>2004-06-07T08:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=1b40042b35d654df1b3146224280ef59b8d10b4f'/>
<id>1b40042b35d654df1b3146224280ef59b8d10b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFB: Missing length limit parameter.</title>
<updated>2004-06-07T05:00:37+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2004-06-07T05:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=3838fb99dea007b1b42d4735808500168e996cb3'/>
<id>3838fb99dea007b1b42d4735808500168e996cb3</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 #28649 (Proper glob() return value on Linux when there are no</title>
<updated>2004-06-06T16:21:11+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-06-06T16:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9c1e6685933dc0d2477e1629d1d3ed1da55d11c7'/>
<id>9c1e6685933dc0d2477e1629d1d3ed1da55d11c7</id>
<content type='text'>
matches).

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

</pre>
</div>
</content>
</entry>
<entry>
<title>removed conditional defines for load_data_infile_handlers on windows</title>
<updated>2004-06-06T08:52:19+00:00</updated>
<author>
<name>Georg Richter</name>
<email>georg@php.net</email>
</author>
<published>2004-06-06T08:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f0468116c0236f7b04e187596cb88246d2e9814f'/>
<id>f0468116c0236f7b04e187596cb88246d2e9814f</id>
<content type='text'>
(4.1.2 windows build is fixed now on mysql.com)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(4.1.2 windows build is fixed now on mysql.com)

</pre>
</div>
</content>
</entry>
<entry>
<title>ZTS fixes.</title>
<updated>2004-06-06T06:40:19+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2004-06-06T06:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=14deb9dd0474f203b1e12185b8263e37960d8277'/>
<id>14deb9dd0474f203b1e12185b8263e37960d8277</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major changes for 4.1.2-alpha/4.1.3-beta:</title>
<updated>2004-06-05T18:31:56+00:00</updated>
<author>
<name>Georg Richter</name>
<email>georg@php.net</email>
</author>
<published>2004-06-05T18:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=93bf6517df01e35965db35a14312a7a24fde4442'/>
<id>93bf6517df01e35965db35a14312a7a24fde4442</id>
<content type='text'>
- added container for mysql structure
- added load data infile callback functions (currently disabled under win)
Bug fixes:
- fixed property changes (4.1.1 -&gt; 4.1.2)
- fixed memleak in mysqli_connect
- fixed bug #28100
- fixed bug #28205
- fixed bug #28430

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added container for mysql structure
- added load data infile callback functions (currently disabled under win)
Bug fixes:
- fixed property changes (4.1.1 -&gt; 4.1.2)
- fixed memleak in mysqli_connect
- fixed bug #28100
- fixed bug #28205
- fixed bug #28430

</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for date/time types</title>
<updated>2004-06-05T10:03:42+00:00</updated>
<author>
<name>Ard Biesheuvel</name>
<email>abies@php.net</email>
</author>
<published>2004-06-05T10:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9579de34d7da0b3d34ace48f8f79b74762811b92'/>
<id>9579de34d7da0b3d34ace48f8f79b74762811b92</id>
<content type='text'>
Added support for compiling/executing PHP code stored in the database
Added support for TSRM

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for compiling/executing PHP code stored in the database
Added support for TSRM

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unregistered bug [crash in http_build_query()]</title>
<updated>2004-06-04T16:54:14+00:00</updated>
<author>
<name>Ard Biesheuvel</name>
<email>abies@php.net</email>
</author>
<published>2004-06-04T16:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2c97bc2632f6e44fabddbf847be4ec6a17ac4783'/>
<id>2c97bc2632f6e44fabddbf847be4ec6a17ac4783</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 #28632 (Prevent open_basedir bypass in MySQL's LOAD DATA LOCAL).</title>
<updated>2004-06-04T15:26:54+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-06-04T15:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f9cec029c84bc8817495a8523dbd9375f01f4c73'/>
<id>f9cec029c84bc8817495a8523dbd9375f01f4c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
