summaryrefslogtreecommitdiff
path: root/ext/swf/php_swf.h
Commit message (Collapse)AuthorAgeFilesLines
* move this extension to peclSterling Hughes2003-05-171-119/+0
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* 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-281-5/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Change e-mail addressSterling Hughes2001-02-151-1/+1
| | | | | | # Can I get someone to change my cvsusers e-mail address to # sterling@designmultimedia.com?
* - Fix swf build issues from bug #7612Andi Gutmans2000-12-011-3/+6
| | | | | - Not tested! Someone please compile it.
* New e-mail address.Sterling Hughes2000-10-271-1/+1
|
* @ Fix stdout support with the swf extension. (Sterling)Sterling Hughes2000-08-151-0/+14
|
* 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.
* - 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.