Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move this extension to pecl | Sterling Hughes | 2003-05-17 | 1 | -1263/+0 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 1 | -3/+3 |
| | |||||
* | Removed pointless checks around array_init(). | Andrey Hristov | 2003-01-17 | 1 | -8/+4 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | virtual filepath fix, don't know why i bother, the module isn't threadsafe | Sterling Hughes | 2002-09-11 | 1 | -1/+1 |
| | | | | | and never will be, but still... | ||||
* | allocate globals, making this work in zts mode | Sterling Hughes | 2002-05-11 | 1 | -0/+12 |
| | | | | | (not that it really matters, since libswf isn't thread safe...) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -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 Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | proto fixes "double" -> "float" | Hartmut Holzgraefe | 2001-09-21 | 1 | -24/+24 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | noet | Sterling Hughes | 2001-08-24 | 1 | -2/+2 |
| | |||||
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -2/+2 |
| | | | | | - whitespace fixes | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -5/+0 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -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 Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -3/+3 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Change e-mail address | Sterling Hughes | 2001-02-15 | 1 | -1/+1 |
| | | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com? | ||||
* | Fetch SWF globals | Sascha Schumann | 2000-12-09 | 1 | -0/+1 |
| | | | | | PR: #8181 | ||||
* | - Fix swf build issues from bug #7612 | Andi Gutmans | 2000-12-01 | 1 | -6/+1 |
| | | | | | - Not tested! Someone please compile it. | ||||
* | New e-mail address. | Sterling Hughes | 2000-10-27 | 1 | -1/+1 |
| | |||||
* | Fix a misconfiguration error and missing return statement. | Andrei Zmievski | 2000-10-09 | 1 | -0/+2 |
| | |||||
* | - Always use V_* macros even if logic seems to be only using fullpath. | Andi Gutmans | 2000-09-12 | 1 | -3/+3 |
| | |||||
* | - Move php_open_temporary_file() out of file.c | Andi Gutmans | 2000-09-11 | 1 | -1/+1 |
| | |||||
* | - Should fix compile warning | Andi Gutmans | 2000-09-11 | 1 | -0/+1 |
| | |||||
* | Security related updates: | Zeev Suraski | 2000-09-09 | 1 | -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 Hughes | 2000-08-15 | 1 | -8/+53 |
| | |||||
* | Patch STDOUT support. | Sterling Hughes | 2000-07-18 | 1 | -1/+1 |
| | |||||
* | - Make shockwave work with virtual_dir (a bit ugly). | Andi Gutmans | 2000-06-11 | 1 | -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 Hughes | 2000-06-11 | 1 | -4/+5 |
| | | | | | | # P.s.: The current CVS is broken (virtual dir stuff), does anyone have # an idea on when it will be fixed? | ||||
* | Move to the Z_*_PP macros. | Sterling Hughes | 2000-06-06 | 1 | -69/+69 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -42/+42 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | @-Add the swf_ortho function. (Sterling) | Sterling Hughes | 2000-05-23 | 1 | -0/+23 |
| | |||||
* | @-Allow the writing of flash files to stdout. | Sterling Hughes | 2000-05-22 | 1 | -1/+4 |
| | |||||
* | Proto fixes. | Sterling Hughes | 2000-05-20 | 1 | -2/+2 |
| | | | | | | #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! | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Make the SWF module compile again + 1 stylistic change. | Sterling Hughes | 2000-05-18 | 1 | -2/+4 |
| | |||||
* | - fixed wrong interpretation of last parameter of swf_rotate() | Uwe Steinmann | 2000-05-17 | 1 | -2/+5 |
| | | | | | - add MOD_COLOR and MOD_MATRIX constants | ||||
* | - fixed prototype | Uwe Steinmann | 2000-05-16 | 1 | -1/+1 |
| | |||||
* | @-Add swf_definepoly for drawing polygons to the SWF functions. (Sterling) | Sterling Hughes | 2000-05-14 | 1 | -2/+42 |
| | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | ZEND_GET_MODULE(name) macro. | ||||
* | Make swf_nextid() return a value. | Sterling Hughes | 2000-05-02 | 1 | -1/+2 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Proto's and the such. | Sterling Hughes | 2000-04-30 | 1 | -14/+202 |
| | |||||
* | Add LibSWF support to PHP, will be sending an e-mail on the files and | Sterling Hughes | 2000-04-30 | 1 | -0/+882 |
uses shortly. |