summaryrefslogtreecommitdiff
path: root/ext/ext_skel
Commit message (Expand)AuthorAgeFilesLines
* Changed ext_skel to use zend_parse_parameters() for argument parsing inAndrei Zmievski2001-08-111-14/+2
* I just got annoyed by this, eventually. :)Joey Smith2001-07-191-1/+1
* A little typo here.. :)foobar2001-06-241-1/+1
* added generation of CREDITS and EXPERIMENTAL to ext_skelHartmut Holzgraefe2001-05-021-0/+8
* looks like i missed somethingHartmut Holzgraefe2001-05-011-2/+2
* some more example code for modules using --with-somethingHartmut Holzgraefe2001-04-301-4/+36
* Fix ext_skel on SolarisSascha Schumann2000-12-071-2/+2
* Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source filesSascha Schumann2000-12-011-1/+0
* Remove *.oSascha Schumann2000-12-011-1/+0
* added a regression test skeleton fileHartmut Holzgraefe2000-10-231-2/+8
* Small portability fixRasmus Lerdorf2000-08-041-1/+1
* Make ext_skel create a Makefile.in set up to handle shared extensionRasmus Lerdorf2000-07-271-0/+1
* Tiny wording fixRasmus Lerdorf2000-07-161-1/+1
* Make script work on POSIX shSascha Schumann2000-07-041-33/+33
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-151-31/+121
* - Avoid generating unnecessary switch statemets.Jouni Ahto2000-06-111-1/+1
* - Fix typos, add default case to switch and other small things.Jouni Ahto2000-06-101-7/+14
* - Automatically generate C code to handle arguments passed to a PHP functionJouni Ahto2000-06-101-32/+11
* - Cosmetic changes.Jouni Ahto2000-06-091-4/+56
* - Changed user instructions.Jouni Ahto2000-06-091-8/+12
* - As Sascha requested.Jouni Ahto2000-06-091-7/+25
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-4/+6
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the commonSascha Schumann2000-03-271-16/+4
* Generate better skeleton config.m4Sascha Schumann2000-03-271-2/+28
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-7/+0
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-4/+10
* Remove INCLUDES line from Makefile.am skeletonSascha Schumann1999-11-281-1/+0
* Add help to get people started.Sascha Schumann1999-10-071-0/+18
* Ignore generated files.Andrei Zmievski1999-10-071-0/+3
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
* I will follow portability guidelines.Andrey Hristov1999-09-271-5/+14
* Make it portable.Andrey Hristov1999-09-271-16/+6
* moved dav, msql and oracle to ext/Stig Bakken1999-04-211-3/+3
* create .cvsignore only once :-)Stig Bakken1999-04-211-7/+0
* create .cvsignore as wellStig Bakken1999-04-211-0/+8
* make config.h.stub as wellStig Bakken1999-04-211-12/+19
* generates basic skeleton for new extensionSascha Schumann1999-04-211-0/+65