<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli, branch php-5.0.4</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: fix #28803 (enabled debug causes bailout errors with CLI on AIX</title>
<updated>2005-03-22T15:09:20+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2005-03-22T15:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7d48c9c32d163b14e696828bf25a70699b92ee3d'/>
<id>7d48c9c32d163b14e696828bf25a70699b92ee3d</id>
<content type='text'>
because of fflush() called on already closed filedescriptor)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because of fflush() called on already closed filedescriptor)

</pre>
</div>
</content>
</entry>
<entry>
<title>As NetWare LibC has optind and optarg macros defined in unistd.h our local variables were getting mistakenly preprocessed so undeffing optind and optarg</title>
<updated>2005-03-11T11:04:03+00:00</updated>
<author>
<name>Anantha Kesari H Y</name>
<email>hyanantha@php.net</email>
</author>
<published>2005-03-11T11:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b56adc718b4a7c0c28a211010c7386667ee6f586'/>
<id>b56adc718b4a7c0c28a211010c7386667ee6f586</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 CLI leaks when using malformed option string</title>
<updated>2004-11-15T14:08:33+00:00</updated>
<author>
<name>Antony Dovgal</name>
<email>tony2001@php.net</email>
</author>
<published>2004-11-15T14:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6749b09d8baf94450965d40402e19058cd9670ef'/>
<id>6749b09d8baf94450965d40402e19058cd9670ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made php -m output sorted case-insensitevly</title>
<updated>2004-07-14T22:30:29+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2004-07-14T22:30:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=546e5bbc43a40921f0fcbfe076d14c94f0a74677'/>
<id>546e5bbc43a40921f0fcbfe076d14c94f0a74677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a notice on STDIN</title>
<updated>2004-05-02T09:14:02+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-05-02T09:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9216b3d182029c0a486571dd35e1c2ecb9720679'/>
<id>9216b3d182029c0a486571dd35e1c2ecb9720679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- typo (must have sleep.)</title>
<updated>2004-03-04T22:53:09+00:00</updated>
<author>
<name>Moriyoshi Koizumi</name>
<email>moriyoshi@php.net</email>
</author>
<published>2004-03-04T22:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=26799b851ff3394348ad2d2c93c097c31bad8b43'/>
<id>26799b851ff3394348ad2d2c93c097c31bad8b43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Prevent cli from printing multiple "Interactive mode enabled" if</title>
<updated>2004-03-04T22:49:54+00:00</updated>
<author>
<name>Moriyoshi Koizumi</name>
<email>moriyoshi@php.net</email>
</author>
<published>2004-03-04T22:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e5fb0e3fbde27d068553c6eb92f4326a2b84bed2'/>
<id>e5fb0e3fbde27d068553c6eb92f4326a2b84bed2</id>
<content type='text'>
  the command line option is given more than once (like -aaaaaa).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  the command line option is given more than once (like -aaaaaa).

</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix #27104 CLI/CGI SAPI module variable name conflict</title>
<updated>2004-02-11T21:00:46+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-02-11T21:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1c00296cc7cf89808747cac5e43754f297c44c90'/>
<id>1c00296cc7cf89808747cac5e43754f297c44c90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed possible memory leak with INI values.</title>
<updated>2004-02-06T03:08:27+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-02-06T03:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c858a4e93cc4a34a6114d38b1cfd7055fd900fc9'/>
<id>c858a4e93cc4a34a6114d38b1cfd7055fd900fc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse command line ini directives passed using -d before -i, to ensure</title>
<updated>2004-02-04T22:49:28+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2004-02-04T22:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ffd3b1dd0a021ea6ddcfbd7230263df216266003'/>
<id>ffd3b1dd0a021ea6ddcfbd7230263df216266003</id>
<content type='text'>
correct settings output.

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

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