summaryrefslogtreecommitdiff
path: root/ext/ldap/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2'Joe2018-02-081-10/+12
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-081-10/+12
| |\
| | * Fixed bug #49876 lib path on 64bit distrosDavid Zuelke2018-02-081-10/+12
* | | Added controls support to ldap_parse_result and ldap_exop_passwdCôme Chilliet2017-09-211-1/+1
* | | Added ldap_exop_refresh helper for EXOP REFRESH operation on dds overlayCôme Chilliet2017-07-201-1/+1
|/ /
* | Removed two step syntax for EXOP helpers, one call workflow is enoughCôme Chilliet2017-07-031-1/+1
* | Removed ldap_refresh function as I’m not sure how to fix/use/test itCôme Chilliet2017-07-031-1/+1
* | Added EXOP features based on patch from http://cvsweb.netbsd.org/bsdweb.cgi/p...Côme Chilliet2017-07-031-1/+1
|/
* Attempt at falling back on ldap_find_control for Mac OSCôme Bernigaud2015-07-061-1/+1
* Putting back deprecated symbols for ldap_sortCôme Bernigaud2015-06-291-1/+1
* Removed ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed a warningCôme Bernigaud2015-06-231-13/+13
* Allow the ldap extension to be compiled with Oracle's LDAPChristopher Jones2013-10-041-4/+35
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #...Raphael Geissert2011-03-181-1/+1
* +- Fixed bug #41973 (./configure --with-ldap=shared fails withNuno Lopes2007-08-081-3/+3
* MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of Open...Antony Dovgal2006-10-181-1/+1
* test -e does not work with solarisfoobar2005-11-211-1/+1
* MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)foobar2005-11-031-6/+8
* MFHfoobar2005-10-241-1/+1
* MFH: fix #34970 (ldap configuration issues)Antony Dovgal2005-10-241-1/+1
* correct flagfoobar2005-09-161-1/+1
* Fixed bug #34525foobar2005-09-161-1/+1
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* this check was not neededfoobar2005-05-081-1/+1
* - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)foobar2005-05-081-2/+4
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-2/+2
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-4/+4
* Fixed bug #24025 (Can not build with shared ldap support)foobar2003-07-011-1/+6
* Fixed the SASL config check.foobar2003-06-131-1/+62
* - Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com)foobar2003-06-081-1/+1
* typofixfoobar2003-03-021-1/+1
* Special case for MacosX..foobar2003-03-021-1/+1
* Fixed bug #22485 (hardcoded shared lib extensions)foobar2003-03-021-8/+8
* - Need these libraries for static buildfoobar2002-12-031-0/+3
* - Fixed the build with iPlanet LDAP SDK 5.xfoobar2002-12-031-1/+14
* @- Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick)Derick Rethans2002-09-271-2/+2
* No need to have multiple AC_CHECK_FUNCS callsfoobar2002-06-241-2/+1
* Added test for ldap_start_tls_s()Stig Venaas2002-06-221-1/+3
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
* Added check for ldap_parse_reference() (needed for broken Solaris 2.8), andStig Venaas2001-12-251-0/+3
* Unified the configure messages.foobar2001-11-301-4/+5
* Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need moreStig Venaas2001-11-291-0/+11
* Fixed bug: #10777foobar2001-05-211-0/+3
* Nuke more quotesSascha Schumann2001-05-121-1/+1
* Fix indentation of ./configure --help messages.Sascha Schumann2001-05-121-1/+2
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-13/+13
* Support Solaris 8 ldap.foobar2001-03-261-0/+3
* Cleaning this a little bit.foobar2001-03-121-68/+73
* Changed to look also for liblber.so (sometimes there are only shared libs)foobar2000-10-151-1/+1
* No more empty '-l' caused by this extension.foobar2000-09-221-3/+9