| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
| | | |||||
| * | Corrected prototype comments for ldap_get_option and ldap_set_option | Stig Venaas | 2000-10-22 | 1 | -2/+2 |
| | | |||||
| * | Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x. | Stig Venaas | 2000-10-20 | 1 | -1/+15 |
| | | | | | | | @- Made ldap_connect() accept URL in host parameter when using OpenLDAP @ 2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas) | ||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -4/+6 |
| | | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
| * | Added destruction of return value parameter, and using ZVAL_LONG and | Stig Venaas | 2000-10-18 | 1 | -6/+4 |
| | | | | | | ZVAL_STRING to set return value in ldap_get_option. | ||||
| * | Added ldap_get_option() and ldap_set_option() functions | Stig Venaas | 2000-10-17 | 2 | -0/+165 |
| | | | | | | @- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas) | ||||
| * | Removed some redundant convert_to_*_ex() calls. Edited some whitespace. | Stig Venaas | 2000-10-17 | 1 | -19/+15 |
| | | |||||
| * | Changed to look also for liblber.so (sometimes there are only shared libs) | foobar | 2000-10-15 | 1 | -1/+1 |
| | | | | | | Fixes bug 6072. | ||||
| * | No more empty '-l' caused by this extension. | foobar | 2000-09-22 | 1 | -3/+9 |
| | | |||||
| * | Added detection of Netscape LDAP SDK 4.1 | Stig Venaas | 2000-08-31 | 1 | -0/+4 |
| | | |||||
| * | removed some NSLDAP #if's giving more detailed error reporting | Stig Venaas | 2000-08-31 | 1 | -6/+0 |
| | | |||||
| * | Makes it work with OpenLDAP 2.0 and reduces number of ifdefs | Stig Venaas | 2000-08-26 | 1 | -43/+25 |
| | | |||||
| * | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -6/+6 |
| | | | | | the libpath | ||||
| * | Added Oracle LDAP SDK SSL support | Stig Venaas | 2000-08-20 | 1 | -0/+47 |
| | | |||||
| * | Adding Oracle LDAP SDK support | Stig Venaas | 2000-08-19 | 2 | -0/+9 |
| | | |||||
| * | fixed for openldap 2.0beta. | Rui Hirokawa | 2000-08-07 | 1 | -1/+19 |
| | | |||||
| * | - This should fix bug #5964 | foobar | 2000-08-04 | 1 | -5/+11 |
| | | | | | | | # Could someone please check this out..it works as intented for me at least. # But I don't have any Windoze machines available to test this there. | ||||
| * | Fix library ordering here so static builds will work | Rasmus Lerdorf | 2000-08-02 | 1 | -2/+2 |
| | | |||||
| * | - Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61(). | foobar | 2000-08-02 | 2 | -0/+64 |
| | | | | | | | These functions are available only when using openldap which is compiled with STR_TRANSLATION and LDAP_CHARSET_8859 defined in ldap_cdefs.h (Jani) | ||||
| * | Fixes bug which caused crash, if result_entry wasn't valid. | foobar | 2000-07-28 | 1 | -4/+5 |
| | | |||||
| * | # Oops..where did those creep in? =( | foobar | 2000-07-28 | 1 | -1/+1 |
| | | |||||
| * | @- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace() | foobar | 2000-07-28 | 1 | -23/+28 |
| | | | | | | | | @ binary-safe. Original patch: Terrence Miao <terrence_miao@email.com> (Jani) #Thanks go to Terrence for making a patch correcting this bug in php3.0.12... #A patch, which somehow wasn't included at all in it?-) I wonder why..? | ||||
| * | @- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani) | foobar | 2000-07-28 | 1 | -5/+6 |
| | | | | | | | @ Bug-report and fix submitted by Michel Alexeline <alexel@dr15.cnrs.fr> # Plus I added missing ldap_value_free_len(). | ||||
| * | Proto fixed. | Egon Schmid | 2000-07-26 | 1 | -1/+1 |
| | | |||||
| * | @- Added new function: ldap_compare(). (Jani) | foobar | 2000-07-26 | 2 | -0/+48 |
| | | | | | | # Documentation is coming right after this. | ||||
| * | @- Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani) | foobar | 2000-07-25 | 1 | -32/+15 |
| | | | | | | Fixes bugs #5433 and #5603. | ||||
| * | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
| | | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
| * | It's better not touch those ldap->ld_* when they aren't given as parameters. | foobar | 2000-07-23 | 1 | -16/+32 |
| | | | | | | | (Now using -1 the parameters not wanted can be omitted) # Plus some source-polishing. | ||||
| * | Forgot those constants. | foobar | 2000-07-22 | 1 | -0/+6 |
| | | |||||
| * | @- Added four additional arguments: attrsonly, sizelimit, timelimit, deref which | foobar | 2000-07-21 | 1 | -47/+69 |
| | | | | | | | | | | | @ were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani) @- Fixed a bug in ldap_search/list/read() which prevented returning the partial @ results when 'Sizelimit exceeded' error occurred. (Jani Taskinen) # And nuked some compile time warnings. Took a while to get this commit message # written..I hope I got it right. =) | ||||
| * | Shared module support for LDAP extension | Rasmus Lerdorf | 2000-07-14 | 2 | -57/+42 |
| | | | | | | @ Shared module support for LDAP extension (Troels Arvin) | ||||
| * | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
| * | @- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil) | Thies C. Arntzen | 2000-06-27 | 1 | -1/+1 |
| | | |||||
| * | More protos. | Egon Schmid | 2000-06-18 | 1 | -1/+1 |
| | | |||||
| * | Also need to 0-terminate when adding/modifying an array of values. | Stig Venaas | 2000-06-13 | 1 | -0/+1 |
| | | |||||
| * | Think have to 0-terminate mod_values strings, got trailing garbage, | Stig Venaas | 2000-06-13 | 1 | -0/+1 |
| | | | | | | this fixes bug #5001 I think. | ||||
| * | making ldap module compile on win32 with new directory structure | Frank M. Kromann | 2000-06-12 | 1 | -2/+2 |
| | | |||||
| * | - Update module project files to include: | Andi Gutmans | 2000-06-10 | 1 | -4/+4 |
| | | | | | | | | | | - HAVE_MODULE=1 - ZEND_WIN32 - PHP_WIN32 - COMPILE_DL_MODULE - ZTS=1 | ||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -22/+22 |
| | | |||||
| * | compile fix regarding bug report #4780 | Hartmut Holzgraefe | 2000-06-05 | 1 | -1/+1 |
| | | |||||
| * | fixing typo | Frank M. Kromann | 2000-05-25 | 1 | -2/+2 |
| | | |||||
| * | @ Fix a couple of warnings in the gd and ldap modules | Rasmus Lerdorf | 2000-05-24 | 1 | -2/+2 |
| | | | | | | num_links is a long there | ||||
| * | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 |
| | | |||||
| * | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | ||||
| * | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 |
| | | | | | | ZEND_GET_MODULE(name) macro. | ||||
| * | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
| | | |||||
| * | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
| | | |||||
| * | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+3 |
| | | |||||
