Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
| | | | | which also comply with the current semantics for such macros | ||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | integrated the static tsrmls cache into ext/skel | Anatol Belski | 2014-12-17 | 1 | -8/+6 |
| | |||||
* | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -2/+2 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | fixes to ext/skeleton | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | fixed skeleton to produce the normalized ext version macros | Anatol Belski | 2013-10-14 | 1 | -0/+2 |
| | | | | See http://news.php.net/php.pecl.dev/11191 for more info. | ||||
* | Slightly modernize ext_skel and sekelton/ | Johannes Schlüter | 2013-07-17 | 1 | -9/+0 |
| | | | | | | | | | - .svnignore ->.gitignore - Add .gitignore entries for DSO stand-alone builds stuff - Docs don't use CVS but SVN - reorder extname.c file so it needs less forward declarations - take forward declarations out of php_extname.h - Drop #if for 12 years old PHP version compatibility | ||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -2/+4 |
| | |||||
* | typo fix | Andrey Hristov | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ... | Hartmut Holzgraefe | 2003-06-29 | 1 | -0/+56 |
| | |||||
* | ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen | Hartmut Holzgraefe | 2003-06-29 | 1 | -56/+0 |
| | |||||
* | 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) | David Hill | 2003-03-10 | 1 | -1/+1 |
| | |||||
* | TSRMG => TSRMLS | Yasuo Ohgaki | 2002-04-11 | 1 | -2/+2 |
| | |||||
* | More ext_skel cleanup | Rasmus Lerdorf | 2001-08-09 | 1 | -5/+12 |
| | |||||
* | Fix the .h file (untested) | Zeev Suraski | 2001-08-02 | 1 | -3/+1 |
| | |||||
* | hartmfixed and extended the ini parameter and module globals stuff | Hartmut Holzgraefe | 2001-05-01 | 1 | -7/+8 |
| | | | | | once again: someone test this please! | ||||
* | Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files | Sascha Schumann | 2000-12-01 | 1 | -11/+0 |
| | | | | | were unconditionally compiled. It is not necessary in PHP 4. | ||||
* | Revert. | Sterling Hughes | 2000-11-20 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Sterling Hughes | 2000-11-19 | 1 | -0/+2 |
| | |||||
* | Get ext_skel working again | Rasmus Lerdorf | 2000-10-05 | 1 | -10/+7 |
| | |||||
* | Fix some small issues. | Sterling Hughes | 2000-10-03 | 1 | -1/+1 |
| | |||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | - Fixed incorrect code generated when all parameters are optional. | Jouni Ahto | 2000-06-15 | 1 | -25/+2 |
| | | | | | | | | | | | | - 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_FOO | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - #if HAVE_FOO | ||||
* | # Still a typo. | Jouni Ahto | 2000-06-09 | 1 | -1/+1 |
| | |||||
* | # Cosmetic fixes and a typo. | Jouni Ahto | 2000-06-09 | 1 | -1/+1 |
| | |||||
* | - Cosmetic changes. | Jouni Ahto | 2000-06-09 | 1 | -30/+31 |
| | | | | | | - Optionally, create function entries, stubs and declarations from names listed in a file. | ||||
* | - As Sascha requested. | Jouni Ahto | 2000-06-09 | 1 | -4/+8 |
| | |||||
* | Change COMPILE_DL to COMPILE_DL_EXTNAME | Sascha Schumann | 2000-06-09 | 1 | -1/+1 |
| | |||||
* | - Added skeleton module creating script. | Jouni Ahto | 2000-06-09 | 1 | -0/+87 |