summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Collapse)AuthorAgeFilesLines
* The last 4 args are by ref..foobar2003-08-051-1/+1
|
* Use new infrastructure.Zeev Suraski2003-08-031-6/+13
| | | | | There are bound to be some messups, please report build/runtime bugs!
* Fixed bug #24025 (Can not build with shared ldap support)foobar2003-07-011-1/+6
|
* Fixed the SASL config check.foobar2003-06-133-5/+76
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* - Added ldap_sasl_bind(). (Jani, peter_c60@hotmail.com)foobar2003-06-083-14/+49
|
* ws & csfoobar2003-06-081-132/+130
|
* emalloc -> safe_emallocIlia Alshanetsky2003-04-301-7/+7
|
* Fixed bug #23008Edin Kadribasic2003-04-021-12/+12
|
* Fixed bug #22585 (Do not terminate the script on minor errors).Ilia Alshanetsky2003-03-071-2/+2
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-061-2/+2
| | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave)
* 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
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-34/+34
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-27/+6
|
* Modified for NetWare.Anantha Kesari H Y2003-01-031-2/+0
|
* Modified for NetWare.Anantha Kesari H Y2003-01-031-15/+15
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* - Need these libraries for static buildfoobar2002-12-031-0/+3
|
* - Fixed the build with iPlanet LDAP SDK 5.xfoobar2002-12-031-1/+14
|
* Added two new targets to the ldap win32 build which enable ldapEdin Kadribasic2002-11-051-2/+60
| | | | | extension to be linked with ssl version of openldap libs.
* Fixed win32 build by including missing stddef.hEdin Kadribasic2002-11-051-0/+2
|
* Fixed a memory leak on ldap_connect() failure.Ilia Alshanetsky2002-10-301-0/+3
|
* @- Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick)Derick Rethans2002-09-271-2/+2
| | | | | - Fix for bug #19633 (wrong directories in ext/ldap/config.m4).
* NetWare makefile for LDAP ExtensionAnantha Kesari H Y2002-09-051-0/+175
|
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+6
|
* bool not booleanRasmus Lerdorf2002-08-131-1/+1
|
* Made ldap_connect/bind/unbind() use zend_parse_parameters()Stig Venaas2002-08-051-90/+28
|
* Hopefully fixes build with IBM's LDAP libraryStig Venaas2002-07-091-0/+6
|
* - More error messages cleanupDerick Rethans2002-06-301-4/+4
|
* - Remove \nDerick Rethans2002-06-271-1/+1
|
* - Unify error messagesDerick Rethans2002-06-261-42/+43
|
* No need to have multiple AC_CHECK_FUNCS callsfoobar2002-06-241-2/+1
|
* Better not include ldap_parse_result() and ldap_start_tls() at all inStig Venaas2002-06-221-15/+8
| | | | | | the symbol table when they are not usable. Makes it possible to check on their usability.
* Added test for ldap_start_tls_s()Stig Venaas2002-06-222-1/+8
|
* - Fix ZTS build, see #17915.Markus Fischer2002-06-211-0/+1
|
* Reworked result resource handling so that result is not freed until allStig Venaas2002-05-041-53/+84
| | | | | | its result entry resources are freed @- Fixed resource bug in LDAP extension. (Stig Venaas)
* Fix TSRMLS_CC thingies.Derick Rethans2002-04-231-1/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-8/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* - Fix protos.Markus Fischer2002-02-111-35/+35
|
* Made ldap_modify() an alias for ldap_mod_replace(). The two were identical.Stig Venaas2002-01-042-11/+1
| | | | | #For more info, see my posting on php-dev Dec 25th.
* unbreak parallel searchStig Venaas2001-12-261-3/+5
|
* Added check for ldap_parse_reference() (needed for broken Solaris 2.8), andStig Venaas2001-12-252-24/+34
| | | | | report more detailed library version info in the info function.
* Made ldap_set_option work with NULL as link, added optionStig Venaas2001-12-232-11/+23
| | | | | | LDAP_OPT_DEBUG_LEVEL for those that support it, and made sure the rebind code is currently included for OpenLDAP only.
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|