Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hashtable.h -> expat_hashtable.h | Thies C. Arntzen | 2000-06-06 | 1 | -1/+1 |
| | |||||
* | Move hashtable.h to expat_hashtable.h. | Sascha Schumann | 2000-06-06 | 2 | -1/+1 |
| | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 3 | -12/+0 |
| | |||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 3 | -0/+3 |
| | |||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 3 | -0/+9 |
| | |||||
* | Remove white-space, breaks UnixWare make | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
| | |||||
* | Rebuild xml, if libexpat changed. | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 3 | -18/+3 |
| | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | ||||
* | Prefix some symbols with php_ | Sascha Schumann | 2000-03-04 | 4 | -0/+8 |
| | | | | | ^(pcre|Xml|XML).* | ||||
* | Use bundled expat library on UNIX. Note: Need to fix --enable-xml=shared | Sascha Schumann | 2000-02-12 | 4 | -39/+35 |
| | |||||
* | Kill warnings | Sascha Schumann | 2000-02-11 | 3 | -2/+8 |
| | |||||
* | Add expat to the distribution | Zeev Suraski | 2000-02-02 | 23 | -0/+11005 |
Add expat support to Win32 builds |