summaryrefslogtreecommitdiff
path: root/ext/xml/expat
Commit message (Collapse)AuthorAgeFilesLines
* Remove old Makefile templatesSascha Schumann2002-03-121-7/+0
|
* include php_compat.h, so that we use php_XML_* if necessary. Better to do it ↵Dan Libby2001-09-271-0/+1
| | | | in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link
* @- Bump bundled expat to 1.95.2 (Thies)Thies C. Arntzen2001-07-307-214/+268
|
* Whoops, the expat directory needs the XML_BYTE_ORDER macroSascha Schumann2001-05-201-0/+2
|
* Looks like this was a bogus gcc warning.Sascha Schumann2001-05-191-2/+0
| | | | | Submitted by: Sebastian Bergmann
* Nuke some warnings.Sascha Schumann2001-05-193-3/+11
|
* hopefully fix win32 build, untestedDaniel Beulshausen2001-05-123-1142/+27
|
* add missing fileThies C. Arntzen2001-05-121-0/+712
|
* bump bundled expat to 1.95.1Thies C. Arntzen2001-05-1128-2078/+2499
| | | | | win32 project _needs_ updating and i don't have windows
* hashtable.h -> expat_hashtable.hThies C. Arntzen2000-06-061-1/+1
|
* Move hashtable.h to expat_hashtable.h.Sascha Schumann2000-06-062-1/+1
|
* Remove trailing empty linesSascha Schumann2000-05-013-12/+0
|
* Large test commit IVSascha Schumann2000-05-013-0/+3
|
* Large commit test IIISascha Schumann2000-05-013-0/+9
|
* Remove white-space, breaks UnixWare makeSascha Schumann2000-05-011-1/+1
|
* Rebuild xml, if libexpat changed.Sascha Schumann2000-05-011-0/+1
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-013-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 Schumann2000-04-303-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 Schumann2000-03-044-0/+8
| | | | | ^(pcre|Xml|XML).*
* Use bundled expat library on UNIX. Note: Need to fix --enable-xml=sharedSascha Schumann2000-02-124-39/+35
|
* Kill warningsSascha Schumann2000-02-113-2/+8
|
* Add expat to the distributionZeev Suraski2000-02-0223-0/+11005
Add expat support to Win32 builds