Yasuo Ohgaki
|
932e33e259
|
TSRMG => TSRMLS
|
2002-04-11 05:06:16 +00:00 |
|
Hartmut Holzgraefe
|
7dd8ded152
|
typo fix
|
2001-12-18 11:16:53 +00:00 |
|
Hartmut Holzgraefe
|
43d0919298
|
improved xml generatioimproved xml generation
|
2001-12-15 14:19:13 +00:00 |
|
Hartmut Holzgraefe
|
3686d84a68
|
editor preferences for XML files updated
|
2001-12-12 20:49:44 +00:00 |
|
Rasmus Lerdorf
|
0c5e2d2439
|
Oops, FOO_VERSION doesn't exist
|
2001-12-02 00:59:44 +00:00 |
|
Rasmus Lerdorf
|
8dce85c2f2
|
Make ext_skel generate backward compatible module sources
(flight from London to Paris is too short for any real work)
|
2001-12-02 00:42:22 +00:00 |
|
Rasmus Lerdorf
|
374a351444
|
These were supposed to match
|
2001-10-27 12:22:22 +00:00 |
|
Stig Bakken
|
689252082c
|
* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
|
2001-10-11 23:33:59 +00:00 |
|
Rui Hirokawa
|
8b8d3d35c2
|
fixed name of global variables in ext/skelton.
|
2001-10-06 04:39:37 +00:00 |
|
Derick Rethans
|
78747bd2df
|
- Don't wrap lines... this is annoying while coding.
|
2001-09-09 13:29:31 +00:00 |
|
Sterling Hughes
|
ca5eb34608
|
New extensions should put this in by default
|
2001-08-24 01:09:10 +00:00 |
|
Zeev Suraski
|
ef18947e5a
|
sync with CODING_STANDARDS
|
2001-08-16 20:57:55 +00:00 |
|
Rasmus Lerdorf
|
2b4c2a2ff5
|
Commit a bit of random plane hacking.
- A slight exif fix from the latest version of jhead
- Make ext_skel's confirm_module_compiled function consistent
|
2001-08-16 00:16:00 +00:00 |
|
Rasmus Lerdorf
|
6a62f0bd4a
|
Add TSRMLS_CC
|
2001-08-13 19:36:43 +00:00 |
|
Rasmus Lerdorf
|
d4a6487e8c
|
Faster wrong_param check for functions that take no parameters
|
2001-08-13 08:15:12 +00:00 |
|
Andrei Zmievski
|
1388a3a396
|
Save spec_opt for each function.
|
2001-08-12 03:46:25 +00:00 |
|
Andrei Zmievski
|
75da34e8aa
|
Fix it up a bit.
|
2001-08-12 02:45:41 +00:00 |
|
Rasmus Lerdorf
|
ecc2fae542
|
Oops, missing () there
|
2001-08-12 00:14:48 +00:00 |
|
Andrei Zmievski
|
4e857ef2d3
|
Changed ext_skel to use zend_parse_parameters() for argument parsing in
the generated functions. This cuts down on code a lot.
The point before this change was tagged BEFORE_PARAM_PARSING_CHANGE.
|
2001-08-11 03:24:23 +00:00 |
|
Rasmus Lerdorf
|
c359e40a57
|
More ext_skel cleanup
|
2001-08-09 04:47:47 +00:00 |
|
Rasmus Lerdorf
|
b94cff2559
|
Fixed a bunch of problems here
|
2001-08-08 00:20:19 +00:00 |
|
Zeev Suraski
|
37a3490f33
|
Fix the .h file (untested)
|
2001-08-02 05:56:10 +00:00 |
|
Zeev Suraski
|
5dfe1deb96
|
We no longer need any FETCH's for internal functions
|
2001-08-02 05:49:24 +00:00 |
|
Rasmus Lerdorf
|
8cf4e4a725
|
TSRM fix for ext_skel - probably more needed
|
2001-08-02 05:36:50 +00:00 |
|
Zeev Suraski
|
527689ca81
|
Beautify
|
2001-08-02 00:11:20 +00:00 |
|
Zeev Suraski
|
797a079a95
|
More TSRMLS_FETCH work, and a bit of cleanup
|
2001-07-30 06:18:13 +00:00 |
|
foobar
|
9b131c2633
|
added missing include
|
2001-06-24 23:29:13 +00:00 |
|
foobar
|
a8382659f9
|
added missing ending fold tag.
|
2001-06-24 21:58:47 +00:00 |
|
Rasmus Lerdorf
|
81e2cf03ac
|
Fix folding and clean up some extensions
|
2001-06-06 13:06:12 +00:00 |
|
Rasmus Lerdorf
|
25c3a3a39d
|
vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
2001-06-05 13:12:10 +00:00 |
|
Stig Bakken
|
1beda9ee1e
|
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
|
2001-05-24 10:07:29 +00:00 |
|
Hartmut Holzgraefe
|
06d498473e
|
added generation of CREDITS and EXPERIMENTAL to ext_skel
|
2001-05-02 23:33:21 +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 |
|
Hartmut Holzgraefe
|
17da9f22f2
|
a backslash was missing (+ whitespace)
|
2001-04-25 21:26:05 +00:00 |
|
Sean Bright
|
a1ba58a46c
|
Fixed possible overflow again.
# Heh...
|
2001-04-06 17:48:34 +00:00 |
|
Jon Parise
|
8540c6923d
|
Make this message more grammatically correct.
|
2001-04-06 16:04:25 +00:00 |
|
Sean Bright
|
10eaf14db9
|
Fixed possible overflow.
|
2001-04-06 14:42:06 +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 |
|
Hartmut Holzgraefe
|
1f6878e912
|
2nd step towards auto-credits
|
2000-11-20 10:33:33 +00:00 |
|
Sterling Hughes
|
3b1a3a3f8c
|
*** empty log message ***
|
2000-11-19 16:54:54 +00:00 |
|
Hartmut Holzgraefe
|
c420d653ee
|
support for short comments was added to ext_skel proto files
theese will be used in proto comments in the source
and as <refpurpose> information in the XML docs
|
2000-10-31 11:30:11 +00:00 |
|
Hartmut Holzgraefe
|
b17451635d
|
added a regression test skeleton file
plus a partintro in xml documentation template
|
2000-10-23 07:31:31 +00:00 |
|
Rasmus Lerdorf
|
348079bc3f
|
Get ext_skel working again
|
2000-10-05 20:48:12 +00:00 |
|
Sascha Schumann
|
47dfaf232f
|
Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endif
construct.
|
2000-10-04 23:11:07 +00:00 |
|
Sterling Hughes
|
e97718461b
|
Fix some small issues.
|
2000-10-03 15:51:39 +00:00 |
|
Rasmus Lerdorf
|
246999a51f
|
Tiny wording fix
|
2000-07-16 18:51:00 +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 |
|
Hartmut Holzgraefe
|
a67157c2c2
|
<funcprototype> added to xml generation
|
2000-06-24 07:40:32 +00:00 |
|
Jouni Ahto
|
3fb9b8f42d
|
- Missed one if() and cosmetic changes.
|
2000-06-17 10:10:20 +00:00 |
|