<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/ext_skel_win32.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>Redesigned ext_skel to be written entirely in PHP with no dependencies, this means it will now run on Windows without Cygwin and other nonsense.</title>
<updated>2017-07-23T08:36:35+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2017-07-23T08:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f35f45906eac34498c7720326fb9da9fde960871'/>
<id>f35f45906eac34498c7720326fb9da9fde960871</id>
<content type='text'>
It no longer includes a way to generate XML documentation (the PHP documentation utilities already got tools for that in svn under phpdoc/doc-base) and it no longer support function stubs.

$ php ext_skel.php --help
php ext_skel.php --ext=&lt;name&gt; [--experimental] [--author=&lt;name&gt;]
                 [--dir=&lt;path&gt;] [--std] [--onlyunix]
                 [--onlywindows] [--help]

  --ext=&lt;name&gt;          The name of the extension defined as &lt;name&gt;
  --experimental        Passed if this extension is experimental, this creates
                        the EXPERIMENTAL file in the root of the extension
  --author=&lt;name&gt;       Your name, this is used if --header is passed and
                        for the CREDITS file
  --dir=&lt;path&gt;          Path to the directory for where extension should be
                        created. Defaults to the directory of where this script
                        lives
  --std                 If passed, the standard header and vim rules footer used

                        in extensions that is included in the core, will be used

  --onlyunix            Only generate configure scripts for Unix
  --onlywindows         Only generate configure scripts for Windows
  --help                This help

Example usage:
$ php ext_skel.php --ext test --std --experimental
$ php ext_skel.php --ext kalle --author "Kalle Sommer Nielsen"
$ php ext_skel.php --ext phpfi --dir "/home/kalle/dev/" --onlyunix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It no longer includes a way to generate XML documentation (the PHP documentation utilities already got tools for that in svn under phpdoc/doc-base) and it no longer support function stubs.

$ php ext_skel.php --help
php ext_skel.php --ext=&lt;name&gt; [--experimental] [--author=&lt;name&gt;]
                 [--dir=&lt;path&gt;] [--std] [--onlyunix]
                 [--onlywindows] [--help]

  --ext=&lt;name&gt;          The name of the extension defined as &lt;name&gt;
  --experimental        Passed if this extension is experimental, this creates
                        the EXPERIMENTAL file in the root of the extension
  --author=&lt;name&gt;       Your name, this is used if --header is passed and
                        for the CREDITS file
  --dir=&lt;path&gt;          Path to the directory for where extension should be
                        created. Defaults to the directory of where this script
                        lives
  --std                 If passed, the standard header and vim rules footer used

                        in extensions that is included in the core, will be used

  --onlyunix            Only generate configure scripts for Unix
  --onlywindows         Only generate configure scripts for Windows
  --help                This help

Example usage:
$ php ext_skel.php --ext test --std --experimental
$ php ext_skel.php --ext kalle --author "Kalle Sommer Nielsen"
$ php ext_skel.php --ext phpfi --dir "/home/kalle/dev/" --onlyunix
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the remains of dsp files handling</title>
<updated>2014-10-03T17:38:40+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2014-10-03T17:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=1ff094deb481234c0aa2fb5b0ee144b7aba924ff'/>
<id>1ff094deb481234c0aa2fb5b0ee144b7aba924ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert change #298288: Remove old dsp/dsw/makefile files</title>
<updated>2010-04-28T14:41:51+00:00</updated>
<author>
<name>Rob Richards</name>
<email>rrichards@php.net</email>
</author>
<published>2010-04-28T14:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=0a34d10783284e6d96d7f6f69bf29ff1f1fb45bd'/>
<id>0a34d10783284e6d96d7f6f69bf29ff1f1fb45bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old dsp/dsw/makefile files, these arent used by the build system anymore and are barely updated nor available for all extensions</title>
<updated>2010-04-21T23:36:49+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2010-04-21T23:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=518a17e7bfbc1cbce1ef121f9ec2577b257de1da'/>
<id>518a17e7bfbc1cbce1ef121f9ec2577b257de1da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On win32 extensions starts with php_</title>
<updated>2003-10-29T05:42:26+00:00</updated>
<author>
<name>Frank M. Kromann</name>
<email>fmk@php.net</email>
</author>
<published>2003-10-29T05:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c26303c7895473c54d926b03cb6437073c26cd6f'/>
<id>c26303c7895473c54d926b03cb6437073c26cd6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in parameter</title>
<updated>2003-10-29T05:34:00+00:00</updated>
<author>
<name>Frank M. Kromann</name>
<email>fmk@php.net</email>
</author>
<published>2003-10-29T05:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=aefb8fe2f8d0b4e169d572cedc9f7f3b911db61c'/>
<id>aefb8fe2f8d0b4e169d572cedc9f7f3b911db61c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ...</title>
<updated>2003-06-29T16:07:18+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-06-29T16:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f355c4c5bbd0d02b838a056c8e081ee6fcd1e0d0'/>
<id>f355c4c5bbd0d02b838a056c8e081ee6fcd1e0d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Rename script.</title>
<updated>2003-01-31T18:51:28+00:00</updated>
<author>
<name>Frank M. Kromann</name>
<email>fmk@php.net</email>
</author>
<published>2003-01-31T18:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=b079cc2af57b92b697bef28e599e9f96b6067807'/>
<id>b079cc2af57b92b697bef28e599e9f96b6067807</id>
<content type='text'>
Add check for CLI version

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add check for CLI version

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