| Commit message (Expand) | Author | Age | Files | Lines |
* | ; | Wez Furlong | 2004-05-16 | 1 | -1/+1 |
* | Add config.w32 template to ext_skel | Wez Furlong | 2004-05-16 | 1 | -0/+16 |
* | ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ... | Hartmut Holzgraefe | 2003-06-29 | 1 | -0/+284 |
* | ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen | Hartmut Holzgraefe | 2003-06-29 | 1 | -284/+0 |
* | -fix typo | Derick Rethans | 2002-12-01 | 1 | -1/+1 |
* | add missing backslash | Sascha Schumann | 2002-11-18 | 1 | -1/+1 |
* | Add --skel=dir option to ext_skel (patch from David Viner) | Rasmus Lerdorf | 2002-07-30 | 1 | -11/+21 |
* | Remove .libs from .cvsignores, except /. | Sascha Schumann | 2002-03-07 | 1 | -1/+0 |
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 1 | -15/+1 |
* | Some whitespace fixes (naugthy me :) and make use of PHP_CHECK_LIBRARY | foobar | 2002-01-08 | 1 | -11/+15 |
* | Introduce the good practise of using [] around output messages. | foobar | 2001-09-06 | 1 | -4/+4 |
* | Changed ext_skel to use zend_parse_parameters() for argument parsing in | Andrei Zmievski | 2001-08-11 | 1 | -14/+2 |
* | I just got annoyed by this, eventually. :) | Joey Smith | 2001-07-19 | 1 | -1/+1 |
* | A little typo here.. :) | foobar | 2001-06-24 | 1 | -1/+1 |
* | added generation of CREDITS and EXPERIMENTAL to ext_skel | Hartmut Holzgraefe | 2001-05-02 | 1 | -0/+8 |
* | looks like i missed something | Hartmut Holzgraefe | 2001-05-01 | 1 | -2/+2 |
* | some more example code for modules using --with-something | Hartmut Holzgraefe | 2001-04-30 | 1 | -4/+36 |
* | Fix ext_skel on Solaris | Sascha Schumann | 2000-12-07 | 1 | -2/+2 |
* | Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files | Sascha Schumann | 2000-12-01 | 1 | -1/+0 |
* | Remove *.o | Sascha Schumann | 2000-12-01 | 1 | -1/+0 |
* | added a regression test skeleton file | Hartmut Holzgraefe | 2000-10-23 | 1 | -2/+8 |
* | Small portability fix | Rasmus Lerdorf | 2000-08-04 | 1 | -1/+1 |
* | Make ext_skel create a Makefile.in set up to handle shared extension | Rasmus Lerdorf | 2000-07-27 | 1 | -0/+1 |
* | Tiny wording fix | Rasmus Lerdorf | 2000-07-16 | 1 | -1/+1 |
* | Make script work on POSIX sh | Sascha Schumann | 2000-07-04 | 1 | -33/+33 |
* | - Fixed incorrect code generated when all parameters are optional. | Jouni Ahto | 2000-06-15 | 1 | -31/+121 |
* | - Avoid generating unnecessary switch statemets. | Jouni Ahto | 2000-06-11 | 1 | -1/+1 |
* | - Fix typos, add default case to switch and other small things. | Jouni Ahto | 2000-06-10 | 1 | -7/+14 |
* | - Automatically generate C code to handle arguments passed to a PHP function | Jouni Ahto | 2000-06-10 | 1 | -32/+11 |
* | - Cosmetic changes. | Jouni Ahto | 2000-06-09 | 1 | -4/+56 |
* | - Changed user instructions. | Jouni Ahto | 2000-06-09 | 1 | -8/+12 |
* | - As Sascha requested. | Jouni Ahto | 2000-06-09 | 1 | -7/+25 |
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -4/+6 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 |
* | Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common | Sascha Schumann | 2000-03-27 | 1 | -16/+4 |
* | Generate better skeleton config.m4 | Sascha Schumann | 2000-03-27 | 1 | -2/+28 |
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 1 | -7/+0 |
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 1 | -4/+10 |
* | Remove INCLUDES line from Makefile.am skeleton | Sascha Schumann | 1999-11-28 | 1 | -1/+0 |
* | Add help to get people started. | Sascha Schumann | 1999-10-07 | 1 | -0/+18 |
* | Ignore generated files. | Andrei Zmievski | 1999-10-07 | 1 | -0/+3 |
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
* | I will follow portability guidelines. | Andrey Hristov | 1999-09-27 | 1 | -5/+14 |
* | Make it portable. | Andrey Hristov | 1999-09-27 | 1 | -16/+6 |
* | moved dav, msql and oracle to ext/ | Stig Bakken | 1999-04-21 | 1 | -3/+3 |
* | create .cvsignore only once :-) | Stig Bakken | 1999-04-21 | 1 | -7/+0 |
* | create .cvsignore as well | Stig Bakken | 1999-04-21 | 1 | -0/+8 |
* | make config.h.stub as well | Stig Bakken | 1999-04-21 | 1 | -12/+19 |
* | generates basic skeleton for new extension | Sascha Schumann | 1999-04-21 | 1 | -0/+65 |