Nikita Popov
1ac152938c
Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE
...
Also re bug #71575 .
2016-03-03 16:50:01 +01:00
Anatol Belski
4e66cce87c
switch to the unified globals accessor where appropriate
2015-07-29 13:26:35 +02:00
Anatol Belski
af3ca74501
made ZEND_TSRMLS_CACHE_* macros look like function calls
...
which also comply with the current semantics for such macros
2015-02-16 17:19:32 +01:00
Stanislav Malyshev
b7a7b1a624
trailing whitespace removal
2015-01-10 15:07:38 -08:00
Anatol Belski
e1fcb9ea66
integrated the static tsrmls cache into ext/skel
2014-12-17 12:37:50 +01:00
Anatol Belski
e112f6a04e
second shot on removing TSRMLS_*
2014-12-14 14:07:59 +01:00
Anatol Belski
c3e3c98ec6
master renames phase 1
2014-08-25 19:24:55 +02:00
Anatol Belski
0606e4bcb6
fixes to ext/skeleton
2014-08-19 13:53:44 +02:00
Anatol Belski
dcfd753104
fixed skeleton to produce the normalized ext version macros
...
See http://news.php.net/php.pecl.dev/11191 for more info.
2013-10-14 14:37:39 +02:00
Johannes Schlüter
f7e204d7ed
Slightly modernize ext_skel and sekelton/
...
- .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
2013-07-17 23:18:13 +02:00
Dmitry Stogov
240fa244c3
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)
2008-01-30 09:41:12 +00:00
Andrey Hristov
ab43b68476
typo fix
2004-02-02 22:41:56 +00:00
Hartmut Holzgraefe
f355c4c5bb
ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ...
2003-06-29 16:07:18 +00:00
Hartmut Holzgraefe
7218a70ff6
ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen
2003-06-29 12:21:58 +00:00
David Hill
1edf7f55e5
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
2003-03-10 14:50:16 +00:00
Yasuo Ohgaki
932e33e259
TSRMG => TSRMLS
2002-04-11 05:06:16 +00:00
Rasmus Lerdorf
c359e40a57
More ext_skel cleanup
2001-08-09 04:47:47 +00:00
Zeev Suraski
37a3490f33
Fix the .h file (untested)
2001-08-02 05:56:10 +00:00
Hartmut Holzgraefe
78b54eaa8b
hartmfixed and extended the ini parameter and module globals stuff
...
once again: someone test this please!
2001-05-01 16:21:58 +00:00
Sascha Schumann
8e3abe8946
Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files
...
were unconditionally compiled. It is not necessary in PHP 4.
2000-12-01 14:56:30 +00:00
Sterling Hughes
b853cd5dc8
Revert.
2000-11-20 17:27:50 +00:00
Sterling Hughes
3b1a3a3f8c
*** empty log message ***
2000-11-19 16:54:54 +00:00
Rasmus Lerdorf
348079bc3f
Get ext_skel working again
2000-10-05 20:48:12 +00:00
Sterling Hughes
e97718461b
Fix some small issues.
2000-10-03 15:51:39 +00:00
Sascha Schumann
cd754d7825
Rename macros which begin with underscore to appropiate macros. The general
...
rule is:
macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
2000-07-03 00:41:19 +00:00
Jouni Ahto
495a957c99
- Fixed incorrect code generated when all parameters are optional.
...
- 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.
2000-06-15 01:57:23 +00:00
Andi Gutmans
f79e3fa02f
- #ifdef COMPILE_DL_FOO
...
- #if HAVE_FOO
2000-06-10 08:50:24 +00:00
Jouni Ahto
796ff183b0
# Still a typo.
2000-06-09 23:37:05 +00:00
Jouni Ahto
dee9053cb6
# Cosmetic fixes and a typo.
2000-06-09 21:47:20 +00:00
Jouni Ahto
420d668f33
- Cosmetic changes.
...
- Optionally, create function entries, stubs and declarations from names
listed in a file.
2000-06-09 18:04:17 +00:00
Jouni Ahto
216067b63f
- As Sascha requested.
2000-06-09 03:38:37 +00:00
Sascha Schumann
a4a4de55f7
Change COMPILE_DL to COMPILE_DL_EXTNAME
2000-06-09 02:59:47 +00:00
Jouni Ahto
c9dfab5024
- Added skeleton module creating script.
2000-06-09 02:51:43 +00:00