summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Collapse)AuthorAgeFilesLines
* fixed skeleton to produce the normalized ext version macrosAnatol Belski2013-10-142-1/+3
| | | | See http://news.php.net/php.pecl.dev/11191 for more info.
* Fix typoCarson McDonald2013-04-051-1/+1
|
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-1/+1
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+3
|
* 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
|