<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/config.w32, branch php-5.3.6</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>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=49f22527cc57f49d6b3b6bbd312715eaee878990'/>
<id>49f22527cc57f49d6b3b6bbd312715eaee878990</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>
<entry>
<title>Add new (optional!) win32 build infrastructure.</title>
<updated>2003-12-02T23:17:04+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-12-02T23:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b'/>
<id>05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b</id>
<content type='text'>
Will follow up to internals@ shortly.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will follow up to internals@ shortly.

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