<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli, branch php-5.2.7RC3</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>MFH: Open STDIN and php://stdin streams with the relevant</title>
<updated>2008-11-04T21:05:55+00:00</updated>
<author>
<name>Arnaud Le Blanc</name>
<email>lbarnaud@php.net</email>
</author>
<published>2008-11-04T21:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=be8c7c09884124641fa02b90ecee7c914ac14206'/>
<id>be8c7c09884124641fa02b90ecee7c914ac14206</id>
<content type='text'>
wrapper when the file descriptor is a socket (inetd, etc)
Fixes bug #43731

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wrapper when the file descriptor is a socket (inetd, etc)
Fixes bug #43731

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #46379 (Infinite loop when parsing '#' in one line file)</title>
<updated>2008-11-03T23:26:24+00:00</updated>
<author>
<name>Arnaud Le Blanc</name>
<email>lbarnaud@php.net</email>
</author>
<published>2008-11-03T23:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=07fe6986ccdf789009233a55cb00062a10d0b744'/>
<id>07fe6986ccdf789009233a55cb00062a10d0b744</id>
<content type='text'>
# PHP_5_2 only

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

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #42318 (problem with nm on AIX, not finding object files)</title>
<updated>2008-09-01T13:15:15+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2008-09-01T13:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=70063c119593dbe0fff2e49d33b7b5e3270e1e17'/>
<id>70063c119593dbe0fff2e49d33b7b5e3270e1e17</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 tests, add missing test</title>
<updated>2008-08-14T20:57:13+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2008-08-14T20:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1cd7ce6cf8a6f00aa5288985120ee4b487b0dd53'/>
<id>1cd7ce6cf8a6f00aa5288985120ee4b487b0dd53</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 tests</title>
<updated>2008-08-14T20:53:31+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2008-08-14T20:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=84c5066dec82106d3c9a6dadf20472b468e5b63f'/>
<id>84c5066dec82106d3c9a6dadf20472b468e5b63f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at</title>
<updated>2008-08-13T01:01:29+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2008-08-13T01:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=26f13b4b709514d01af872f80e35de7ab76da0eb'/>
<id>26f13b4b709514d01af872f80e35de7ab76da0eb</id>
<content type='text'>
MFH: [DOC]  startup:
MFH: [DOC]
MFH: [DOC]  To disable: Override default php.ini by using both -c and -n with
MFH: [DOC]              CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
MFH: [DOC]              to an empty string.
MFH: [DOC]
MFH: [DOC]  To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
MFH: [DOC]             to another path.
MFH: - Fixed bug #42604 ("make test" fails with  --with-config-file-scan-dir=/some/path)
MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFH: [DOC]  startup:
MFH: [DOC]
MFH: [DOC]  To disable: Override default php.ini by using both -c and -n with
MFH: [DOC]              CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable
MFH: [DOC]              to an empty string.
MFH: [DOC]
MFH: [DOC]  To change: Simply set "PHP_INI_SCAN_DIR" environment variable to point
MFH: [DOC]             to another path.
MFH: - Fixed bug #42604 ("make test" fails with  --with-config-file-scan-dir=/some/path)
MFH: - Implemented FR #45114 (Option to change --with-config-file-scan-dir)

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: invert the logics - FLAG_FCLOSE -&gt; FLAG_NO_FCLOSE</title>
<updated>2008-07-23T11:25:50+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2008-07-23T11:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=990de890fae3540176f9a4dc8b92f0cccf65c88a'/>
<id>990de890fae3540176f9a4dc8b92f0cccf65c88a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())</title>
<updated>2008-07-22T14:11:25+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-07-22T14:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4ca3f3b99a7b48c1462bfd6ee36b62930f19c9cd'/>
<id>4ca3f3b99a7b48c1462bfd6ee36b62930f19c9cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test</title>
<updated>2008-04-07T12:14:46+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2008-04-07T12:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a4f2f9a00fda39418271cfe9dac3804eec85089'/>
<id>7a4f2f9a00fda39418271cfe9dac3804eec85089</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 #44564 (escapeshellarg removes UTF-8 multi-byte characters)</title>
<updated>2008-03-30T12:17:39+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-03-30T12:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3e663ebfef31a5bfb9d2f80fba3a8b81930a4283'/>
<id>3e663ebfef31a5bfb9d2f80fba3a8b81930a4283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
