summaryrefslogtreecommitdiff
path: root/ext/sysvsem
Commit message (Collapse)AuthorAgeFilesLines
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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
* Use new Zend API and some minor cleanup.Sascha Schumann1999-09-241-20/+20
|
* AIX wants the value, not the pointer to the value.Sascha Schumann1999-08-251-1/+11
| | | | | Fixes #2149
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-11/+11
| | | | | php3_compat.h)
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-212-7/+7
| | | | | - add necessary phpext_*_ptr
* - fix compile issues for various packages (dbase, sysv*, zlib)Sascha Schumann1999-05-212-5/+4
| | | | | - some cleanup in mhash/mcrypt
* - add phpext_pgsql_ptrSascha Schumann1999-05-211-1/+14
| | | | | - semaphore update for glibc-2.1 systems
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* This is generatedRasmus Lerdorf1999-04-221-287/+0
|
* Bring imap build rules up to date. We still have a problem here though.Rasmus Lerdorf1999-04-221-54/+71
| | | | | | | | | | | In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the Makefile. One reason for doing the subst in php3 was to get around the libraries that could not be included in $LIBS because doing so would mess up the various configure tests. For example, you can't do a -limap as part of the various simple configure compile programs because -limap requires a bunch of callback symbols to be present.
* last bunch of extensions moving to ext/Stig Bakken1999-04-227-0/+742
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.