<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/ext_skel, 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>Use modern autotools name of configure.ac instead of configure.in</title>
<updated>2017-01-27T06:07:40+00:00</updated>
<author>
<name>Brian Evans</name>
<email>grknight@gentoo.org</email>
</author>
<published>2015-11-11T20:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2fe9208ee3d21f8d25b1b350819cb79432647af1'/>
<id>2fe9208ee3d21f8d25b1b350819cb79432647af1</id>
<content type='text'>
configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50
to replace the file named configure.in.
Autotools is preparing to remove configure.in in Automake 2.0.
All new software should be using configure.ac.
This also fixes Bug #69770 where extensions are creating configure.in

Signed-off-by: Brian Evans &lt;grknight@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50
to replace the file named configure.in.
Autotools is preparing to remove configure.in in Automake 2.0.
All new software should be using configure.ac.
This also fixes Bug #69770 where extensions are creating configure.in

Signed-off-by: Brian Evans &lt;grknight@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing spaces</title>
<updated>2015-12-16T04:45:09+00:00</updated>
<author>
<name>Lynn</name>
<email>homlean@gmail.com</email>
</author>
<published>2015-12-16T04:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c64adc9428939ce66d13702854d7cbcdde70e792'/>
<id>c64adc9428939ce66d13702854d7cbcdde70e792</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>integrated the static tsrmls cache into ext/skel</title>
<updated>2014-12-17T11:37:50+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2014-12-17T11:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e1fcb9ea66384269e5afa22769bb95cf2eb08306'/>
<id>e1fcb9ea66384269e5afa22769bb95cf2eb08306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2014-10-01T07:26:46+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-10-01T07:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f584b67eaa20ecd2f63d5dd20c8fffe04b0fb11b'/>
<id>f584b67eaa20ecd2f63d5dd20c8fffe04b0fb11b</id>
<content type='text'>
* PHP-5.5:
  use $PHP_LIBDIR instread of "lib" in skel example
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  use $PHP_LIBDIR instread of "lib" in skel example
</pre>
</div>
</content>
</entry>
<entry>
<title>use $PHP_LIBDIR instread of "lib" in skel example</title>
<updated>2014-10-01T07:26:21+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-10-01T07:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7319298ffe514aa0ddfbcd522a4f5286f6a6c3cc'/>
<id>7319298ffe514aa0ddfbcd522a4f5286f6a6c3cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2014-05-01T18:23:14+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-05-01T18:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d5712d6ba4f1797993c49996c04be1a8b37e8dec'/>
<id>d5712d6ba4f1797993c49996c04be1a8b37e8dec</id>
<content type='text'>
* PHP-5.5:
  Use the right path for the suggested PHP invocation in ext_skel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  Use the right path for the suggested PHP invocation in ext_skel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the right path for the suggested PHP invocation in ext_skel.</title>
<updated>2014-05-01T18:22:20+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-05-01T18:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=941c39bd06aac1b7d3ce2cf3189144875f216b47'/>
<id>941c39bd06aac1b7d3ce2cf3189144875f216b47</id>
<content type='text'>
Fixes bug #67160 (ext_skel outputs incorrect information).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #67160 (ext_skel outputs incorrect information).
</pre>
</div>
</content>
</entry>
<entry>
<title>Slightly modernize ext_skel and sekelton/</title>
<updated>2013-07-17T21:18:13+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2013-07-17T21:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f7e204d7ed57754eceb01004b68dc733d3259c4c'/>
<id>f7e204d7ed57754eceb01004b68dc733d3259c4c</id>
<content type='text'>
- .svnignore -&gt;.gitignore
- Add .gitignore entries for DSO stand-alone builds stuff
- Docs don't use CVS but SVN
- reorder extname.c file so it needs less forward declarations
- take forward declarations out of php_extname.h
- Drop #if for 12 years old PHP version compatibility
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- .svnignore -&gt;.gitignore
- Add .gitignore entries for DSO stand-alone builds stuff
- Docs don't use CVS but SVN
- reorder extname.c file so it needs less forward declarations
- take forward declarations out of php_extname.h
- Drop #if for 12 years old PHP version compatibility
</pre>
</div>
</content>
</entry>
<entry>
<title>- ext_skelshould create a .svnignore not .cvsignore these days</title>
<updated>2010-08-06T22:19:47+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2010-08-06T22:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5b8a974886995742d7674acebed4c963d630a0c0'/>
<id>5b8a974886995742d7674acebed4c963d630a0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
