<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/scripts/ext_skel_ng/ext_skel_ng.php, branch master</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>ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen</title>
<updated>2003-06-29T12:21:58+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-06-29T12:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7218a70ff684e476a2fd4f0ed75a466de5f5c724'/>
<id>7218a70ff684e476a2fd4f0ed75a466de5f5c724</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>create CREDITS, package.xml and maybe EXPERIMENTAL files</title>
<updated>2003-05-20T13:39:35+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-05-20T13:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=488363b6572f3c57a3289c46628826d185d07620'/>
<id>488363b6572f3c57a3289c46628826d185d07620</id>
<content type='text'>
create tests

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

</pre>
</div>
</content>
</entry>
<entry>
<title>- make sure we are running on PHP 5</title>
<updated>2003-05-06T16:50:39+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-05-06T16:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=249d85b2b059e0ca4b832fec97055222e6f43137'/>
<id>249d85b2b059e0ca4b832fec97055222e6f43137</id>
<content type='text'>
- prevent warnings if no known license given

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- prevent warnings if no known license given

</pre>
</div>
</content>
</entry>
<entry>
<title>cmdline parameter parsing improved</title>
<updated>2003-04-26T15:54:50+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-04-26T15:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=67df62c0b1545b37abb4deb91828fdcb5e1175a6'/>
<id>67df62c0b1545b37abb4deb91828fdcb5e1175a6</id>
<content type='text'>
uses license classes to write LICENSE file
config.m4 and *.dsp file are only written if their platform is supported

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses license classes to write LICENSE file
config.m4 and *.dsp file are only written if their platform is supported

</pre>
</div>
</content>
</entry>
<entry>
<title>use PEAR::System instead of system() to remove directories</title>
<updated>2003-04-24T18:01:57+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-04-24T18:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=580115b589a478ec3e6ce34b4773505d04990e85'/>
<id>580115b589a478ec3e6ce34b4773505d04990e85</id>
<content type='text'>
... plus some whitespace/indent changes :/

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... plus some whitespace/indent changes :/

</pre>
</div>
</content>
</entry>
<entry>
<title>support for passing description file name on command line</title>
<updated>2003-02-28T06:33:07+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-02-28T06:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e9787cd2fd303c1cbefdb47d11885e5d8b3ee0cc'/>
<id>e9787cd2fd303c1cbefdb47d11885e5d8b3ee0cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- code generation: resources and phpinfo logo</title>
<updated>2003-02-24T10:57:48+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-02-24T10:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=edbc369721b8a6a177224f5190bba0ac9de74b48'/>
<id>edbc369721b8a6a177224f5190bba0ac9de74b48</id>
<content type='text'>
- duplicate code elimination for prototype parsing
- improved phpinfo block (incl. logo)
- some input error checking
- documentation generation for ini-directives, constants
  and resources

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- duplicate code elimination for prototype parsing
- improved phpinfo block (incl. logo)
- some input error checking
- documentation generation for ini-directives, constants
  and resources

</pre>
</div>
</content>
</entry>
<entry>
<title>Microsoft Developer Studio project file (.dsp) generation added</title>
<updated>2003-02-19T10:12:28+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-02-19T10:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=889bb70a3f914a2fd420a5ddad9b0cd8eccdc707'/>
<id>889bb70a3f914a2fd420a5ddad9b0cd8eccdc707</id>
<content type='text'>
for now both config.m4 and .dsp files are generated for the simples
case only (one .c file, one .h file, no external dependencies)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for now both config.m4 and .dsp files are generated for the simples
case only (one .c file, one .h file, no external dependencies)

</pre>
</div>
</content>
</entry>
<entry>
<title>next generation ext_skel script - initial checkin</title>
<updated>2003-02-19T10:07:22+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-02-19T10:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=1dc3726ff2881f06716340fb74c35dfba094c0af'/>
<id>1dc3726ff2881f06716340fb74c35dfba094c0af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
