summaryrefslogtreecommitdiff
path: root/ext/skeleton/skeleton.c
Commit message (Collapse)AuthorAgeFilesLines
* Oops, FOO_VERSION doesn't existRasmus Lerdorf2001-12-021-1/+1
|
* Make ext_skel generate backward compatible module sourcesRasmus Lerdorf2001-12-021-1/+5
| | | | | (flight from London to Paris is too short for any real work)
* These were supposed to matchRasmus Lerdorf2001-10-271-2/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* fixed name of global variables in ext/skelton.Rui Hirokawa2001-10-061-2/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* New extensions should put this in by defaultSterling Hughes2001-08-241-2/+2
|
* sync with CODING_STANDARDSZeev Suraski2001-08-161-1/+2
|
* Commit a bit of random plane hacking.Rasmus Lerdorf2001-08-161-8/+5
| | | | | | - A slight exif fix from the latest version of jhead - Make ext_skel's confirm_module_compiled function consistent
* More ext_skel cleanupRasmus Lerdorf2001-08-091-0/+19
|
* BeautifyZeev Suraski2001-08-021-1/+1
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+0
|
* added missing includefoobar2001-06-241-0/+1
|
* added missing ending fold tag.foobar2001-06-241-0/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-7/+36
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* hartmfixed and extended the ini parameter and module globals stuffHartmut Holzgraefe2001-05-011-0/+2
| | | | | once again: someone test this please!
* Fixed possible overflow again.Sean Bright2001-04-061-1/+1
| | | | | # Heh...
* Make this message more grammatically correct.Jon Parise2001-04-061-1/+1
|
* Fixed possible overflow.Sean Bright2001-04-061-1/+1
|
* Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source filesSascha Schumann2000-12-011-7/+0
| | | | | were unconditionally compiled. It is not necessary in PHP 4.
* Get ext_skel working againRasmus Lerdorf2000-10-051-0/+5
|
* Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endifSascha Schumann2000-10-041-5/+1
| | | | | construct.
* Fix some small issues.Sterling Hughes2000-10-031-1/+1
|
* Tiny wording fixRasmus Lerdorf2000-07-161-1/+1
|
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-151-27/+3
| | | | | | | | | | | | - Fixed handling of grouped optional parameters. - Added an option to generate xml documentation. - Added an option not to be nice and helpful and create all kinds of comments and testing functions. - Added on option to create function stubs only. - Added options --assing-params and --string-lens that change the generated code. - Updated documentation.
* - #ifdef COMPILE_DL_FOOAndi Gutmans2000-06-101-1/+1
| | | | | - #if HAVE_FOO
* # Cosmetic fixes and a typo.Jouni Ahto2000-06-091-3/+3
|
* - Cosmetic changes.Jouni Ahto2000-06-091-28/+31
| | | | | | - Optionally, create function entries, stubs and declarations from names listed in a file.
* - As Sascha requested.Jouni Ahto2000-06-091-8/+3
|
* - Added skeleton module creating script.Jouni Ahto2000-06-091-0/+144