Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 1 | -34/+34 |
| | | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process. | ||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -27/+6 |
| | |||||
* | Modified for NetWare. | Anantha Kesari H Y | 2003-01-03 | 1 | -2/+0 |
| | |||||
* | Modified for NetWare. | Anantha Kesari H Y | 2003-01-03 | 1 | -15/+15 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | - Need these libraries for static build | foobar | 2002-12-03 | 1 | -0/+3 |
| | |||||
* | - Fixed the build with iPlanet LDAP SDK 5.x | foobar | 2002-12-03 | 1 | -1/+14 |
| | |||||
* | Added two new targets to the ldap win32 build which enable ldap | Edin Kadribasic | 2002-11-05 | 1 | -2/+60 |
| | | | | | extension to be linked with ssl version of openldap libs. | ||||
* | Fixed win32 build by including missing stddef.h | Edin Kadribasic | 2002-11-05 | 1 | -0/+2 |
| | |||||
* | Fixed a memory leak on ldap_connect() failure. | Ilia Alshanetsky | 2002-10-30 | 1 | -0/+3 |
| | |||||
* | @- Fix for bug #19633 (wrong directories in ext/ldap/config.m4). (Derick) | Derick Rethans | 2002-09-27 | 1 | -2/+2 |
| | | | | | - Fix for bug #19633 (wrong directories in ext/ldap/config.m4). | ||||
* | NetWare makefile for LDAP Extension | Anantha Kesari H Y | 2002-09-05 | 1 | -0/+175 |
| | |||||
* | NetWare related additions/modifications | Anantha Kesari H Y | 2002-09-05 | 1 | -0/+6 |
| | |||||
* | bool not boolean | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | Made ldap_connect/bind/unbind() use zend_parse_parameters() | Stig Venaas | 2002-08-05 | 1 | -90/+28 |
| | |||||
* | Hopefully fixes build with IBM's LDAP library | Stig Venaas | 2002-07-09 | 1 | -0/+6 |
| | |||||
* | - More error messages cleanup | Derick Rethans | 2002-06-30 | 1 | -4/+4 |
| | |||||
* | - Remove \n | Derick Rethans | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | - Unify error messages | Derick Rethans | 2002-06-26 | 1 | -42/+43 |
| | |||||
* | No need to have multiple AC_CHECK_FUNCS calls | foobar | 2002-06-24 | 1 | -2/+1 |
| | |||||
* | Better not include ldap_parse_result() and ldap_start_tls() at all in | Stig Venaas | 2002-06-22 | 1 | -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 Venaas | 2002-06-22 | 2 | -1/+8 |
| | |||||
* | - Fix ZTS build, see #17915. | Markus Fischer | 2002-06-21 | 1 | -0/+1 |
| | |||||
* | Reworked result resource handling so that result is not freed until all | Stig Venaas | 2002-05-04 | 1 | -53/+84 |
| | | | | | | its result entry resources are freed @- Fixed resource bug in LDAP extension. (Stig Venaas) | ||||
* | Fix TSRMLS_CC thingies. | Derick Rethans | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -8/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | - Fix protos. | Markus Fischer | 2002-02-11 | 1 | -35/+35 |
| | |||||
* | Made ldap_modify() an alias for ldap_mod_replace(). The two were identical. | Stig Venaas | 2002-01-04 | 2 | -11/+1 |
| | | | | | #For more info, see my posting on php-dev Dec 25th. | ||||
* | unbreak parallel search | Stig Venaas | 2001-12-26 | 1 | -3/+5 |
| | |||||
* | Added check for ldap_parse_reference() (needed for broken Solaris 2.8), and | Stig Venaas | 2001-12-25 | 2 | -24/+34 |
| | | | | | report more detailed library version info in the info function. | ||||
* | Made ldap_set_option work with NULL as link, added option | Stig Venaas | 2001-12-23 | 2 | -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 Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 1 | -19/+19 |
| | | | | | - change something I wasn't supposed to. It should be fine IMO. | ||||
* | ldap_first_attribute and ldap_next_attribute has been completely broken | Stig Venaas | 2001-11-30 | 1 | -2/+3 |
| | | | | | for 6 months!! Fixed (I think), might be a memory leak there... | ||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -4/+5 |
| | |||||
* | Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more | Stig Venaas | 2001-11-29 | 3 | -0/+111 |
| | | | | | testing. | ||||
* | Making the link resource point to a structure that contains the LDAP | Stig Venaas | 2001-11-29 | 1 | -110/+124 |
| | | | | | | link, rather than point to it directly. # This makes it much easier to store and retrieve per-connection PHP state. | ||||
* | Added ldap_sort() function | Stig Venaas | 2001-11-21 | 2 | -0/+33 |
| | | | | | @- Added ldap_sort() function. (Stig Venaas) | ||||
* | Fixed some memory leaks and removed some unnecessary checks due to | Stig Venaas | 2001-11-14 | 1 | -16/+4 |
| | | | | | ZEND_FETCH_RESOURCE returning on error | ||||
* | Minor changes in ldap_connect(): fixed crash with OpenLDAP 2 libs when | Stig Venaas | 2001-11-13 | 1 | -11/+9 |
| | | | | | | called without args and also use ldap_init() rather than ldap_open(); simplified code a little | ||||
* | Removed some old cruft (some commented code and non-used globals), fixed | Stig Venaas | 2001-11-13 | 2 | -25/+4 |
| | | | | | | a proto typo, and make sure ldap_base_dn and ldap_filter are initialized in php_ldap_do_search() | ||||
* | Fixed seg fault when using ldap_add (or modify) with value array not | Stig Venaas | 2001-11-05 | 1 | -1/+8 |
| | | | | | | | | indexed as 0, 1, ... In some cases it didn't give seg fault, but used previously added value. Now gives warning. @- Made ldap_add (and modify) give warning with illegal value arrays. @ Previously seg faulted or added wrong value (Stig Venaas) | ||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Added ldap_start_tls() function | Stig Venaas | 2001-10-09 | 2 | -2/+35 |
| | | | | | @- Added ldap_start_tls() function (Stig Venaas, patch by kuenne@rentec.com) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -58/+58 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | Not using _free_ldap_result destructor for le_result_entry, leads to | Stig Venaas | 2001-09-19 | 1 | -1/+1 |
| | | | | | crashes due to freeing same memory several times in some cases | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| |