summaryrefslogtreecommitdiff
path: root/ext/swf
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* virtual filepath fix, don't know why i bother, the module isn't threadsafeSterling Hughes2002-09-111-1/+1
| | | | | and never will be, but still...
* allocate globals, making this work in zts modeSterling Hughes2002-05-111-0/+12
| | | | | (not that it really matters, since libswf isn't thread safe...)
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-1/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-24/+24
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* noetSterling Hughes2001-08-241-2/+2
|
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+1
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+2
| | | | | - whitespace fixes
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-3/+3
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-10/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+39
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-3/+3
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* no swf under win32Daniel Beulshausen2001-02-201-117/+0
|
* Change e-mail addressSterling Hughes2001-02-152-2/+2
| | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com?
* Fetch SWF globalsSascha Schumann2000-12-091-0/+1
| | | | | PR: #8181
* - Fix swf build issues from bug #7612Andi Gutmans2000-12-012-9/+7
| | | | | - Not tested! Someone please compile it.
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* New e-mail address.Sterling Hughes2000-10-272-2/+2
|
* Fix a misconfiguration error and missing return statement.Andrei Zmievski2000-10-092-1/+3
|
* - Always use V_* macros even if logic seems to be only using fullpath.Andi Gutmans2000-09-121-3/+3
|
* - Move php_open_temporary_file() out of file.cAndi Gutmans2000-09-111-1/+1
|
* - Should fix compile warningAndi Gutmans2000-09-111-0/+1
|
* Security related updates:Zeev Suraski2000-09-091-3/+18
| | | | | | | | | - 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.
* @ Fix stdout support with the swf extension. (Sterling)Sterling Hughes2000-08-152-8/+67
|
* remove comments for consistency.Sterling Hughes2000-07-251-3/+0
|
* Patch STDOUT support.Sterling Hughes2000-07-181-1/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Make shockwave work with virtual_dir (a bit ugly).Andi Gutmans2000-06-111-1/+10
| | | | | | - swf_openfile doesn't return any values. This seems to mean that you can - only have one file open at a time.
* oops.Sterling Hughes2000-06-111-4/+5
| | | | | | # P.s.: The current CVS is broken (virtual dir stuff), does anyone have # an idea on when it will be fixed?
* - Update module project files to include:Andi Gutmans2000-06-101-2/+2
| | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
| | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1
* Move to the Z_*_PP macros.Sterling Hughes2000-06-061-69/+69
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-42/+42
|
* - swf.h belongs to the libswf distribution and should not be copiedUwe Steinmann2000-05-262-196/+15
| | | | | | | | in the php distribution. - the configure script now checks for the libswf.a and swf.h in <swf-dir>/lib and <swf-dir>/include. If it doesn't find it the default directories /usr/local and /usr are checked.
* Check lib.Sterling Hughes2000-05-251-1/+1
|
* 'char *' to 'char'Sterling Hughes2000-05-231-1/+1
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-4/+4
|
* @-Add the swf_ortho function. (Sterling)Sterling Hughes2000-05-232-0/+24
|
* oops forgot to save project before commitFrank M. Kromann2000-05-221-8/+4
|
* adding project for swfFrank M. Kromann2000-05-221-0/+121
|