summaryrefslogtreecommitdiff
path: root/php.sym
Commit message (Collapse)AuthorAgeFilesLines
* --enable-versioning can now be used with CGI/AOLserver as well. Note thatSascha Schumann1999-11-201-1/+0
| | | | | | we do not use versioning per se anymore, but export only the required symbols.
* The .sym format isn't that complex.Sascha Schumann1999-10-041-4/+1
|
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-0/+4
with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature