Felipe Pena
644b06978a
- Fix typo (thanks Pierre)
2008-07-16 13:41:35 +00:00
Antony Dovgal
dd8202f652
int->long, add missing "s"
2008-07-01 07:43:36 +00:00
Felipe Pena
7ddf985e05
- zend_arg_defs.c is unnecessary now
2008-06-30 12:15:53 +00:00
Felipe Pena
a44269ca0a
- New parameter parsing API
...
- Added arginfo
2008-06-29 14:29:09 +00:00
Jani Taskinen
d652cec246
- Revert pointless patch: a) the version is already there, see line above,
...
b) one branch commits are idiotic to begin with, we have three active branches!
This only leads to out-of-sync situations ála PDO..
2008-06-02 11:23:16 +00:00
Pierre Joye
57bcc16896
- reintroduce the x.y.z version string info (a bit nicer to make the other guy happier)
...
- silent warning (windows only and don't remove it, thanks)
2008-06-02 10:25:54 +00:00
Jani Taskinen
930d9e47c9
- Revert crap
...
# Someone should remove Pierre's karma too..
2008-06-02 08:46:41 +00:00
Pierre Joye
2528bd43fc
- don't use openldap/portable and build the human readable version
...
- silent strdup redclaration warning
2008-06-02 06:48:35 +00:00
Pierre Joye
8290e3324a
- add OpenLDAP version info in phpinfo (windows only, have to check if openldap/portable.h is present on linux headers)
2008-06-02 00:24:19 +00:00
Etienne Kneuss
94697acff9
MFH: Fix protos
2008-05-04 21:17:33 +00:00
Antony Dovgal
823b31d30c
fix tests
2008-04-22 13:31:25 +00:00
Antony Dovgal
ac6310550f
MFH: use new parameter parsing API
2008-04-16 14:21:04 +00:00
Antony Dovgal
00e406ec41
plug minor memleak
2008-04-16 13:20:59 +00:00
Johannes Schlüter
824b19a4d8
MFH: Fix build on Solaris
2008-02-09 21:59:17 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Douglas Goldstein
9bde93698e
add tests for ldap_dn2ufn()
2007-12-13 18:00:27 +00:00
Douglas Goldstein
fde4144231
expand ldap_explode_dn() tests.
2007-12-13 17:45:44 +00:00
Douglas Goldstein
46307c046f
add skipif case if the ldap extension is not loaded
2007-12-11 17:36:03 +00:00
Douglas Goldstein
7a2e440ee3
Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function
2007-12-11 17:19:47 +00:00
Jani Taskinen
732f54a65c
MFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT)
2007-10-06 02:13:50 +00:00
Jani Taskinen
d473e198f5
MFH: - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting network timeout (FR#42837)
2007-10-06 01:43:26 +00:00
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:00:48 +00:00
Jani Taskinen
8c32099c5e
MFH:- Fixed bug #42247 (ldap_parse_result() not defined under win32)
2007-08-09 08:42:43 +00:00
Nuno Lopes
cb0e56f7c7
+- Fixed bug #41973 (./configure --with-ldap=shared fails with
2007-08-08 11:37:44 +00:00
Jani Taskinen
e8f3167cd3
MFH: removed dots from error messages
2007-07-17 09:09:42 +00:00
Jani Taskinen
0b31350607
MFH:- Fixed bug #42015 (ldap_rename() gets server error "DSA is unwilling to perform")
2007-07-17 08:40:24 +00:00
Jani Taskinen
06877d0064
- Do not break thousands of scripts.. (will remove in 5.3)
2007-07-13 10:55:43 +00:00
Jani Taskinen
3dff7a7dba
MFH: - Make sure people call ldap_first_attribute() before ldap_next_attribute()
2007-07-13 02:00:39 +00:00
Jani Taskinen
95f8148f18
MFH:- Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions)
...
# This removes an useless parameter from 2 functions. Perhaps the next
# release should be 5.3.0, there are lot of other new things done already.
# Sneak in namespaces too.. ;)
2007-07-13 01:24:16 +00:00
Jani Taskinen
f54f453209
MFH: - Fixed bug #39291 (ldap_sasl_bind() misses the sasl_authc_id parameter).
2007-07-12 22:08:58 +00:00
Antony Dovgal
96964359af
MFH: initialize optional params
2007-04-30 21:40:02 +00:00
Douglas Goldstein
4b39efa0ee
Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes
2007-03-22 21:50:34 +00:00
Ilia Alshanetsky
7d901eacbe
%f -> %F
2007-01-05 15:06:55 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Antony Dovgal
c79ba67673
MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP)
2006-10-18 20:58:23 +00:00
Dmitry Stogov
1dbaae2795
Added automatic module globals management
2006-06-15 18:33:09 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
ddcc5257ac
MFH: - Added missing fold tags
2005-12-11 22:38:38 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
foobar
e47c21e0bc
test -e does not work with solaris
2005-11-21 19:06:04 +00:00
foobar
528e7869b6
MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)
2005-11-03 20:41:13 +00:00
foobar
dda1f722e2
MFH
2005-10-24 22:46:26 +00:00
Antony Dovgal
57b520541b
MFH: fix #34970 (ldap configuration issues)
2005-10-24 20:24:35 +00:00
foobar
1bf64add7b
correct flag
2005-09-16 12:09:17 +00:00
foobar
595e93be27
Fixed bug #34525
2005-09-16 12:06:41 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
15e772ce13
- No need to use convert_to_string_ex() when dealing with strings
2005-07-09 00:59:49 +00:00
foobar
fcee086982
- Fixed bug #33588 (LDAP: RootDSE query not possible).
2005-07-09 00:46:45 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
foobar
fef305724b
this check was not needed
2005-05-08 15:58:50 +00:00