<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/skeleton/create_stubs, 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>awk: syntax error</title>
<updated>2016-11-26T23:32:08+00:00</updated>
<author>
<name>think</name>
<email>microhuang@live.com</email>
</author>
<published>2016-08-23T09:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=162ff394a5640e9c1d8d846e004a632f2738c9d3'/>
<id>162ff394a5640e9c1d8d846e004a632f2738c9d3</id>
<content type='text'>
awk version 20070501</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
awk version 20070501</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leftovers of TSRMLS in code</title>
<updated>2015-12-25T10:13:39+00:00</updated>
<author>
<name>Tom Van Looy</name>
<email>tom@ctors.net</email>
</author>
<published>2015-12-25T10:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=618b96112434c794860947f705246be8af0c5d44'/>
<id>618b96112434c794860947f705246be8af0c5d44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the most obvious issues here.</title>
<updated>2015-01-21T07:56:51+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@lerdorf.com</email>
</author>
<published>2015-01-21T07:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=41013ba5976446f59bc192fb2c047454550c04c3'/>
<id>41013ba5976446f59bc192fb2c047454550c04c3</id>
<content type='text'>
There are other problems though
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are other problems though
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace $Revision$ with $Id$ in keyword expansion enable files</title>
<updated>2012-03-20T16:53:47+00:00</updated>
<author>
<name>David Soria Parra</name>
<email>dsp@php.net</email>
</author>
<published>2012-03-20T16:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f7b10abae939412e8b5cab69cd579e071deb446b'/>
<id>f7b10abae939412e8b5cab69cd579e071deb446b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: New way for check void parameters</title>
<updated>2008-03-10T22:15:36+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2008-03-10T22:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=84a8bb038a26e254d6608662b16c254920388913'/>
<id>84a8bb038a26e254d6608662b16c254920388913</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>some awk installations need this escpaed ... BUG #24314 fixed</title>
<updated>2003-06-25T11:05:48+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2003-06-25T11:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=0072188eeb69f6c4f6e4b46d7b5d9d125e96d172'/>
<id>0072188eeb69f6c4f6e4b46d7b5d9d125e96d172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for uppercase function names in .def files - patch from David Viner</title>
<updated>2002-09-03T20:57:20+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2002-09-03T20:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=86c4c1730eb4bdd4097cd806270e7b75ffcdebeb'/>
<id>86c4c1730eb4bdd4097cd806270e7b75ffcdebeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
