| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- swf_openfile doesn't return any values. This seems to mean that you can
- only have one file open at a time.
|
|
|
|
|
|
| |
# P.s.: The current CVS is broken (virtual dir stuff), does anyone have
# an idea on when it will be fixed?
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
#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!
|
| |
|
| |
|
|
|
|
|
| |
- add MOD_COLOR and MOD_MATRIX constants
|
| |
|
| |
|
|
|
|
|
|
|
| |
becomes
#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
|
|
|
|
|
| |
ZEND_GET_MODULE(name) macro.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
uses shortly.
|