Sebastian Bergmann
38933514e1
Update headers.
25 years ago
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)
25 years ago
Jeroen van Wolffelaar
c033288573
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
Hartmut Holzgraefe
03f7406711
proto fixes "double" -> "float"
25 years ago
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
25 years ago
Sterling Hughes
bd4eb1bf78
noet
25 years ago
Sascha Schumann
b349df6364
some more eliminate-fetches-or-escalate-them-at-least
25 years ago
Zeev Suraski
1159c84ab7
- TSRMLS_FETCH work
- whitespace fixes
25 years ago
Zeev Suraski
d87cc976e1
Redesigned thread safety mechanism - nua nua
25 years ago
Rasmus Lerdorf
81e2cf03ac
Fix folding and clean up some extensions
25 years ago
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
25 years ago
Stig Bakken
1beda9ee1e
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
25 years ago
Andi Gutmans
4c823e8a89
- Change macros from V_ to VCWD_ because of AIX name clash
26 years ago
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
26 years ago
Sterling Hughes
2f0238dc4e
Change e-mail address
# Can I get someone to change my cvsusers e-mail address to
# sterling@designmultimedia.com?
26 years ago
Sascha Schumann
ac3c7fb5de
Fetch SWF globals
PR: #8181
26 years ago
Andi Gutmans
ae7c036e41
- Fix swf build issues from bug #7612
- Not tested! Someone please compile it.
26 years ago
Sterling Hughes
70f262d0c5
New e-mail address.
26 years ago
Andrei Zmievski
a193c9ce3e
Fix a misconfiguration error and missing return statement.
26 years ago
Andi Gutmans
49cb1d620b
- Always use V_* macros even if logic seems to be only using fullpath.
26 years ago
Andi Gutmans
824fc6a084
- Move php_open_temporary_file() out of file.c
26 years ago
Andi Gutmans
42c5a9dad7
- Should fix compile warning
26 years ago
Zeev Suraski
6c4cb4c079
Security related updates:
- Introduce php_open_temporary_file(), in place of tempnam(). Still
needs testing under UNIX (mkstemp()), works reliably under Windows now.
- Reimplement the mechanism for unlinking uploaded files at the end of the request
(was it ever tested?). Files moved with move_uploaded_file() will not be unlink()'d
again, to avoid (albeit very unlikely) race conditions.
26 years ago
Sterling Hughes
15902929e8
@ Fix stdout support with the swf extension. (Sterling)
26 years ago
Sterling Hughes
bb5987fe74
Patch STDOUT support.
26 years ago
Andi Gutmans
6caaf70451
- Make shockwave work with virtual_dir (a bit ugly).
- swf_openfile doesn't return any values. This seems to mean that you can
- only have one file open at a time.
26 years ago
Sterling Hughes
164cbab7c6
oops.
# P.s.: The current CVS is broken (virtual dir stuff), does anyone have
# an idea on when it will be fixed?
26 years ago
Sterling Hughes
48ef2d62ba
Move to the Z_*_PP macros.
26 years ago
Andi Gutmans
3701bc4207
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
26 years ago
Sascha Schumann
4686a3b50e
Use #ifdef COMPILE_DL_EXTNAME solely.
26 years ago
Sterling Hughes
39af86f017
@-Add the swf_ortho function. (Sterling)
26 years ago
Sterling Hughes
072755ca8d
@-Allow the writing of flash files to stdout.
26 years ago
Sterling Hughes
8580374aa1
Proto fixes.
#Harmut -- I love your web site, I was able to see that these functions
#didn't have prototypes just by checking out the SWF extension area!
27 years ago
Zeev Suraski
e043439ff6
Update the license with the new clause 6
27 years ago
Sterling Hughes
a8bb2a86b1
Make the SWF module compile again + 1 stylistic change.
27 years ago
Uwe Steinmann
d20eec24ce
- fixed wrong interpretation of last parameter of swf_rotate()
- add MOD_COLOR and MOD_MATRIX constants
27 years ago
Uwe Steinmann
31be486539
- fixed prototype
27 years ago
Sterling Hughes
ed2933342c
@-Add swf_definepoly for drawing polygons to the SWF functions. (Sterling)
27 years ago
Sascha Schumann
fe50664d4d
#if COMPILE_DL
becomes
#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
27 years ago
Sascha Schumann
0d383d9373
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.
27 years ago
Sterling Hughes
95310ad5e0
Make swf_nextid() return a value.
27 years ago
Sascha Schumann
a481fddfb3
Improved in-tree shared libraries build system
The following new/revived shared modules are available now:
... MySQL (*)
... PCRE (*)
... Session
... SWF
(*) capable of using bundled library or external library
All changes:
The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now.
This effectively means that all extensions have to use dynlib.
ext/mysql/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/pcre/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.
ext/ext_skel was changed to reflect that more modules should be
compileable as shared module.
ext/Makefile.in has been simplified enormously.
Dependencies are now stored in the build tree.
Empty dependencies are not generated by buildconf anymore. They
are now dynamically created during the build process.
Implicit rules for .S were removed.
The NO_RECURSION feature was removed.
"libs.mk" has been added to all cvsignore files in ext.
27 years ago
Sterling Hughes
b93e5ecbe0
Proto's and the such.
27 years ago
Sterling Hughes
1f64d98753
Add LibSWF support to PHP, will be sending an e-mail on the files and
uses shortly.
27 years ago