summaryrefslogtreecommitdiff
path: root/ext/swf/php_swf.h
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* @-Add the swf_ortho function. (Sterling)Sterling Hughes2000-05-231-0/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* @-Add swf_definepoly for drawing polygons to the SWF functions. (Sterling)Sterling Hughes2000-05-141-0/+1
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Allow the SWF module to compile as a dl.Sterling Hughes2000-04-301-0/+4
|
* Add LibSWF support to PHP, will be sending an e-mail on the files andSterling Hughes2000-04-301-0/+105
uses shortly.