summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Collapse)AuthorAgeFilesLines
...
* Added automatic module globals managementDmitry Stogov2006-06-151-1/+0
|
* MFHfoobar2005-12-051-1/+1
|
* - don't use short tagAndrey Hristov2005-04-141-4/+6
| | | | | - detect CLI binary and don't print &lt ;br < in this case
* Opps.John Coggeshall2005-03-051-4/+15
|
* Starting tests....John Coggeshall2005-03-051-15/+4
|
* - Remove unused blocksMarcus Boerger2004-05-191-3/+0
|
* typo fixAndrey Hristov2004-02-021-1/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-5/+5
|
* On win32 extensions starts with php_Frank M. Kromann2003-10-291-2/+2
|
* ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ...Hartmut Holzgraefe2003-06-298-0/+669
|
* ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_GenHartmut Holzgraefe2003-06-298-669/+0
|
* some awk installations need this escpaed ... BUG #24314 fixedHartmut Holzgraefe2003-06-251-1/+1
|
* 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)David Hill2003-03-101-1/+1
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* Use platform specific extension.Frank M. Kromann2003-01-311-1/+1
|
* Dtandard visual studio project for ext_skelFrank M. Kromann2003-01-311-0/+113
|
* Correct case for README.TESTING.Jon Parise2002-10-221-2/+2
|
* Update documentationMarcus Boerger2002-10-221-1/+2
|
* Check for uppercase function names in .def files - patch from David VinerRasmus Lerdorf2002-09-031-0/+7
|
* TSRMG => TSRMLSYasuo Ohgaki2002-04-111-2/+2
|
* typo fixHartmut Holzgraefe2001-12-181-1/+1
|
* improved xml generatioimproved xml generationHartmut Holzgraefe2001-12-151-13/+20
|
* editor preferences for XML files updatedHartmut Holzgraefe2001-12-121-1/+5
|
* 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-162-8/+14
| | | | | | - A slight exif fix from the latest version of jhead - Make ext_skel's confirm_module_compiled function consistent
* Add TSRMLS_CCRasmus Lerdorf2001-08-131-1/+1
|
* Faster wrong_param check for functions that take no parametersRasmus Lerdorf2001-08-131-6/+7
|
* Save spec_opt for each function.Andrei Zmievski2001-08-121-1/+2
|
* Fix it up a bit.Andrei Zmievski2001-08-121-13/+14
|
* Oops, missing () thereRasmus Lerdorf2001-08-121-1/+1
|
* Changed ext_skel to use zend_parse_parameters() for argument parsing inAndrei Zmievski2001-08-111-109/+39
| | | | | | | the generated functions. This cuts down on code a lot. The point before this change was tagged BEFORE_PARAM_PARSING_CHANGE.
* More ext_skel cleanupRasmus Lerdorf2001-08-092-5/+31
|
* Fixed a bunch of problems hereRasmus Lerdorf2001-08-081-43/+47
|
* Fix the .h file (untested)Zeev Suraski2001-08-021-3/+1
|
* We no longer need any FETCH's for internal functionsZeev Suraski2001-08-021-3/+2
|
* TSRM fix for ext_skel - probably more neededRasmus Lerdorf2001-08-021-1/+1
|
* BeautifyZeev Suraski2001-08-022-3/+3
|
* 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
|