summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Collapse)AuthorAgeFilesLines
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
| | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
* (PHP ldap_get_entries): Fix string function name.Andrei Zmievski1999-10-191-1/+1
|
* * 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
* Find debian umich-ldap libraries/include files.Stefan Roehrich1999-09-051-0/+6
|
* Fix bug #2025Andrey Hristov1999-08-201-1/+1
|
* Fix for bug #1980Zeev Suraski1999-08-071-3/+4
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-35/+35
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-022-32/+34
|
* *** empty log message ***Zeev Suraski1999-07-161-3/+3
|
* Get the LDAP module uptodateZeev Suraski1999-07-161-66/+69
|
* License updateZeev Suraski1999-07-161-20/+9
|
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-14/+11
| | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again)
* fix compile issues in LDAP/XML extsSascha Schumann1999-05-221-0/+4
|
* - run ext sources through conv_protoSascha Schumann1999-05-212-58/+113
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-092-2/+2
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* Ok, this beast compiles via --with-apxsRasmus Lerdorf1999-04-251-9/+56
| | | | | | | Not sure if it actually works yet though. I have a feeling there are some -fpic flags missing in the libzend build. Will test later on today.
* Remove tls.[ch]Zeev Suraski1999-04-231-9/+0
|
* cleanupsZeev Suraski1999-04-231-3/+0
|
* Module workRasmus Lerdorf1999-04-231-13/+2
|
* moved imap and ldapStig Bakken1999-04-226-0/+1443