summaryrefslogtreecommitdiff
path: root/ext/swf/swf.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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?
* 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
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* @-Add the swf_ortho function. (Sterling)Sterling Hughes2000-05-231-0/+23
|
* @-Allow the writing of flash files to stdout.Sterling Hughes2000-05-221-1/+4
|
* Proto fixes.Sterling Hughes2000-05-201-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 6Zeev Suraski2000-05-181-2/+2
|
* Make the SWF module compile again + 1 stylistic change.Sterling Hughes2000-05-181-2/+4
|
* - fixed wrong interpretation of last parameter of swf_rotate()Uwe Steinmann2000-05-171-2/+5
| | | | | - add MOD_COLOR and MOD_MATRIX constants
* - fixed prototypeUwe Steinmann2000-05-161-1/+1
|
* @-Add swf_definepoly for drawing polygons to the SWF functions. (Sterling)Sterling Hughes2000-05-141-2/+42
|
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Make swf_nextid() return a value.Sterling Hughes2000-05-021-1/+2
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-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 Hughes2000-04-301-14/+202
|
* Add LibSWF support to PHP, will be sending an e-mail on the files andSterling Hughes2000-04-301-0/+882
uses shortly.