<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/config.w32, branch php-5.5.24</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>Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)</title>
<updated>2013-03-07T18:54:34+00:00</updated>
<author>
<name>Keyur Govande</name>
<email>kgovande@gmail.com</email>
</author>
<published>2013-03-07T18:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a0a995cff356a6e7526188ad1979fac6c24b9e7e'/>
<id>a0a995cff356a6e7526188ad1979fac6c24b9e7e</id>
<content type='text'>
A new commit into branch 5.5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new commit into branch 5.5
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add built-in web server to CLI SAPI. See the RFC for detail.</title>
<updated>2011-06-20T20:27:39+00:00</updated>
<author>
<name>Moriyoshi Koizumi</name>
<email>moriyoshi@php.net</email>
</author>
<published>2011-06-20T20:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7dfef17c541dd6826dda92ddc23cfaca2bb21442'/>
<id>7dfef17c541dd6826dda92ddc23cfaca2bb21442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Implement FR#53878 Interactive shell should work with shared readline extension</title>
<updated>2011-02-19T16:04:30+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2011-02-19T16:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6c734a6b4c9ecf90162cf53fcf5f89864ccabbde'/>
<id>6c734a6b4c9ecf90162cf53fcf5f89864ccabbde</id>
<content type='text'>
# This is useful w/ distributors who like to build all things shared or don't
# provide the readline extension. Or if a user pefers readline's behavior over
# libedit which might be used by the  distributor.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# This is useful w/ distributors who like to build all things shared or don't
# provide the readline extension. Or if a user pefers readline's behavior over
# libedit which might be used by the  distributor.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #50804 (Document configure.js --enable-crt-debug)</title>
<updated>2010-08-11T22:38:15+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2010-08-11T22:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aae13b29a966d1b4144fb601cd277df63b26cce3'/>
<id>aae13b29a966d1b4144fb601cd277df63b26cce3</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 win build</title>
<updated>2007-10-05T16:00:30+00:00</updated>
<author>
<name>Rob Richards</name>
<email>rrichards@php.net</email>
</author>
<published>2007-10-05T16:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c4575f4c4be3b577de158c7288e11c991428565e'/>
<id>c4575f4c4be3b577de158c7288e11c991428565e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH:- Added common getopt implementation to core.</title>
<updated>2007-10-01T12:40:54+00:00</updated>
<author>
<name>Jani Taskinen</name>
<email>jani@php.net</email>
</author>
<published>2007-10-01T12:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2bc631fb4040b731388fb126c2ca76a06d3989d1'/>
<id>2bc631fb4040b731388fb126c2ca76a06d3989d1</id>
<content type='text'>
MFH:- Added long-option feature to getopt().
MFH:- Made getopt() available on win32 systems.
MFH:  Patch by: David Soria Parra &lt;dsp@php.net&gt;
[DOC]: These changes will be available from 5.3+

# Note: Fixed also tests and synced basic_functions.c with HEAD.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFH:- Added long-option feature to getopt().
MFH:- Made getopt() available on win32 systems.
MFH:  Patch by: David Soria Parra &lt;dsp@php.net&gt;
[DOC]: These changes will be available from 5.3+

# Note: Fixed also tests and synced basic_functions.c with HEAD.

</pre>
</div>
</content>
</entry>
<entry>
<title>Give exe files 8MB stack (same default as on Linux) instead of Windows default 1MB</title>
<updated>2006-05-18T21:46:12+00:00</updated>
<author>
<name>Edin Kadribasic</name>
<email>edink@php.net</email>
</author>
<published>2006-05-18T21:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=52566bba7552705bc2ae12f68190a3e54d902e1f'/>
<id>52566bba7552705bc2ae12f68190a3e54d902e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add command completion to CLI's -a mode</title>
<updated>2005-05-14T19:33:18+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-05-14T19:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=51fe495ea1d6c08bf24ade02b1f250b5d0051d70'/>
<id>51fe495ea1d6c08bf24ade02b1f250b5d0051d70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional php-win.exe variation of the CLI sapi.</title>
<updated>2004-01-14T03:14:18+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2004-01-14T03:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=31f7699a857534d24990b1c7d5e06ed81e85ad9b'/>
<id>31f7699a857534d24990b1c7d5e06ed81e85ad9b</id>
<content type='text'>
php-win.exe runs in the windows GUI subsystem, and thus
has no console; stdio handles are effectively set to /dev/null
and no "dos box" will appear on screen when running scripts
using this sapi (php-gtk people will be familiar with this concept).

Aside from those differences, php-win.exe is 100% identical to
regular CLI

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
php-win.exe runs in the windows GUI subsystem, and thus
has no console; stdio handles are effectively set to /dev/null
and no "dos box" will appear on screen when running scripts
using this sapi (php-gtk people will be familiar with this concept).

Aside from those differences, php-win.exe is 100% identical to
regular CLI

</pre>
</div>
</content>
</entry>
<entry>
<title>add win32 configure option for CLI to switch on CRT heap debugging</title>
<updated>2003-12-22T13:08:04+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-12-22T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d756e1db2324c1f4ab6f9b52e329959ce6a02bc3'/>
<id>d756e1db2324c1f4ab6f9b52e329959ce6a02bc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
