Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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? | ||||
* | - Update module project files to include: | Andi Gutmans | 2000-06-10 | 1 | -2/+2 |
| | | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1 | ||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | 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 |
| | |||||
* | - swf.h belongs to the libswf distribution and should not be copied | Uwe Steinmann | 2000-05-26 | 2 | -196/+15 |
| | | | | | | | | in the php distribution. - the configure script now checks for the libswf.a and swf.h in <swf-dir>/lib and <swf-dir>/include. If it doesn't find it the default directories /usr/local and /usr are checked. | ||||
* | Check lib. | Sterling Hughes | 2000-05-25 | 1 | -1/+1 |
| | |||||
* | 'char *' to 'char' | Sterling Hughes | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
| | |||||
* | @-Add the swf_ortho function. (Sterling) | Sterling Hughes | 2000-05-23 | 2 | -0/+24 |
| | |||||
* | oops forgot to save project before commit | Frank M. Kromann | 2000-05-22 | 1 | -8/+4 |
| | |||||
* | adding project for swf | Frank M. Kromann | 2000-05-22 | 1 | -0/+121 |
| | |||||
* | @-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 | 2 | -4/+4 |
| | |||||
* | Make the SWF module compile again + 1 stylistic change. | Sterling Hughes | 2000-05-18 | 2 | -4/+6 |
| | |||||
* | - fixed wrong interpretation of last parameter of swf_rotate() | Uwe Steinmann | 2000-05-17 | 2 | -5/+8 |
| | | | | | - 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 | 2 | -2/+43 |
| | |||||
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -6/+2 |
| | |||||
* | #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 |
| | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 4 | -7/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Hughes | 2000-04-30 | 1 | -0/+4 |
| | |||||
* | 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 | 5 | -0/+1208 |
uses shortly. |