History log of /PHP-5.5/ext/skeleton/skeleton.c (Results 26 – 44 of 44)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a8382659 24-Jun-2001 foobar

added missing ending fold tag.


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2
# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


Revision tags: php-4.0.6RC1
# 78b54eaa 01-May-2001 Hartmut Holzgraefe

hartmfixed and extended the ini parameter and module globals stuff

once again: someone test this please!


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# a1ba58a4 06-Apr-2001 Sean Bright

Fixed possible overflow again.
# Heh...


# 8540c692 06-Apr-2001 Jon Parise

Make this message more grammatically correct.


# 10eaf14d 06-Apr-2001 Sean Bright

Fixed possible overflow.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 8e3abe89 01-Dec-2000 Sascha Schumann

Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files
were unconditionally compiled. It is not necessary in PHP 4.


Revision tags: php-4.0.3
# 348079bc 05-Oct-2000 Rasmus Lerdorf

Get ext_skel working again


# 47dfaf23 04-Oct-2000 Sascha Schumann

Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endif
construct.


Revision tags: php-4.0.3RC2
# e9771846 03-Oct-2000 Sterling Hughes

Fix some small issues.


Revision tags: php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 246999a5 16-Jul-2000 Rasmus Lerdorf

Tiny wording fix


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 495a957c 15-Jun-2000 Jouni Ahto

- 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

- 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.

show more ...


# f79e3fa0 10-Jun-2000 Andi Gutmans

- #ifdef COMPILE_DL_FOO
- #if HAVE_FOO


# dee9053c 09-Jun-2000 Jouni Ahto

# Cosmetic fixes and a typo.


# 420d668f 09-Jun-2000 Jouni Ahto

- Cosmetic changes.
- Optionally, create function entries, stubs and declarations from names
listed in a file.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 216067b6 09-Jun-2000 Jouni Ahto

- As Sascha requested.


# c9dfab50 09-Jun-2000 Jouni Ahto

- Added skeleton module creating script.


12