<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli, branch php-4.3.0dev</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>Fix exit code (bug #17733).</title>
<updated>2002-06-13T08:38:26+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-06-13T08:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=11bc56d48b8e504f8de3a5c48e5d8ba9f07cd73c'/>
<id>11bc56d48b8e504f8de3a5c48e5d8ba9f07cd73c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable installing pear when --disable-cli is used since pear installer</title>
<updated>2002-06-11T09:35:59+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-06-11T09:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=acae873a6b396b015fd14f16276539a57a630ff7'/>
<id>acae873a6b396b015fd14f16276539a57a630ff7</id>
<content type='text'>
needs cli to function.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needs cli to function.

</pre>
</div>
</content>
</entry>
<entry>
<title>Due to the way Zend handles exit() we cannot rely on the return code</title>
<updated>2002-05-26T12:43:20+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-05-26T12:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=af5663fa501942534705eb1de6e007e83cdf474a'/>
<id>af5663fa501942534705eb1de6e007e83cdf474a</id>
<content type='text'>
of php_execute_script.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>Made constants persistent and fixed a memory leak.</title>
<updated>2002-05-26T12:20:35+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-05-26T12:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=190719ab97689a772e44328ba7c34726bffa8637'/>
<id>190719ab97689a772e44328ba7c34726bffa8637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Register STDIN, STDOUT, and STDERR "constants" in cli in cases where</title>
<updated>2002-05-24T01:17:37+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-05-24T01:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=1501657b2f82ea1c8052f8c1dd81a11582f63f86'/>
<id>1501657b2f82ea1c8052f8c1dd81a11582f63f86</id>
<content type='text'>
script itself is not being loaded from STDIN.

This enables constructs like fwrite(STDERR, "Error 42");

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
script itself is not being loaded from STDIN.

This enables constructs like fwrite(STDERR, "Error 42");

</pre>
</div>
</content>
</entry>
<entry>
<title>- Update about CLI default settings and it's weirdness.</title>
<updated>2002-05-11T20:33:59+00:00</updated>
<author>
<name>Markus Fischer</name>
<email>mfischer@php.net</email>
</author>
<published>2002-05-11T20:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=965b4c26f14c9ab2b9e36ea8caed94ce0f528dd0'/>
<id>965b4c26f14c9ab2b9e36ea8caed94ce0f528dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added copyright notice to php -v output.</title>
<updated>2002-05-11T14:26:30+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2002-05-11T14:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=8e15de012af2adc52eafa5e11e7da9850575f1eb'/>
<id>8e15de012af2adc52eafa5e11e7da9850575f1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert to the old php_ini.c, and reimplement the binary-path searching.</title>
<updated>2002-05-11T03:41:17+00:00</updated>
<author>
<name>Zeev Suraski</name>
<email>zeev@php.net</email>
</author>
<published>2002-05-11T03:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5af649efbdbb756b4e632ff67d04af9905ad328f'/>
<id>5af649efbdbb756b4e632ff67d04af9905ad328f</id>
<content type='text'>
Should now also work under UNIX (CLI/CGI)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should now also work under UNIX (CLI/CGI)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Prefix the first version line with 'PHP' so it's easier to use shell tools to</title>
<updated>2002-05-10T16:18:00+00:00</updated>
<author>
<name>Markus Fischer</name>
<email>mfischer@php.net</email>
</author>
<published>2002-05-10T16:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=ccbadfc11182184c4fc363d8fdbe8e9fc56de704'/>
<id>ccbadfc11182184c4fc363d8fdbe8e9fc56de704</id>
<content type='text'>
  parse the version number (both CLI and CGI).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  parse the version number (both CLI and CGI).

</pre>
</div>
</content>
</entry>
<entry>
<title>- This affects both CGI and CLI sapi:</title>
<updated>2002-05-10T16:04:03+00:00</updated>
<author>
<name>Markus Fischer</name>
<email>mfischer@php.net</email>
</author>
<published>2002-05-10T16:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=bf351e9639577a9861ecacd72522f9944759ef5a'/>
<id>bf351e9639577a9861ecacd72522f9944759ef5a</id>
<content type='text'>
  Remove Zend version output from -m switch and move it over to the output of
  the -v switch (-v is supposed to list version numbers, not -m).

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Remove Zend version output from -m switch and move it over to the output of
  the -v switch (-v is supposed to list version numbers, not -m).

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