summaryrefslogtreecommitdiff
path: root/ext/swf/swf.c
Commit message (Expand)AuthorAgeFilesLines
* move this extension to peclSterling Hughes2003-05-171-1263/+0
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-3/+3
* Removed pointless checks around array_init().Andrey Hristov2003-01-171-8/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* virtual filepath fix, don't know why i bother, the module isn't threadsafeSterling Hughes2002-09-111-1/+1
* allocate globals, making this work in zts modeSterling Hughes2002-05-111-0/+12
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* 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
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+0
* 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
* * 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
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Change e-mail addressSterling Hughes2001-02-151-1/+1
* Fetch SWF globalsSascha Schumann2000-12-091-0/+1
* - Fix swf build issues from bug #7612Andi Gutmans2000-12-011-6/+1
* New e-mail address.Sterling Hughes2000-10-271-1/+1
* Fix a misconfiguration error and missing return statement.Andrei Zmievski2000-10-091-0/+2
* - 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
* @ Fix stdout support with the swf extension. (Sterling)Sterling Hughes2000-08-151-8/+53
* Patch STDOUT support.Sterling Hughes2000-07-181-1/+1
* - Make shockwave work with virtual_dir (a bit ugly).Andi Gutmans2000-06-111-1/+10
* oops.Sterling Hughes2000-06-111-4/+5
* 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
* 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
* - 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
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Make swf_nextid() return a value.Sterling Hughes2000-05-021-1/+2
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+5
* 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